-
Notifications
You must be signed in to change notification settings - Fork 15
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
pablo.rodriguez.mier
committed
Aug 10, 2017
1 parent
29a47f8
commit b077edb
Showing
1 changed file
with
33 additions
and
0 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,33 @@ | ||
# Change Log | ||
|
||
## [v1.0.2](https://github.com/pablormier/yabox/tree/HEAD) | ||
|
||
[Full Changelog](https://github.com/pablormier/yabox/compare/1.0.1...HEAD) | ||
|
||
**Implemented enhancements:** | ||
|
||
- Merge \_eval and \_eval\_population into one function [\#18](https://github.com/pablormier/yabox/issues/18) | ||
- Use mutation interval provided in DE and PDE when self\_adaptive = True [\#17](https://github.com/pablormier/yabox/issues/17) | ||
- Implement Styblinski-Tang function [\#15](https://github.com/pablormier/yabox/issues/15) | ||
- Implement Michalewicz function [\#13](https://github.com/pablormier/yabox/issues/13) | ||
- Implement Dixon-Price function [\#12](https://github.com/pablormier/yabox/issues/12) | ||
- Implement Schwefel function [\#8](https://github.com/pablormier/yabox/issues/8) | ||
- Implement Levy function [\#7](https://github.com/pablormier/yabox/issues/7) | ||
- Implement Griewank function [\#5](https://github.com/pablormier/yabox/issues/5) | ||
- Self-adaptive parameters [\#4](https://github.com/pablormier/yabox/issues/4) | ||
|
||
**Fixed bugs:** | ||
|
||
- Auto-terminate pool after iterating on PDE [\#3](https://github.com/pablormier/yabox/issues/3) | ||
|
||
**Closed issues:** | ||
|
||
- Using scipy's DE genetic algorithm for initial parameter estimation in non-linear regression [\#1](https://github.com/pablormier/yabox/issues/1) | ||
|
||
## [v1.0.1](https://github.com/pablormier/yabox/tree/1.0.1) (2017-08-01) | ||
[Full Changelog](https://github.com/pablormier/yabox/compare/1.0.0...1.0.1) | ||
|
||
## [v1.0.0](https://github.com/pablormier/yabox/tree/1.0.0) (2017-07-31) | ||
|
||
|
||
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |