InstructionFrontier 클래스
생성자
InstructionFrontier(*, with_error_objective=True)
키워드 전용 매개 변수
| Name | Description |
|---|---|
|
with_error_objective
|
Default value: True
|
메서드
| dump | |
| extend | |
| insert | |
| load |
dump
dump(filename)
매개 변수
| Name | Description |
|---|---|
|
filename
필수
|
|
extend
extend(points)
매개 변수
| Name | Description |
|---|---|
|
points
필수
|
|
insert
insert(point)
매개 변수
| Name | Description |
|---|---|
|
point
필수
|
|
load
static load(filename, *, with_error_objective=True)
매개 변수
| Name | Description |
|---|---|
|
filename
필수
|
|
키워드 전용 매개 변수
| Name | Description |
|---|---|
|
with_error_objective
|
Default value: True
|