Skip to content

Commit

Permalink
remove old api ref from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Jan 1, 2024
1 parent 544a2c4 commit 0c5c645
Showing 1 changed file with 0 additions and 82 deletions.
82 changes: 0 additions & 82 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,85 +98,3 @@ plotly_surface(sphere_function, search_space).show()
plotly_surface(ackley_function, search_space).show()
```


<br>

## API reference

#### Objective Function Classes

All objective function classes have the following parameters:
- metric: "score" or "loss"
- input_type: "dictionary" or "arrays"

Each objective function class has the following parameters:

<details>
<summary>SphereFunction</summary>

- A = 1

</details>

<details>
<summary>AckleyFunction</summary>

- A = 20
- B = 2 * pi

</details>

<details>
<summary>RastriginFunction</summary>

- A = 10
- B = 2 * pi

</details>

<details>
<summary>RosenbrockFunction</summary>

- A = 1
- B = 100

</details>

<details>
<summary>BealeFunction</summary>

- A = 1.5
- B = 2.25
- C = 2.652

</details>

<details>
<summary>HimmelblausFunction</summary>

- A = -11
- B = -7

</details>

<details>
<summary>HölderTableFunction</summary>

- A = 10
- B = 1

</details>

<details>
<summary>CrossInTrayFunction</summary>

- A = -0.0001
- B = 100
- C = 1

</details>





0 comments on commit 0c5c645

Please sign in to comment.