Skip to content
Snippets Groups Projects
Commit 583daa41 authored by Achilles Kappis's avatar Achilles Kappis
Browse files

Update CHANGELOG.md with changes in the optimisation topic

parent 4072d570
No related branches found
No related tags found
1 merge request!11Minor update of some of the optimisation functions
### v0.4.1 ###
** Optimisation - Memetic Algorithm**\
\* Update `mutPop()` to use the parallel for-loop (`parfor`) whenever it is available.\
\* Update `selParents()` to use the parallel for-loop (`parfor`) whenever it is available.
-------------------------------------------
### v0.4 ###
**Utilities - Generic**\
\* Change the interface of `rotMat3d()`, so that the last argument is a boolean (`logical` in MATLAB), declaring whether the given angles are in degrees (if false, the angles are treated as radians). This is a **backwards incompatible** change.\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment