FreeHEP API
Version current

hep.aida.ref.optimizer.minuit
Class MinuitOptimizerFactory

java.lang.Object
  extended byhep.aida.ref.optimizer.minuit.MinuitOptimizerFactory
All Implemented Interfaces:
IOptimizerFactory

public class MinuitOptimizerFactory
extends Object
implements IOptimizerFactory

Author:
The AIDA team @SLAC.
Source Code:
MinuitOptimizerFactory.java

Constructor Summary
MinuitOptimizerFactory()
          Creates a new instance of MinuitFactory
 
Method Summary
 IOptimizer create()
          Create an optimizer with default configuration.
 IOptimizer create(String name)
           
 String[] optimizerFactoryNames()
          The array of the names of the optimizer that this factory can create.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinuitOptimizerFactory

public MinuitOptimizerFactory()
Creates a new instance of MinuitFactory

Method Detail

create

public IOptimizer create()
Create an optimizer with default configuration.

Specified by:
create in interface IOptimizerFactory

create

public IOptimizer create(String name)
Specified by:
create in interface IOptimizerFactory

optimizerFactoryNames

public String[] optimizerFactoryNames()
Description copied from interface: IOptimizerFactory
The array of the names of the optimizer that this factory can create. The first one is the default. The array cannot be null and it must have at least one element.

Specified by:
optimizerFactoryNames in interface IOptimizerFactory

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.