From d87fa85e0b064206509f4e544d8156072d901e3e Mon Sep 17 00:00:00 2001 From: astrojhgu Date: Sat, 8 Jan 2011 17:08:54 +0000 Subject: git-svn-id: file:///home/svn/opt_utilities@161 ed2142bd-67ad-457f-ba7c-d818d4011675 --- methods/linmin/linmin.hpp | 7 +++++++ methods/powell/powell_method.hpp | 1 + 2 files changed, 8 insertions(+) (limited to 'methods') diff --git a/methods/linmin/linmin.hpp b/methods/linmin/linmin.hpp index 9ec1dd8..ecfd0d6 100644 --- a/methods/linmin/linmin.hpp +++ b/methods/linmin/linmin.hpp @@ -1,3 +1,10 @@ +/** + \file linmin.hpp + \brief linear search + \author Junhua Gu + */ + + #ifndef LINMIN_HPP #define LINMIN_HPP #define OPT_HEADER diff --git a/methods/powell/powell_method.hpp b/methods/powell/powell_method.hpp index 294e101..837a0b0 100644 --- a/methods/powell/powell_method.hpp +++ b/methods/powell/powell_method.hpp @@ -1,5 +1,6 @@ /** \file powell_method.hpp + \brief powerll optimization method \author Junhua Gu */ -- cgit v1.2.2