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

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

public class CoordsStepTest
extends java.lang.Object
implements Scorer


Constructor Summary
CoordsStepTest(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

CoordsStepTest

public CoordsStepTest(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.