FreeHEP API
Version current

hep.aida.ext
Interface IOptimizerFactory

All Known Implementing Classes:
JMinuitOptimizerFactory, MinuitOptimizerFactory, UncminOptimizerFactory

public interface IOptimizerFactory

Source Code:
IOptimizerFactory.java

Method Summary
 IOptimizer create()
          Create the default optimizer with default configuration.
 IOptimizer create(String name)
           
 String[] optimizerFactoryNames()
          The array of the names of the optimizer that this factory can create.
 

Method Detail

create

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


create

public IOptimizer create(String name)

optimizerFactoryNames

public String[] optimizerFactoryNames()
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.


FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.