![]() |
AGA V1
Asexual Genetic Algorithm Version 1.0
|
Interface with the AGAv1 implementation. More...
Go to the source code of this file.
Functions/Subroutines | |
program | test |
Main program/interface with AGAv1. |
Interface with the AGAv1 implementation.
This is an example of the interface, the user must write/modify his/her own to use the AGAv1 program.
Definition in file main.f90.
program test | ( | ) |
Main program/interface with AGAv1.
This is a test example of a main program that initializes MPI (if enabled in makefile), reads data from (ObsData.dat), and calls AGAv1 to find the solution to.... @ todo Terminar descripcion del main program.
Definition at line 30 of file main.f90.
References agav1::Algorithm(), mpi_module::err, mpi_module::master, mpi_module::np, mpi_module::rank, and input::ReadData().