Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matachi/ffr105
Stochastic optimization algorithms, FFR105, LP 1, 2013
https://github.com/matachi/ffr105
Last synced: 19 days ago
JSON representation
Stochastic optimization algorithms, FFR105, LP 1, 2013
- Host: GitHub
- URL: https://github.com/matachi/ffr105
- Owner: matachi
- Created: 2013-09-10T14:52:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-10T21:13:41.000Z (over 11 years ago)
- Last Synced: 2024-11-10T04:24:03.956Z (3 months ago)
- Language: Matlab
- Size: 215 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stochastic optimization algorithms, FFR105, Chalmers, LP 1 (first quarter), 2013
* [Course site](http://www.me.chalmers.se/~mwahde/courses/soa/2013/soa.html)
* [Course's Matlab coding
standard](http://www.me.chalmers.se/~mwahde/courses/soa/2013/MatlabCodingStandard.pdf)## An elementary introduction to Matlab programming for stochastic optimization
The code for the introduction guide can be found in
[SimpleEvolutionAlgorithm/](SimpleEvolutionAlgorithm/). Execute the evolution
with the command `FunctionOptimization` in Matlab.![Simple Evolution Algorithm
Screenshot](SimpleEvolutionAlgorithm/screenshot.png)Screenshot caption: On the image is the algorithm still running through the
generations, which explains the drop/fall in the left figure.