PointToCurveDistance

interface PointToCurveDistance : OptimizationFeature

Specify the way to compute distance from point to the curve as DifferentiableExpression

Types

Companion
Link copied to clipboard
object Companion

Functions

distance
Link copied to clipboard
abstract fun distance(problem: XYFit, index: Int): DifferentiableExpression<Double>
toString
Link copied to clipboard
abstract override fun toString(): String

Properties

key
Link copied to clipboard
open val key: FeatureKey<OptimizationFeature>

Sources

common source
Link copied to clipboard