KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.app.config.optimization
/
SolverSpec
/
StochasticHillClimbing
/
StochasticHillClimbing
Stochastic
Hill
Climbing
constructor
(
startingPoint
:
Map
<
String
,
Double
>
?
=
null
,
maxIterations
:
Int
,
randomRestart
:
RandomRestartSpec
?
=
null
,
streamNum
:
Int
=
0
,
name
:
String
?
=
null
,
replicationsPerEvaluation
:
Int
)
(
source
)