-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
What steps will reproduce the problem?
1. Run SimpleQuadratic twice, the first time stroing fitness values as they
come, and secondly storing only pbest
2. Impeccably every time diverse and extremely accurate results are found
by each particle for it's pbest, suggesting that independence is more
valuable than socialism, so either (A) a method should be written to store
the pbest values, and then at the end take those values instead of the
particles current fitness, or (B) the adjust velocity method should
emphasize independence more than socialism (which may in fact be as simple
as modifying the independence and social constants)
3.
What is the expected output? What do you see instead?
Adjust_velocity needs to be addressed prior to deciding what to do
Original issue reported on code.google.com by kdbe...@gmail.com on 8 Mar 2007 at 8:54
Reactions are currently unavailable