v1.0.2
Change Log v1.0.2
Implemented enhancements:
- Merge _eval and _eval_population into one function #18
- Use mutation interval provided in DE and PDE when self_adaptive = True #17
- Implement Styblinski-Tang function #15
- Implement Michalewicz function #13
- Implement Dixon-Price function #12
- Implement Schwefel function #8
- Implement Levy function #7
- Implement Griewank function #5
- Self-adaptive parameters #4
Fixed bugs:
- Auto-terminate pool after iterating on PDE #3
Closed issues:
- Using scipy's DE genetic algorithm for initial parameter estimation in non-linear regression #1