Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromig committed Oct 29, 2021
1 parent 714c8e3 commit 2ad9d15
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ endif()
# Define project properties
project(
APMNKL
VERSION 0.1.0
VERSION 0.2.0
LANGUAGES CXX
DESCRIPTION "Library providing implementations of search \
heuristics for the pmnk-landscapes problem."
Expand Down
4 changes: 2 additions & 2 deletions apps/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* of the library, while also simplifing the gathering of anytime data
* relevant to the study of the performance of the implemented algorithms
* in the context of the pmnk-landscapes problem.
* @version 0.1.0
* @date 13-09-2021
* @version 0.2.0
* @date 29-10-2021
*
* @copyright Copyright (c) 2021
*
Expand Down
4 changes: 2 additions & 2 deletions include/apmnkl/gsemo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @author Alexandre Jesus (ajesus@dei.uc.pt)
* @brief GSEMO (Global Simple Multi-objective Optimizer) algorithm
* implementation
* @version 0.1.0
* @date 13-09-2021
* @version 0.2.0
* @date 29-10-2021
*
* @copyright Copyright (c) 2021
*
Expand Down
4 changes: 2 additions & 2 deletions include/apmnkl/ibea.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @author Pedro Rodrigues (pedror@student.dei.uc.pt)
* @author Alexandre Jesus (ajesus@dei.uc.pt)
* @brief IBEA (Indicator Based Evolutionary Algorithm) implementation
* @version 0.1.0
* @date 13-09-2021
* @version 0.2.0
* @date 29-10-2021
*
* @copyright Copyright (c) 2021
*/
Expand Down
4 changes: 2 additions & 2 deletions include/apmnkl/operators.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @author Pedro Rodrigues (pedror@student.dei.uc.pt)
* @author Alexandre Jesus (ajesus@dei.uc.pt)
* @brief Implementation of IBEA operators (using functors)
* @version 0.1.0
* @date 13-09-2021
* @version 0.2.0
* @date 29-10-2021
*
* @copyright Copyright (c) 2021
*
Expand Down
4 changes: 2 additions & 2 deletions include/apmnkl/pls.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @author Pedro Rodrigues (pedror@student.dei.uc.pt)
* @author Alexandre Jesus (ajesus@dei.uc.pt)
* @brief PLS (Pareto Local Search) algorithm implementation
* @version 0.1.0
* @date 13-09-2021
* @version 0.2.0
* @date 29-10-2021
*
* @copyright Copyright (c) 2021
*
Expand Down
4 changes: 2 additions & 2 deletions include/apmnkl/utils/solution.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @author Pedro Rodrigues (pedror@student.dei.uc.pt)
* @author Alexandre Jesus (ajesus@dei.uc.pt)
* @brief Implementation of a solution class.
* @version 0.1.0
* @date 13-09-2021
* @version 0.2.0
* @date 29-10-2021
*
* @copyright Copyright (c) 2021
*
Expand Down
4 changes: 2 additions & 2 deletions include/apmnkl/utils/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
* @author Pedro Rodrigues (pedror@student.dei.uc.pt)
* @author Alexandre Jesus (ajesus@dei.uc.pt)
* @brief Project Utility functions.
* @version 0.1.0
* @date 13-09-2021
* @version 0.2.0
* @date 29-10-2021
*
* @copyright Copyright (c) 2021
*
Expand Down
3 changes: 2 additions & 1 deletion include/apmnkl/utils/wfg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
* @file wfg.hpp
* @author Alexandre Jesus (ajesus@dei.uc.pt)
* @brief Implementation of the wfg algorithm to calculate hypervolumes
* @date 13-09-2021
* @version 0.2.0
* @date 29-10-2021
* @copyright Copyright (c) 2021
*/

Expand Down

0 comments on commit 2ad9d15

Please sign in to comment.