Skip to content

Commit

Permalink
Add changelog for v.1.0.2
Browse files Browse the repository at this point in the history
  • 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.
33 changes: 33 additions & 0 deletions CHANGELOG.md
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)*

0 comments on commit b077edb

Please sign in to comment.