KSLCore
Toggle table of contents
R1.2.5
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.simopt.solvers.algorithms
/
RSplineSolver
/
PLIResults
PLIResults
class
PLIResults
(
val
numOracleCalls
:
Int
,
val
gradients
:
DoubleArray
?
=
null
,
val
solution
:
Solution
)
(
source
)
Members
Constructors
PLIResults
Link copied to clipboard
constructor
(
numOracleCalls
:
Int
,
gradients
:
DoubleArray
?
=
null
,
solution
:
Solution
)
Properties
gradients
Link copied to clipboard
val
gradients
:
DoubleArray
?
=
null
num
Oracle
Calls
Link copied to clipboard
val
numOracleCalls
:
Int
solution
Link copied to clipboard
val
solution
:
Solution