FreeHEP API
Version v1.2.2

hep.aida.ref.optimizer.fmin
Class FminOptimizer

java.lang.Object
  |
  +--hep.aida.ref.optimizer.AbstractOptimizer
        |
        +--hep.aida.ref.optimizer.fmin.FminOptimizer
All Implemented Interfaces:
IOptimizer

public class FminOptimizer
extends AbstractOptimizer

Implementation of IOptimizerConfiguration for the Fmin optimizer

Author:
Tony Johnson, Victor Serbo, Max Turri

Field Summary
 
Fields inherited from class hep.aida.ref.optimizer.AbstractOptimizer
configuration, domainConstraint, function, result
 
Constructor Summary
FminOptimizer()
          Creates a new instance of FminOptimizer
 
Method Summary
 void optimize()
          Perform the optimization.
 
Methods inherited from class hep.aida.ref.optimizer.AbstractOptimizer
configuration, listVariableSettings, reset, resetVariableSettings, result, setConfiguration, setConstraints, setFunction, variableSettings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FminOptimizer

public FminOptimizer()
Creates a new instance of FminOptimizer

Method Detail

optimize

public void optimize()
Perform the optimization.

Specified by:
optimize in interface IOptimizer
Specified by:
optimize in class AbstractOptimizer
Returns:
true if the optimization was successfull, false otherwise.

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.