Uses of Interface
plugins.big.bigsnakeutils.icy.snake2D.Snake2D

Packages that use Snake2D
plugins.big.bigsnakeutils.icy.snake2D   
 

Uses of Snake2D in plugins.big.bigsnakeutils.icy.snake2D
 

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.