-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated evo3 examples to use ONLY evo3 files.
- Loading branch information
Showing
4 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
### DEFAULT ### | ||
# Default settings for NK model | ||
|
||
set K 5 # Level of epistasis in the NK model | ||
set N 100 # Number of bits in each organisms (must be > K) | ||
set K 10 # Level of epistasis in the NK model | ||
set N 200 # Number of bits in each organisms (must be > K) | ||
set SEED 1 # Random number seed (0 for based on time) | ||
set POP_SIZE 10 # Number of organisms in the popoulation. | ||
set MAX_GENS 10 # How many generations should we process? | ||
set POP_SIZE 1000 # Number of organisms in the popoulation. | ||
set MAX_GENS 500 # How many generations should we process? | ||
set MUT_COUNT 3 # How many bit positions should be randomized? | ||
set MY_VAL 20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters