kmath
kmath-optimization
/
space.kscience.kmath.optimization
/
PointToCurveDistance
Point
To
Curve
Distance
interface
PointToCurveDistance
:
OptimizationFeature
Content copied to clipboard
Specify the way to compute distance from point to the curve as DifferentiableExpression
Types
Functions
Properties
Sources
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
distance
Link copied to clipboard
abstract
fun
distance
(
problem
:
XYFit
,
index
:
Int
)
:
DifferentiableExpression
<
Double
>
Content copied to clipboard
to
String
Link copied to clipboard
abstract
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
key
Link copied to clipboard
open
val
key
:
FeatureKey
<
OptimizationFeature
>
Content copied to clipboard
Sources
common source
Link copied to clipboard