InstructionFrontier Classe
Construtor
InstructionFrontier(*, with_error_objective=True)
Parâmetros somente de palavra-chave
| Nome | Description |
|---|---|
|
with_error_objective
|
Valor padrão: True
|
Métodos
| dump | |
| extend | |
| insert | |
| load |
dump
dump(filename)
Parâmetros
| Nome | Description |
|---|---|
|
filename
Obrigatório
|
|
extend
extend(points)
Parâmetros
| Nome | Description |
|---|---|
|
points
Obrigatório
|
|
insert
insert(point)
Parâmetros
| Nome | Description |
|---|---|
|
point
Obrigatório
|
|
load
static load(filename, *, with_error_objective=True)
Parâmetros
| Nome | Description |
|---|---|
|
filename
Obrigatório
|
|
Parâmetros somente de palavra-chave
| Nome | Description |
|---|---|
|
with_error_objective
|
Valor padrão: True
|