-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge documentation changes into release for v0.1.5
- Loading branch information
Showing
30 changed files
with
350 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# .readthedocs.yaml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the version of Python and other tools you might need | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.9" | ||
|
||
# Build documentation in the docs/ directory with Sphinx | ||
sphinx: | ||
configuration: docs/conf.py | ||
|
||
# Optionally declare the Python requirements required to build your docs | ||
python: | ||
install: | ||
- requirements: docs/requirements.txt | ||
- requirements: requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
API Reference | ||
============= | ||
This page contains the API reference for public objects and functions in ``paref``. | ||
|
||
|
||
.. autosummary:: | ||
:toctree: api | ||
:recursive: | ||
|
||
paref.moo_algorithms | ||
paref.pareto_reflection_sequences | ||
paref.pareto_reflections | ||
paref.black_box_functions | ||
paref.interfaces | ||
|
||
|
||
|
||
MOO algorithms | ||
-------------- | ||
.. autosummary:: | ||
:nosignatures: | ||
|
||
paref.interfaces.moo_algorithms | ||
paref.moo_algorithms.minimizer | ||
paref.moo_algorithms.two_dimensional | ||
paref.moo_algorithms.multi_dimensional | ||
|
||
|
||
|
||
|
||
Stopping criteria | ||
----------------- | ||
.. autosummary:: | ||
:nosignatures: | ||
|
||
paref.interfaces.moo_algorithms | ||
paref.moo_algorithms.stopping_criteria | ||
|
||
|
||
Sequences of Pareto reflections | ||
------------------------------- | ||
.. autosummary:: | ||
:nosignatures: | ||
|
||
paref.interfaces.sequences_pareto_reflections | ||
paref.pareto_reflection_sequences.two_dimensional | ||
paref.pareto_reflection_sequences.multi_dimensional | ||
paref.pareto_reflection_sequences.generic | ||
|
||
Pareto reflections | ||
------------------ | ||
.. autosummary:: | ||
:nosignatures: | ||
|
||
paref.interfaces.pareto_reflections | ||
paref.pareto_reflections |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.