Software available from LASCA
In this section one may retrieve the C++ code implementing the LASCA concepts and tutorials on how to compile it.
-
LASCA code - optimizating benchmark functions
- This folder includes the C++ project with the LASCA technique implemented for several optimization functions.: alpine, rosenbrock, sphere, shifted sphere, griewank, shifted rastrigin, shifted schwefel.
-
LASCA code - hydro-wind coordination problem
- This folder contains the code developed in C++ with the application of LASCA thecnique to the hydro-wind coordination problem. Two formulations of the problem are available: one with 8 reservoirs, and the second with 12 reservoirs.
-
ITL neural networks
- This folder includes the C++ project of neural networks trained with ITL criteria.
-
Tutorial on the LASCA Code
- This report includes a brief description on how to use the C++ projects with the LASCA technique (i.e. the project with optimization functions, and the project with the hydro-wind coordination problem).