Skip to content

Commit a3f9eb5

Browse files
committed
Adds API reference for poli
1 parent 476d7fc commit a3f9eb5

File tree

251 files changed

+5363
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

251 files changed

+5363
-1
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
poli.core.abstract\_black\_box.AbstractBlackBox
2+
===============================================
3+
4+
.. currentmodule:: poli.core.abstract_black_box
5+
6+
.. autoclass:: AbstractBlackBox
7+
8+
9+
.. automethod:: __init__
10+
11+
12+
.. rubric:: Methods
13+
14+
.. autosummary::
15+
16+
~AbstractBlackBox.__init__
17+
~AbstractBlackBox.reset_evaluation_budget
18+
~AbstractBlackBox.set_observer
19+
~AbstractBlackBox.terminate
20+
21+
22+
23+
24+
25+
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
poli.core.abstract\_black\_box.NegativeBlackBox
2+
===============================================
3+
4+
.. currentmodule:: poli.core.abstract_black_box
5+
6+
.. autoclass:: NegativeBlackBox
7+
8+
9+
.. automethod:: __init__
10+
11+
12+
.. rubric:: Methods
13+
14+
.. autosummary::
15+
16+
~NegativeBlackBox.__init__
17+
~NegativeBlackBox.reset_evaluation_budget
18+
~NegativeBlackBox.set_observer
19+
~NegativeBlackBox.terminate
20+
21+
22+
23+
24+
25+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
poli.core.abstract\_black\_box
2+
==============================
3+
4+
.. automodule:: poli.core.abstract_black_box
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
.. rubric:: Classes
17+
18+
.. autosummary::
19+
20+
AbstractBlackBox
21+
NegativeBlackBox
22+
23+
24+
25+
26+
27+
28+
29+
30+
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
poli.core.abstract\_problem\_factory.AbstractProblemFactory
2+
===========================================================
3+
4+
.. currentmodule:: poli.core.abstract_problem_factory
5+
6+
.. autoclass:: AbstractProblemFactory
7+
8+
9+
.. automethod:: __init__
10+
11+
12+
.. rubric:: Methods
13+
14+
.. autosummary::
15+
16+
~AbstractProblemFactory.__init__
17+
~AbstractProblemFactory.create
18+
~AbstractProblemFactory.get_setup_information
19+
20+
21+
22+
23+
24+
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
poli.core.abstract\_problem\_factory.MetaProblemFactory
2+
=======================================================
3+
4+
.. currentmodule:: poli.core.abstract_problem_factory
5+
6+
.. autoclass:: MetaProblemFactory
7+
8+
9+
.. automethod:: __init__
10+
11+
12+
.. rubric:: Methods
13+
14+
.. autosummary::
15+
16+
~MetaProblemFactory.__init__
17+
~MetaProblemFactory.mro
18+
19+
20+
21+
22+
23+
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
poli.core.abstract\_problem\_factory
2+
====================================
3+
4+
.. automodule:: poli.core.abstract_problem_factory
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
.. rubric:: Classes
17+
18+
.. autosummary::
19+
20+
AbstractProblemFactory
21+
MetaProblemFactory
22+
23+
24+
25+
26+
27+
28+
29+
30+
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
poli.core.chemistry
2+
===================
3+
4+
.. automodule:: poli.core.chemistry
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
.. rubric:: Modules
25+
26+
.. autosummary::
27+
:toctree:
28+
:recursive:
29+
30+
poli.core.chemistry.tdc_black_box
31+
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
poli.core.chemistry.tdc\_black\_box.TDCBlackBox
2+
===============================================
3+
4+
.. currentmodule:: poli.core.chemistry.tdc_black_box
5+
6+
.. autoclass:: TDCBlackBox
7+
8+
9+
.. automethod:: __init__
10+
11+
12+
.. rubric:: Methods
13+
14+
.. autosummary::
15+
16+
~TDCBlackBox.__init__
17+
~TDCBlackBox.reset_evaluation_budget
18+
~TDCBlackBox.set_observer
19+
~TDCBlackBox.terminate
20+
21+
22+
23+
24+
25+
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
poli.core.chemistry.tdc\_black\_box
2+
===================================
3+
4+
.. automodule:: poli.core.chemistry.tdc_black_box
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
.. rubric:: Classes
17+
18+
.. autosummary::
19+
20+
TDCBlackBox
21+
22+
23+
24+
25+
26+
27+
28+
29+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
poli.core.exceptions.BudgetExhaustedException
2+
=============================================
3+
4+
.. currentmodule:: poli.core.exceptions
5+
6+
.. autoexception:: BudgetExhaustedException

0 commit comments

Comments
 (0)