From b5742a78297257d18959385e7a88a1f230bdcafe Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Sat, 22 Aug 2009 16:48:40 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@49 ed2142bd-67ad-457f-ba7c-d818d4011675 --- methods/aga/aga.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'methods/aga/aga.hpp') diff --git a/methods/aga/aga.hpp b/methods/aga/aga.hpp index f5edff3..81c53df 100644 --- a/methods/aga/aga.hpp +++ b/methods/aga/aga.hpp @@ -1,3 +1,8 @@ +/** + \file aga.hpp + asexual genetic algorithm method +*/ + #ifndef AGA_METHOD #define AGA_METHOD #include @@ -37,6 +42,14 @@ namespace opt_utilities } }; + + /** + Implement of the asexual genetic algorithm + 2009A&A...501.1259C + http://adsabs.harvard.edu/abs/2009arXiv0905.3712C + \tparam rT return type of the object function + \tparam pT parameter type of the object function + */ template class aga_method :public opt_method -- cgit v1.2.2