Package edu.cmu.tetrad.sem
Class SemOptimizerRicf
java.lang.Object
edu.cmu.tetrad.sem.SemOptimizerRicf
- All Implemented Interfaces:
- SemOptimizer,- TetradSerializable,- Serializable
Optimizes a SEM using RICF (see that class).
- Author:
- Joseph Ramsey
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintvoidOptimizes the fitting function of the given Sem using the Powell method from Numerical Recipes by adjusting the freeParameters of the Sem.static SemOptimizerRicfGenerates a simple exemplar of this class to test serialization.voidsetNumRestarts(int numRestarts) toString()
- 
Constructor Details- 
SemOptimizerRicfpublic SemOptimizerRicf()Blank constructor.
 
- 
- 
Method Details- 
serializableInstanceGenerates a simple exemplar of this class to test serialization.
- 
optimizeOptimizes the fitting function of the given Sem using the Powell method from Numerical Recipes by adjusting the freeParameters of the Sem.- Specified by:
- optimizein interface- SemOptimizer
- Parameters:
- semIm- The unoptimized Sem (will be optimized).
 
- 
setNumRestartspublic void setNumRestarts(int numRestarts) - Specified by:
- setNumRestartsin interface- SemOptimizer
 
- 
getNumRestartspublic int getNumRestarts()- Specified by:
- getNumRestartsin interface- SemOptimizer
 
- 
toString
 
-