minimization
Interface Minimizer

All Known Implementing Classes:
AMOEBA, LM

public interface Minimizer


Method Summary
 Kernel getSol()
           
 void run()
           
 void setDirections(boolean[][] ic, boolean[] vo)
           
 void setSystem(Kernel system)
           
 

Method Detail

setSystem

void setSystem(Kernel system)

run

void run()

getSol

Kernel getSol()

setDirections

void setDirections(boolean[][] ic,
                   boolean[] vo)