-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7bccf12
Showing
47 changed files
with
10,213 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
30 // number of independent runs | ||
1000 // number of generations | ||
50 // number of individuals | ||
0 // display state ? | ||
Selection-Parameters // selections to apply | ||
0.9 1 0.5 // selection parameter , diverge operator & its probability | ||
Intra-Operators // operators to apply in the population | ||
0 0.8 // crossover & its probability | ||
Inter-Operators // operators to apply between this population and anothers | ||
0 25 5 1 3 1 5 // operator number, operator rate, number of individuals, selection of indidivual to send and remplace | ||
LAN-configuration | ||
101 // refresh global state | ||
1 // 0: running in asynchronized mode / 1: running in synchronized mode | ||
1 // interval of generations to check solutions from other populations | ||
|
Oops, something went wrong.