Skip to content

Commit d443ecf

Browse files
committed
r/DESCRIPTION: Edit Description.
1 parent ccb2dd8 commit d443ecf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

c/libmoocore-config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# define LIBMOOCORE_CONFIG_H_
33

44
#ifndef R_PACKAGE
5-
# if defined(_WIN32) && !(defined(__MINGW__) || defined(__MINGW32__) || defined(__MINGW64__))
5+
# if (defined(_WIN32) || defined(__CYGWIN__)) && !(defined(__MINGW__) || defined(__MINGW32__) || defined(__MINGW64__))
66
# ifndef MOOCORE_STATIC_LIB
77
# ifdef MOOCORE_SHARED_LIB
88
# define MOOCORE_API extern __declspec(dllexport)

r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Authors@R: c(person("Manuel", "López-Ibáñez", role = c("aut", "cre"),
1515
person("Jean-Sebastien", "Roy", role = "cph", comment = "mt19937 library"),
1616
person("Makoto", "Matsumoto", role = "cph", comment = "mt19937 library"),
1717
person("Takuji", "Nishimura", role = "cph", comment = "mt19937 library"))
18-
Description: Fast implementation of mathematical operations and performance metrics for multi-objective optimization, including filtering and ranking of dominated vectors according to Pareto optimality, computation of the empirical attainment function, V.G. da Fonseca, C.M. Fonseca, A.O. Hall (2001) <doi:10.1007/3-540-44719-9_15>, hypervolume metric, C.M. Fonseca, L. Paquete, M. López-Ibáñez (2006) <doi:10.1109/CEC.2006.1688440>, epsilon indicator, inverted generational distance, and Vorob'ev threshold, expectation and deviation, M. Binois, D. Ginsbourger, O. Roustant (2015) <doi:10.1016/j.ejor.2014.07.032>, among others.
18+
Description: Fast implementations of mathematical operations and performance metrics for multi-objective optimization, including filtering and ranking of dominated vectors according to Pareto optimality, hypervolume metric, C.M. Fonseca, L. Paquete, M. López-Ibáñez (2006) <doi:10.1109/CEC.2006.1688440>, epsilon indicator, inverted generational distance, computation of the empirical attainment function, V.G. da Fonseca, C.M. Fonseca, A.O. Hall (2001) <doi:10.1007/3-540-44719-9_15>, and Vorob'ev threshold, expectation and deviation, M. Binois, D. Ginsbourger, O. Roustant (2015) <doi:10.1016/j.ejor.2014.07.032>, among others.
1919
Depends: R (>= 4.0)
2020
Imports:
2121
matrixStats,

r/man/moocore-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)