Skip to content

Commit

Permalink
Fixed message
Browse files Browse the repository at this point in the history
  • Loading branch information
heatonresearch committed Oct 13, 2012
1 parent 42b7ecb commit c304fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encog-cmd/encog-cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void Usage() {
puts("/iterations:## The number of iterations, default=100.");
puts("/threads:## The number of threads, default=0 (match core count).");
puts("/train:type (where type is PSO, NM or RPROP), default=pso.");
puts("/gpu: enable/disable, default=enable.");
puts("/gpu: 1=enable/0=disable, default=1.");
puts("/particles:## Particle Swarm Optimization(PSO): particle count, default=30.");
puts("/inertia:## PSO: The inertia, default: 0.4.");
puts("/c1:## PSO: C1, default: 2.0.");
Expand Down

0 comments on commit c304fa0

Please sign in to comment.