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 Details

  • Constructor Details

    • SweepMarginalPoint

      public SweepMarginalPoint()
  • Method Details

    • value

      public SweepMarginalPoint value(@Nullable Object value)
    • getValue

      @Nullable public Object getValue()
      Get value
      Returns:
      value
    • setValue

      public void setValue(@Nullable Object value)
    • count

      public SweepMarginalPoint count(@Nullable Integer count)
    • getCount

      @Nullable public Integer getCount()
      Non-aborted runs that used this value.
      Returns:
      count
    • setCount

      public void setCount(@Nullable Integer count)
    • best

      public SweepMarginalPoint best(@Nullable Double best)
    • getBest

      @Nullable public Double getBest()
      Get best
      Returns:
      best
    • setBest

      public void setBest(@Nullable Double best)
    • mean

      public SweepMarginalPoint mean(@Nullable Double mean)
    • getMean

      @Nullable public Double getMean()
      Get mean
      Returns:
      mean
    • setMean

      public void setMean(@Nullable Double mean)
    • worst

      public SweepMarginalPoint worst(@Nullable Double worst)
    • getWorst

      @Nullable public Double getWorst()
      Get worst
      Returns:
      worst
    • setWorst

      public void setWorst(@Nullable Double worst)
    • equals

      public boolean equals(Object o)
      Return true if this SweepMarginalPoint object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string