Functional Programming
Type Inference
Toss
- (incorporates former Speagram)
Emacs
Kurs Pascala
Artificial General Intelligence
AI:
Algorithmic Game Theory: Prediction Markets (po polsku)
Programming in Java
kurs pracy w systemie Linux
Evolutionary Algorithms
Animation
Data Stores and Data Mining
Language Understanding
Systemy Inteligentnych Agentów
Przetwarzanie Języka Naturalnego
Programowanie Funkcjonalne
PmWiki
pmwiki.org
add user
edit SideBar
|
GramInd.pdf Δ
General
Featured links
Propozycje referatów
- Learning classifier systems (trochÄ o uczeniu ze wzmocnieniem “reinforcement learning”)
- ewolucja neuronalna: NEAT vs. rekurencyjne sieci Schmidhubera (moĹźe teĹź o kodowaniu Gruau)
- ewolucja kontrolerów samochodów wyĹcigowych (powiÄ
zane z powyĹźszymi)
- programowanie genetyczne: MOSES (ze wzmiankÄ
o OpenCogu) i algorytm PLEASURE
- sztuczne systemy immunologiczne
- zagadnienia reprezentacji, “Forma Analysis of Genetic Algorithms”
From the classroom
- Some ideas on Evolutionary Algorithms Δ
- Survey of Global Optimization Δ
- Multistart Simulated Annealing and Graph Coloring
- Compact Genetic Algorithm Δ
- Genetic Programming Δ
- [Graph coloring results…]
- Learning Classifier Systems Δ
Some Evolutionary Computation libraries
Test Functions
Artificial Life
Matlab implementations
Ask me for adapted Octave versions if the Matlab links below don’t work on your Octave.
Some of my Matlab / Octave scripts
matlab.zip Δ
Differential Evolution
NEAT
eCGA
Other methods of optimization and classes of optimization problems
- Continuous optimization, mostly
- Linear programming
- Nonlinear programming
- Convex programming
- Conjugate gradient method
- Lagrange multipliers for constrained problems
- Global optimization
- Combinatorial optimization (discrete optimization, mostly)
- Integer programming
- Hill climbing
- Branch and bound
- Simulated annealing
- Tabu search
- Beam search
- Ant colony optimization
Classification of methods
- Iterative, one-point, local optimization
- Monotonically refines a proposition about the search space
- Branch and bound
- Non-monotonically refines a randomized hypothesis about the search space
- Simulated annealing
- Evolutionary algorithms
Other evolutionary & optimization links
- Theory of simulated annealing, presentation by Nguyen Thuy
- Nonlinear Programming from Applied Mathematical Programming by Bradley, Hax, and Magnanti (Addison-Wesley, 1977)
- Forma Analysis of Genetic Algorithms, Annotated bibliography, Nicholas J Radcliffe
- Learning Classifier Systems: A Survey, Olivier Sigaud, Stewart W. Wilson, 2007
- Branch and Bound Algorithms - Principles and Examples., Jens Clausen
|