Objective: Objective

Description Usage Arguments

Description

Specification of an objective for a multi-objective Task.

Usage

1
2
Objective(id, goal = NULL, min_known_score = NULL,
  max_known_score = NULL)

Arguments

id

Unique id for the objective

goal

(optional, defaults to "max") Use "min" if the goal is to minimise the score for this objective.

min_known_score

(optional) The lowest possible score value, if known.

max_known_score

(optional) The highest possible score value, if known.


MindFoundry/optaas-r-client documentation built on May 17, 2019, 7:32 p.m.