-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added new files. Now it is time to write documentation
- Loading branch information
Showing
13 changed files
with
65 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Archive | ||
======= | ||
|
||
.. doxygenclass:: Brush::Pop::Archive | ||
:members: |
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,9 @@ | ||
Engine (and parameters) | ||
======================= | ||
|
||
.. doxygenclass:: Brush::Parameters | ||
:members: | ||
|
||
.. doxygenclass:: Brush::Engine | ||
:members: | ||
|
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,8 @@ | ||
Evaluation | ||
========== | ||
|
||
.. doxygenclass:: Brush::Eval::Evaluation | ||
:members: | ||
|
||
.. doxygenclass:: Brush::Scorer | ||
:members: |
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 |
---|---|---|
|
@@ -13,5 +13,11 @@ search_space | |
program | ||
node | ||
nodetypes | ||
individual | ||
evaluation | ||
population | ||
variation | ||
selection | ||
archive | ||
engine | ||
``` |
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,8 @@ | ||
Individual and Fitness | ||
====================== | ||
|
||
.. doxygenclass:: Brush::Pop::Individual | ||
:members: | ||
|
||
.. doxygenclass:: Brush::Fitness | ||
:members: |
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,5 @@ | ||
Population | ||
========== | ||
|
||
.. doxygenclass:: Brush::Pop::Population | ||
:members: |
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,14 @@ | ||
Selection | ||
========= | ||
|
||
.. doxygenclass:: Brush::Sel::Selection | ||
:members: | ||
|
||
.. doxygenclass:: Brush::Sel::SelectionOperator | ||
:members: | ||
|
||
.. doxygenclass:: Brush::Sel::NSGA2 | ||
:members: | ||
|
||
.. doxygenclass:: Brush::Sel::Lexicase | ||
:members: |
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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
Variation (Crossover/Mutation) | ||
============================== | ||
|
||
.. doxygenfile:: variation.h | ||
.. doxygenclass:: Brush::Vary::MutationBase | ||
:members: | ||
|
||
.. doxygenclass:: Brush::Vary::Variation | ||
:members: |
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
BrushClassifier | ||
=============== | ||
|
||
|
||
.. autoclass:: brush.estimator.BrushClassifier | ||
.. autoclass:: pybrush.BrushClassifier | ||
:members: | ||
:undoc-members: |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
BrushEstimator | ||
============== | ||
|
||
.. autoclass:: brush.estimator.BrushEstimator | ||
.. autoclass:: pybrush.BrushEstimator | ||
:members: | ||
:undoc-members: |
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 |
---|---|---|
|
@@ -4,4 +4,5 @@ | |
estimator | ||
regressor | ||
classifier | ||
python_api | ||
``` |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ Python API | |
|
||
.. With doxygennamespace: | ||
.. .. doxygennamespace:: brush | ||
.. .. doxygennamespace:: pybrush | ||
.. :members: | ||
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
BrushRegressor | ||
============== | ||
|
||
.. autoclass:: brush.estimator.BrushRegressor | ||
.. autoclass:: pybrush.BrushRegressor | ||
:members: | ||
:undoc-members: |