KSLCore
Toggle table of contents
R1.2.1
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.simopt.problem
/
FixedStartingPoint
Fixed
Starting
Point
class
FixedStartingPoint
(
val
point
:
MutableMap
<
String
,
Double
>
)
:
StartingPointIfc
Members
Constructors
Fixed
Starting
Point
Link copied to clipboard
constructor
(
point
:
MutableMap
<
String
,
Double
>
)
Properties
point
Link copied to clipboard
val
point
:
MutableMap
<
String
,
Double
>
Functions
starting
Point
Link copied to clipboard
open
override
fun
startingPoint
(
problemDefinition
:
ProblemDefinition
)
:
InputMap