Class CeresSolverTest.CurveCostFunction

java.lang.Object
gov.nih.mipav.model.algorithms.CeresSolver.CostFunction
gov.nih.mipav.model.algorithms.CeresSolverTest.CurveCostFunction
Enclosing class:
CeresSolverTest

class CeresSolverTest.CurveCostFunction extends CeresSolver.CostFunction
  • Field Details

    • num_vertices_

      private int num_vertices_
    • target_length_

      private double target_length_
  • Constructor Details

    • CurveCostFunction

      public CurveCostFunction(int num_vertices, double target_length)
  • Method Details