-
Notifications
You must be signed in to change notification settings - Fork 4
To Do
micampbell edited this page May 16, 2015
·
2 revisions
- include references (DOI numbers) to published papers describing the algorithms
- implement Tabu Search Generator - along the lines of StochasticNeighborGenerator
- Path Generators (ala Traveling Salesman Problem)
- GRG Slack
- Particle Swarm Generator
- Tree Search 1.Branch And Bound (Implicit Enumeration)
- Beam Search
- Debug SQP
- Debug DSC-Powell
- what to do about multi-objective?
- real-valued GA generators: differential evolution
- alpha-ary genetic operators (i.e. generators). not particularly compelling though
- ?