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
/
CoolingScheduleSpec
/
Linear
Linear
@
Serializable
@
SerialName
(
value
=
"linear"
)
data
class
Linear
(
val
initialTemperature
:
Double
,
val
stoppingTemperature
:
Double
,
val
maxIterations
:
Int
)
:
CoolingScheduleSpec
(
source
)
Linear cooling between
initialTemperature
and
stoppingTemperature
over
maxIterations
iterations.
Members
Constructors
Linear
Link copied to clipboard
constructor
(
initialTemperature
:
Double
,
stoppingTemperature
:
Double
,
maxIterations
:
Int
)
Properties
initial
Temperature
Link copied to clipboard
val
initialTemperature
:
Double
max
Iterations
Link copied to clipboard
val
maxIterations
:
Int
stopping
Temperature
Link copied to clipboard
val
stoppingTemperature
:
Double