-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:clarencecastillo/dose
# By Clarence Castillo (19) and unknown (9) # Via Clarence Castillo (1) and unknown (1) * 'master' of github.com:clarencecastillo/dose: (28 commits) Added build directories and files to ignore list Updated setup.py version to 1.0.2 Added functionality to import dose from standard library Initial commit of example 17 Added FPS to postpopulation_control Updated simulation 14 script Renamed and updated simulation 13 example Updated fitness analyses scripts Added 'default' simulation time for simulation revival Added console header for simulation revival Fixed data type ambiguity for fitness_goal and generation_list Updated printing to console functions of the analysis script Reconstructed get_status_group_genome_by_generation to utilize a list comprehension logic Implemented new function to get fitness range according to specified percentage Fixed same dictionary key error for get_locations_list Rewritten example 15 analysis using latest analytics.py Rewritten example 14 analysis using latest analytics.py Rewritten example 13 analysis using latest analytics.py and removed example redundancy of example 16 Rewritten example 10 analysis into a single script using latest analytics.py Rewritten example 09 analysis into a single script using latest analytics.py ...
- Loading branch information
Showing
46 changed files
with
888 additions
and
143,508 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 |
---|---|---|
|
@@ -8,4 +8,9 @@ examples/*.db | |
*.suo | ||
*.xlsx | ||
*.gap | ||
*.eco | ||
*.eco | ||
build/ | ||
dist/ | ||
dose.egg-info/ | ||
*.gz | ||
*.egg |
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
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
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
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
Oops, something went wrong.