-
Notifications
You must be signed in to change notification settings - Fork 1
Home
ftp://[email protected]/web/laga/logo%204.png
#laga
laga is an all purpose library to create and design Genetic Algorithms (GAs). Originally, laga was my Ph.D. thesis conclusion, where I developed a series of GAs as a search and optimize tool for Architecture. At the beginning laga was written in different platforms. Some part in Rhinoscript, some part in C#.NET and GCScript. After the PhD presentation, I decided to re-write all the algorithms in one strong and solid platform. I chose Java language to create a flexible library to use in different platforms. Currently laga works as plugin for processing.
The name comes from Librería de Algoritmos Geneticos para Arquitectura. At the beginning the library was thought for architects, thus was designed very simple to use. Nevertheless is possible to apply laga to any type of problem. In order to use it you have to initialize each class from the GenrChromosome(); (if is necessary) to Replacement();. Per each class choose the best method to fit your problem. You can combine them, or even use both different methods at the same time.
In this web page you will find the latest current version of laga as well as examples, library documentation plus an Introduction of GAs. Also you can find the code to collaborate.
If you are interested in laga or need to use it for some project or even if you plan to make a workshop about GAs and architecture, do not hesitate to contact me.
There are many ways to contribute: Use the framework, Review the code, Contribute with examples and documentation, Help improve this wiki.