Skip to content
  • ofgeorg's avatar
    ! $Log: cmaesRun.f90,v $ · 2ab1a6ab
    ofgeorg authored
          !  Revision 1.26  2009/01/15 14:19:46  chrmuell
          !  Fixed same major bug in MPI_ALLREDUCE(countEval,GLOBAL_FUN_EVALS..., wrong MPI data type has been assigned at a second position in the code
          !
          !  Revision 1.25  2008/12/20 20:30:41  chrmuell
          !  Fixed major bug in MPI_ALLREDUCE(countEval,GLOBAL_FUN_EVALS..., wrong MPI data type has been assigned
          !
          !  Revision 1.24  2008/12/12 18:30:37  chrmuell
          !  fixed bug in writing out data, using flag intGenData now
          !
          !  Revision 1.23  2008/12/09 16:30:19  chrmuell
          !  Added special call of a MATLAB objective function to terminate MATLAB engines
          !
          !  Revision 1.22  2008/04/18 13:02:54  paulb
          !  repository update
          !
          !  Revision 1.19  2008/03/14 18:49:01  paulb
          !  Corrected wrong datatype in MPI_BCAST, split up variables of cmaesRun
          !  into modules to keep code readable
          !
          !  Revision 1.18  2008/03/13 08:13:12  paulb
          !  Major update: some bugs corrected, replaced 'matmul' with
          !  BLAS routines in cmaesRun, added createR. New Example of
          !  how to use the code is now calles test.f90 and already
          !  integrates the CEC benchmark functions.
          !
          !  Revision 1.16  2008/02/14 13:36:29  paulb
          !  Eliminated bug in MPI Communication.
          !  First stable MPI version
          !
          !  Revision 1.15  2008/02/13 21:31:57  paulb
          !  integrated mpi stop check, but doesnt run stable yet
          !
          !  Revision 1.14  2008/02/12 19:01:48  paulb
          !  little modifications to keep the code
          !  Windows and G95 compliant
          !
          !  Revision 1.13  2008/02/06 11:27:55  paulb
          !  Integrated MPI, runs stable, though not verified results yet
          !
          !  Revision 1.12  2008/01/31 15:49:13  paulb
          !  write generation 0 to txt files
          !
          !  Revision 1.11  2008/01/23 13:09:28  paulb
          !  Double Precision support integrated,
          !  corrected errors in boundary handling and test functions,
          !  new vector ranking routine mrgrnk used for sorting integrated
          !  got rid of MEDIAN.f,SORT.f and SORTC.f
          !
          !  Revision 1.9  2008/01/10 13:30:22  paulb
          !  console output added
          !
          !  Revision 1.8  2007/12/20 16:41:43  paulb
          !  integrated generation output
          !
          !  Tue Dec 11 2007	paulb	integrated Lapack's SSYEV, Update B,D done
          !	 Mon Dec 10 2007	paulb	boundary handling completed,adapting C done
          !  Wed Dec 05 2007	paulb	new fitfun call,added funcWrap, 
          !						fitness sort,selection&recomb.,update evol.paths
          !	 Fri Nov 30 2007	paulb	Initial implementation
    2ab1a6ab