SolutionData

constructor(id: Int, dataType: String, subType: String?, dataName: String, dataValue: Double)

Parameters

id

the identifier of the solution

dataType

the type of data in ("solution", "objectiveFunction", "responseEstimate", "input")

subType

a string to assist with identifying the data type

dataName

a string representing the name of the data

dataValue

the value associated with the named data