FreeHEP API
Version current

hep.aida.ref.optimizer.minpack
Class MinpackOptimizer

java.lang.Object
  extended byhep.aida.ref.optimizer.AbstractOptimizer
      extended byhep.aida.ref.optimizer.minpack.MinpackOptimizer
All Implemented Interfaces:
IOptimizer

public class MinpackOptimizer
extends AbstractOptimizer

Implementation of IOptimizerConfiguration for the Minpack optimizer

Author:
Tony Johnson, Victor Serbo, Max Turri
Source Code:
MinpackOptimizer.java

Field Summary
 
Fields inherited from class hep.aida.ref.optimizer.AbstractOptimizer
configuration, domainConstraint, function, result
 
Constructor Summary
MinpackOptimizer()
          Creates a new instance of MinpackOptimizer
 
Method Summary
 void optimize()
          Perform the optimization.
 
Methods inherited from class hep.aida.ref.optimizer.AbstractOptimizer
acceptsConstraints, calculateContour, canCalculateContours, 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

MinpackOptimizer

public MinpackOptimizer()
Creates a new instance of MinpackOptimizer

Method Detail

optimize

public void optimize()
Description copied from class: AbstractOptimizer
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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.