Skip to content

Commit 0b0f05a

Browse files
committed
Remove unused PSO options
1 parent 14c763f commit 0b0f05a

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pso_evolve.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,13 @@
66
Based on Martin Jones @mojones original LookerUp code
77
88
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]
1110
[--output OUTPUT_FILE] [--objective OBJECTIVE] [--repetitions REPETITIONS]
1211
[--noise NOISE] [--nmoran NMORAN]
1312
[--plays PLAYS] [--op_plays OP_PLAYS] [--op_start_plays OP_START_PLAYS]
1413
1514
Options:
1615
-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]
2116
--processes PROCESSES Number of processes to use [default: 1]
2217
--output OUTPUT_FILE File to write data to [default: pso_tables.csv]
2318
--objective OBJECTIVE Objective function [default: score]

0 commit comments

Comments
 (0)