AGA V1
Asexual Genetic Algorithm Version 1.0
mainpage.h
Go to the documentation of this file.
00001 /**
00002 * @file "mainpage.h"
00003 * @brief Webpage frontend
00004 */
00005 /** @mainpage AGA-V1 Documentation
00006 * 
00007 *
00008 * The complete AGA-V1 distribition can be downloaded as a
00009 * <A HREF="http://www.nucleares.unam.mx/astroplasmas/AGAv1/agav1.tgz">
00010 * gzipped tarball (agav1.tgz) </A>\n
00011 * 
00012 * <A HREF="http://www.nucleares.unam.mx/astroplasmas/AGAv1/refman.pdf">
00013 * A PDF version of this documentation can be downloaded here.</A>
00014 * 
00015 * @authors Ary Rodriguez-Gonzalez & Alejandro Esquivel
00016 *
00017 * 
00018 * @section intro Introduction
00019 * This is the distribution and documentation web-page for the AGA-V1
00020 * code, an implementation of the Asexual Genetic Algorithm (AGA),
00021 * presented in:\n
00022 * "A simple algorithm for optimization and model fitting: AGA (asexual 
00023 * genetic algorithm)"\n
00024 * Cantó, J.; Curiel, S.; Martínez-Gómez, E.2009, Astronomy and 
00025 * Astrophysics, 501, 1259.\n
00026 * <A HREF="http://adsabs.harvard.edu/abs/2009A%26A...501.1259C"> (ADS 
00027 * link). </A>
00028 * 
00029 * An application of the code and a detailed descripion can be found in
00030 * the following paper:\n
00031 * "Multi-component analysis f position-velocity cubes of the HH34 jet"\n
00032 * A. Rodríguez-González, A. Esquivel, A.C. Raga, J. Cantó,  A. Riera, 
00033 * S. Curiel, T.L. Beck, 2011, Revista Mexicana de
00034 * Astronomía y Astrofísica, submitted. \n
00035 * <A HREF="http://www.nucleares.unam.mx/astroplasmas/AGAv1/hh34-agav1.pdf">
00036 * Download preprint in PDF format.</A>
00037 * 
00038 * The distribution of the AGA-V1 code contains the folllowing files (the 
00039 * complete doccumentation can be obtained following the tabs on the top 
00040 * of the page):
00041 * 
00042 * -# makefile
00043 * -# main.f90
00044 * -# aga-v1.f90
00045 * -# extfunc.f90
00046 * -# modules.f90
00047 * -# InitCond.dat
00048 * -# ObsData.dat
00049 * -# gpl.txt
00050 * 
00051 * <hr>
00052 * @section notes release.notes
00053 * AGA-V1 is free software; you can redistribute it and/or modify
00054 * it under the terms of the GNU General Public License as published by 
00055 * the Free Software Foundation; either version 3 of the License, or 
00056 * (at your option) any later version. 
00057 * 
00058 * This program is distributed in the hope that it will be useful,
00059 * but WITHOUT ANY WARRANTY; without even the implied warranty of
00060 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
00061 * GNU General Public License for more details.
00062 * 
00063 *
00064 * You should have received a copy of the GNU General Public License
00065 * along with this program.  If not, see 
00066 * <A HREF="http://www.gnu.org/licenses/gpl.html"> http://www.gnu.org/licenses/gpl.html</A>
00067 * <hr>
00068 * 
00069 * @section requirements requirements
00070 * @verbinclude requirements
00071 * Fortran 90/95 compiler with C preprocessor, Message Passing Interface
00072 * (optional, if enabled paralelization to compute the uncertainties), 
00073 * gmake.
00074 * <hr> 
00075 *
00076 */
00077 Main frontend
 All Namespaces Files Functions Variables