gov.sns.tools.optimizer.examples.java
Class SimplexTest

java.lang.Object
  |
  +--gov.sns.tools.optimizer.examples.java.SimplexTest
All Implemented Interfaces:
Scorer

public class SimplexTest
extends java.lang.Object
implements Scorer


Constructor Summary
SimplexTest(ParameterProxy ampProxy_In, ParameterProxy centerProxy_In, ParameterProxy sigmaProxy_In)
          The constructor.
 
Method Summary
static void main(java.lang.String[] args)
          The main method for debugging.
 double score()
          The Scorer interface implementation.
 void setParams(double a, double c, double s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplexTest

public SimplexTest(ParameterProxy ampProxy_In,
                   ParameterProxy centerProxy_In,
                   ParameterProxy sigmaProxy_In)
The constructor.

Method Detail

score

public double score()
The Scorer interface implementation.

Specified by:
score in interface Scorer

setParams

public void setParams(double a,
                      double c,
                      double s)

main

public static void main(java.lang.String[] args)
The main method for debugging.