SingleObjectiveResult constructor

SingleObjectiveResult(
  1. double value
)

Creates a new single objective result with value.

Implementation

SingleObjectiveResult(this.value);