Package com.qtsurfer.api.client.model
Class SweepMarginalPoint
java.lang.Object
com.qtsurfer.api.client.model.SweepMarginalPoint
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.14.0")
public class SweepMarginalPoint
extends Object
How the objective behaved at one value of one axis. `best` and `mean` disagreeing is informative rather than noise: a high `best` with a poor `mean` marks a value that only works alongside particular settings of the other axes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this SweepMarginalPoint object is equal to o.getBest()Get bestgetCount()Non-aborted runs that used this value.getMean()Get meangetValue()Get valuegetWorst()Get worstinthashCode()voidvoidvoidvoidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_VALUE
- See Also:
-
JSON_PROPERTY_COUNT
- See Also:
-
JSON_PROPERTY_BEST
- See Also:
-
JSON_PROPERTY_MEAN
- See Also:
-
JSON_PROPERTY_WORST
- See Also:
-
-
Constructor Details
-
SweepMarginalPoint
public SweepMarginalPoint()
-
-
Method Details
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
count
-
getCount
Non-aborted runs that used this value.- Returns:
- count
-
setCount
-
best
-
getBest
Get best- Returns:
- best
-
setBest
-
mean
-
getMean
Get mean- Returns:
- mean
-
setMean
-
worst
-
getWorst
Get worst- Returns:
- worst
-
setWorst
-
equals
Return true if this SweepMarginalPoint object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-