Methods in plugins.big.bigsnakeutils.icy.snake2D with parameters of type Snake2D |
void |
Snake2DPowellOptimizer.optimize(Snake2D snake,
Snake2DNode[] configuration)
This method evolves the snake. |
abstract void |
Snake2DOptimizer.optimize(Snake2D snake,
Snake2DNode[] configuration)
This method should perform the optimization of the
Snake2DNode[] object configuration which drives
the Snake2D object snake . |
void |
Snake2DOptimizer.wasSuccessfulProbing(Snake2D snake)
Notifies the keeper that the optimizer was successful in its previous
attempt to improve the configuration of the snake snake . |
void |
Snake2DOptimizer.willProbe(Snake2D snake)
Notifies the keeper that the optimizer is about to measure either the
energy of the snake snake or its gradient. |