File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 6
6
Based on Martin Jones @mojones original LookerUp code
7
7
8
8
Usage:
9
- pso_evolve.py [-h] [--generations GENERATIONS] [--population POPULATION]
10
- [--mu MUTATION_RATE] [--bottleneck BOTTLENECK] [--processes PROCESSORS]
9
+ pso_evolve.py [-h] [--processes PROCESSORS]
11
10
[--output OUTPUT_FILE] [--objective OBJECTIVE] [--repetitions REPETITIONS]
12
11
[--noise NOISE] [--nmoran NMORAN]
13
12
[--plays PLAYS] [--op_plays OP_PLAYS] [--op_start_plays OP_START_PLAYS]
14
13
15
14
Options:
16
15
-h --help Show help
17
- --generations GENERATIONS Generations to run the EA [default: 500]
18
- --population POPULATION Starting population size [default: 10]
19
- --mu MUTATION_RATE Mutation rate [default: 0.1]
20
- --bottleneck BOTTLENECK Number of individuals to keep from each generation [default: 5]
21
16
--processes PROCESSES Number of processes to use [default: 1]
22
17
--output OUTPUT_FILE File to write data to [default: pso_tables.csv]
23
18
--objective OBJECTIVE Objective function [default: score]
You can’t perform that action at this time.
0 commit comments