Particle swarm optimization: Difference between revisions

m
→‎{{header|Perl 6}}: dropped un-used item from %state
m (→‎{{header|REXX}}: added/changed whitespace and comments.)
m (→‎{{header|Perl 6}}: dropped un-used item from %state)
Line 1,667:
 
return {gbpos => @gbpos, gbval => $gbval, bpos => @bpos, bval => @bval, pos => @pos, vel => @vel,
min => %y{'min'}, max => %y{'max'}, p=> %y{'p'}, n => $n, d => $d}
}
 
2,392

edits