Skip to content

Commit

Permalink
Add standalone minimal examples (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbussemaker committed Jul 5, 2023
1 parent d6e7311 commit 7670415
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ pip install sb-arch-opt
Note: there are optional dependencies for the connected optimization frameworks and test problems.
Refer to their documentation for dedicated installation instructions.

### Quick Start

Have a look at the [tutorial notebook](https://github.com/jbussemaker/SBArchOpt/blob/main/docs/tutorial.ipynb) for a simple example.

## Documentation

Refer to the [documentation](https://github.com/jbussemaker/SBArchOpt/blob/main/docs/readme.md) for more background on SBArchOpt
Expand Down
2 changes: 1 addition & 1 deletion docs/test_problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ An overview of available test problems in `sb_arch_opt.problems` (* = recommende
| `HierarchicalGoldstein` | 6 | 5 | 1 | 1 | | Y | | Y | | 288 | 2.25 | | |
| `MOHierarchicalGoldstein` | 6 | 5 | 2 | 1 | | Y | Y | Y | | 288 | 2.25 | | |
| `HierBranin`* | 8 | 2 | 1 | | | Y | | Y | | 200 | 3.2 | | |
| `HierZDT1Small`* | 2 | 2 | 2 | | | Y | Y | Y | | 10 | 1.8 | | |
| `HierZDT1Small`* | 3 | 3 | 2 | | | Y | Y | Y | | 10 | 1.8 | | |
| `HierZDT1`* | 8 | 4 | 2 | | | Y | Y | Y | | 200 | 4.9 | | |
| `HierZDT1Large`* | 9 | 9 | 2 | | | Y | Y | Y | | 2000 | 8.2 | | |
| `HierDiscreteZDT1`* | 8 | | 2 | | Y | | Y | Y | | 2000 | 4.1 | | |
Expand Down
Loading

0 comments on commit 7670415

Please sign in to comment.