/seimoCalib

Tools and utilities for seismometer calibration.

Primary LanguageC++

/*! \file optimize/README
 * \brief optimize tools: Programs making use of liboptimizexx.
 *
 * ----------------------------------------------------------------------------
 *
 * $Id: $
 * 
 * Copyright (c) 2012 by Daniel Armbruster (Black Forest observatory - BFO)
 * 
 * optimize tools: Programs making use of liboptimizexx. 
 *
 * This file contains:
 *  - mainpage text
 *  - documentation of programs
 * 
 * REVISIONS and CHANGES 
 *  - 11/03/2012   V1.0   Daniel Armbruster
 * 
 * ============================================================================
 */

/*===========================================================================*/

/*! \mainpage

\author Daniel Armbruster
\since March 2012
\date March 2012
\version V0.1.1
$Id: $

\todo Use the configuration file parser which comes along with
boost::program_options so that optcalex will be configurable using a
configuration file.

\todo Additionally it would be convenient if optcalex could make use of several
optimization algorithms as i.e optimize::MonteCarlo. The implementation
shouldn't be really difficult but in case the global optimization algorithm is
able to refine the grid and creates subgrids it might occur that it only
generates subgrids with less dimensions as the parent major parameter space grid
has. So the synchronization between the global algorithm and the calex
configuration file class should be some kind of automataded.

*/

// ------ END OF README.doxydoc ------