|
@@ -95,7 +95,7 @@ public class SimplePSO {
|
|
|
|
|
|
public void caclSimplePSO(Model model, Control control, Coordinate<Vector<Object>> startPos) {
|
|
|
initSwarm(startPos);
|
|
|
- //runFunction(model, control);
|
|
|
+ runFunction(model, control);
|
|
|
evaluate();
|
|
|
|
|
|
while (iterations <= Constants.MAX_ITERATION) {
|