org.strbio.util
Interface CGOptimizer


public interface CGOptimizer

This is a pretty generic interface for CJ optimizing routines. We only have 2 at the moment: NRMin (from NR) and Macopt. We are not allowed to distribute NR outside the group.

  Version 1.0, 10/13/99 - original version
  

Version:
1.0, 10/13/99
Author:
JMC

Nested Class Summary
static interface CGOptimizer.Optimizable
          This is the interface you have to implement if you want to optimize using NRMin.
 
Method Summary
 int optimize()
          optimizes your function, returning the number of steps.
 

Method Detail

optimize

int optimize()
optimizes your function, returning the number of steps.