InstructionFrontier Class

Constructor

InstructionFrontier(*, with_error_objective=True)

Keyword-Only Parameters

Name Description
with_error_objective
Default value: True

Methods

dump
extend
insert
load

dump

dump(filename)

Parameters

Name Description
filename
Required

extend

extend(points)

Parameters

Name Description
points
Required

insert

insert(point)

Parameters

Name Description
point
Required

load

static load(filename, *, with_error_objective=True)

Parameters

Name Description
filename
Required

Keyword-Only Parameters

Name Description
with_error_objective
Default value: True