-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
86 changed files
with
4,190 additions
and
1,858 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,25 @@ | ||
# .readthedocs.yml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Build documentation in the docs/ directory with Sphinx | ||
sphinx: | ||
configuration: docs/source/conf.py | ||
|
||
# Build documentation with MkDocs | ||
#mkdocs: | ||
# configuration: mkdocs.yml | ||
|
||
# Optionally build your docs in additional formats such as PDF | ||
formats: | ||
|
||
# Optionally set the version of Python and requirements required to build your docs | ||
python: | ||
version: 3.7 | ||
install: | ||
- requirements: docs/requirements.txt | ||
system_packages: true |
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,39 @@ | ||
# LEAP CHANGES BY VERSION | ||
|
||
Being a terse compilation by version of changes. | ||
|
||
## 0.4.0, 9/19/2020 | ||
|
||
* Significantly added to online [documentation](https://leap-gmu.readthedocs.io/en/latest/index.html) | ||
* Major code reorganization | ||
* exception management for `Individual` has been moved to `RobustIndividual` | ||
* `DistributedIndividual` now inherits from `RobustIndividual` | ||
* `core.py` has been broken out to separate modules | ||
* `Individual` and `RobustIndividual` now in `individual.py` | ||
* representation specific entities moved to new sub-packages, `binary_rep` | ||
and `real_rep` | ||
* `Representation` now in `representation.py` | ||
* `Decoder` now in `decoder.py` | ||
* documentation, doctests, examples, Jupyter notebooks, and unit tests updated accordingly | ||
* added ability to pass ancillary information during evaluation, such as UUIDs | ||
that could be used to name output files and directories, yet do not have a | ||
direct impact on fitness | ||
|
||
## 0.3.1 | ||
|
||
* Apply `Representation` consistently throughout LEAP, particulary the top-level monolithic functions | ||
* Added probe to `leap_ec.distributed.asynchronous.stead_state()` to take regular snapshots of the population | ||
|
||
## 0.3 | ||
|
||
* fix how non-viable individuals sort themselves when compared since the prior method of comparing math.nan to math.nan yielded non-ideal behavior | ||
* minor maintenance tweaks | ||
|
||
## 0.2 | ||
|
||
* changed package name to `leap_ec` from `leap` to mitigate pypi namespace collisions | ||
* minor maintenance tweaks | ||
|
||
## 0.1 | ||
|
||
* first major "mature" release of LEAP |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.