00001 /*! \mainpage GPLib++ documentation 00002 * 00003 * \section Overview 00004 * 00005 * <p> This is a first glance at some of the code that will become part of this library. 00006 * Documentation is still very sparse and any help is appreciated. Otherwise bear with me 00007 * I hopefully will be able to provide the first properly documented version soon. 00008 * </p> 00009 * <p> 00010 * You can download the latest source code from the sourceforge <A href="http://sourceforge.net/projects/gplib" 00011 * name="project page"> summary page </A> 00012 * </p> 00013 * <p> 00014 * Some information about the genetic algorithm joint inversion code can be found in: 00015 * 00016 * Moorkamp, M., A. G. Jones, and D. W. Eaton (2007), Joint inversion of teleseismic receiver 00017 * functions and magnetotelluric data using a genetic algorithm: 00018 * Are seismic velocities and electrical conductivities compatible?, Geophys. Res. Lett., 34, L16311, doi:10.1029/2007GL030519. 00019 * 00020 * for the joint inversion including surface waves and more background information, have a look at: 00021 * 00022 * Moorkamp , M., A. G. Jones, and S. Fishwick (2010), Joint inversion of receiver functions, surface wave dispersion, and magnetotelluric data, J. Geophys. Res., 115, B04318, doi:10.1029/2009JB006369. 00023 * </p> 00024 * <p> 00025 * If you are interested in my other activities, visit my <A href="http://www.cp.dias.ie/~mm/" name="my homepage"> personal 00026 * homepage </A> 00027 * </p> 00028 * <div align="right"> 00029 * This site is hosted by 00030 * 00031 * <a href="http://sourceforge.net"><img 00032 * src="http://sflogo.sourceforge.net/sflogo.php?group_id=139318&type=4" width="125" 00033 * height="37" border="0" alt="SourceForge.net Logo" /></a> 00034 * </div> 00035 * 00036 */
1.5.8