Package gov.nih.mipav.model.algorithms
Class CeresSolver.SizedCostFunction
java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.CostFunction
gov.nih.mipav.model.algorithms.CeresSolver.SizedCostFunction
- Direct Known Subclasses:
CeresSolver.AutoDiffCostFunction,CeresSolver.EasyCostFunction,CeresSolver.ExponentialCostFunction,CeresSolver.NumericDiffCostFunction,CeresSolver.RandomizedCostFunction,CeresSolver.SizeTestingCostFunction,CeresSolver.TranscendentalCostFunction,CeresSolverNISTTest.Bennett5CostFunction,CeresSolverNISTTest.BoxBODCostFunction,CeresSolverNISTTest.Chiwrut1CostFunction,CeresSolverNISTTest.Chiwrut2CostFunction,CeresSolverNISTTest.DanwoodCostFunction,CeresSolverNISTTest.Eckerle4CostFunction,CeresSolverNISTTest.ENSOCostFunction,CeresSolverNISTTest.Gauss1CostFunction,CeresSolverNISTTest.Gauss2CostFunction,CeresSolverNISTTest.Gauss3CostFunction,CeresSolverNISTTest.Hahn1CostFunction,CeresSolverNISTTest.Kirby2CostFunction,CeresSolverNISTTest.Lanczos1CostFunction,CeresSolverNISTTest.Lanczos2CostFunction,CeresSolverNISTTest.Lanczos3CostFunction,CeresSolverNISTTest.MisralaCostFunction,CeresSolverNISTTest.MisralbCostFunction,CeresSolverNISTTest.MisralcCostFunction,CeresSolverNISTTest.MisraldCostFunction,CeresSolverNISTTest.NelsonCostFunction,CeresSolverNISTTest.Rat42CostFunction,CeresSolverNISTTest.Rat43CostFunction,CeresSolverNISTTest.Roszman1CostFunction,CeresSolverNISTTest.ThurberCostFunction,CeresSolverTest.BadJacobianCostFunction,CeresSolverTest.BadResidualCostFunction,CeresSolverTest.BardFunction,CeresSolverTest.BealeFunction,CeresSolverTest.BIGGS_EXP6Function,CeresSolverTest.Box3DFunction,CeresSolverTest.BrownAndDennisFunction,CeresSolverTest.BrownBadlyScaledFunction,CeresSolverTest.CurveFittingCostFunction,CeresSolverTest.DestructorCountingCostFunction,CeresSolverTest.DummyCostFunction,CeresSolverTest.DummyCostFunction2,CeresSolverTest.DummyCostFunction3,CeresSolverTest.DummyCostFunction4,CeresSolverTest.ExpCostFunction,CeresSolverTest.FailingCostFunction,CeresSolverTest.FreudensteinAndRothJacobianFunction,CeresSolverTest.GaussianFunction,CeresSolverTest.GoodCostFunction,CeresSolverTest.GulfResearchAndDevelopmentFunction,CeresSolverTest.HelicalValleyFunction,CeresSolverTest.JennrichAndSampsonFunction,CeresSolverTest.KowalikAndOsborneFunction,CeresSolverTest.LocallyParameterizedCostFunction,CeresSolverTest.MeyerFunction,CeresSolverTest.MockCostFunctionBase,CeresSolverTest.MockCostFunctionBase2,CeresSolverTest.NoJacobianUpdateCostFunction,CeresSolverTest.NoResidualUpdateCostFunction,CeresSolverTest.Osborne1Function,CeresSolverTest.ParameterIgnoringCostFunction,CeresSolverTest.ParameterSensitiveCostFunction,CeresSolverTest.PowellBadlyScaledFunction,CeresSolverTest.PowellSingularJacobianFunction,CeresSolverTest.QuadraticCostFunction,CeresSolverTest.UnaryIdentityCostFunction,CeresSolverTest.WigglyBowlCostFunctionAndEvaluationCallback,CeresSolverTest.WoodFunction,DSC_MRI_toolbox.gauss1FittingCostFunction,DSC_MRI_toolbox.gauss2FittingCostFunction,DSC_MRI_toolbox.gaussSecondStandardDeviationFittingCostFunction,DSC_MRI_toolbox.gaussStandardDeviationFittingCostFunction,DSC_MRI_toolbox.GVFittingCostFunction,DSC_MRI_toolbox.GVRecirculationCostFunction,WeibullDistribution.ll_weib_beta_cen_r,WeibullDistribution.ll_weib_beta_uncen,WeibullDistribution.threeParameterFittingCostFunction,WeibullDistribution.twoParameterFittingCostFunction
- Enclosing class:
CeresSolver
-
Field Summary
Fields inherited from class gov.nih.mipav.model.algorithms.CeresSolver.CostFunction
parameter_block_sizes_ -
Constructor Summary
ConstructorsConstructorDescriptionSizedCostFunction(int kNumResiduals, int N0, int N1, int N2, int N3, int N4, int N5, int N6, int N7, int N8, int N9) SizedCostFunction(int kNumResiduals, int N0, int N1, int N2, int N3, int N4, int N5, int N6, int N7, int N8, int N9, int num_residuals) -
Method Summary
Methods inherited from class gov.nih.mipav.model.algorithms.CeresSolver.CostFunction
AddParameterBlock, Evaluate, Evaluate, mutable_parameter_block_sizes, num_residuals, parameter_block_sizes, set_num_residuals, set_parameter_block_sizes, SetNumResiduals
-
Constructor Details
-
SizedCostFunction
public SizedCostFunction(int kNumResiduals, int N0, int N1, int N2, int N3, int N4, int N5, int N6, int N7, int N8, int N9, int num_residuals) -
SizedCostFunction
public SizedCostFunction(int kNumResiduals, int N0, int N1, int N2, int N3, int N4, int N5, int N6, int N7, int N8, int N9)
-
-
Method Details
-
finalize
public void finalize()- Overrides:
finalizein classCeresSolver.CostFunction
-