Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeamyers committed Feb 29, 2024
1 parent 3b8d730 commit 47f20d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ also outperforming NumPy implementation 35 and 17 times, respectively, when chec
- **Efficient brute force approaches** (for handling up to 25 dimensions)
- **Custom search algorithm** (for up to 40 dimensions)
- **Genetic algorithm** (for any dimensionality)

and (2) a scaffold for building even more elaborate methods in the future, including heuristics going beyond
data availability. All configuration is done with a simple human-readable `YAML` config file and plain text data files, making it easy to modify the search method and its parameters with
no knowledge of programming and only basic command line skills. A single command is used to recompile (`nim c -f`) and run (`-r`) problem (`-d:configPath=config.yaml`) with `nimCSO`
Expand Down
3 changes: 1 addition & 2 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
taskName: Default Task
taskDescription: Optimization of a set of indivisual chemical elements for a large set ot High Entropy Alloys from ULTERA database
taskDescription: Optimization of a set of individual chemical elements for a large set ot High Entropy Alloys from ULTERA database
datasetPath: dataList.txt

elementOrder:
- Fe
- Cr
Expand Down

0 comments on commit 47f20d6

Please sign in to comment.