Package gov.nih.mipav.model.algorithms
Class CeresSolver.TrustRegionStrategyPerSolveOptions
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.CeresSolver.TrustRegionStrategyPerSolveOptions
-
- Enclosing class:
- CeresSolver
class CeresSolver.TrustRegionStrategyPerSolveOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
dump_filename_base
CeresSolver.DumpFormatType
dump_format_type
double
eta
-
Constructor Summary
Constructors Constructor Description TrustRegionStrategyPerSolveOptions()
-
-
-
Field Detail
-
eta
public double eta
-
dump_format_type
public CeresSolver.DumpFormatType dump_format_type
-
dump_filename_base
public java.lang.String dump_filename_base
-
-