aboutsummaryrefslogtreecommitdiffstats
path: root/methods/aga
diff options
context:
space:
mode:
Diffstat (limited to 'methods/aga')
-rw-r--r--methods/aga/aga.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/methods/aga/aga.hpp b/methods/aga/aga.hpp
index 77c5700..1c73fdf 100644
--- a/methods/aga/aga.hpp
+++ b/methods/aga/aga.hpp
@@ -79,6 +79,11 @@ namespace opt_utilities
}
private:
+ const char* do_get_type_name()const
+ {
+ return "asexual genetic algorithm";
+ }
+
rT func(const pT& x)
{
assert(p_fo!=0);