C++ template library for function minimization.
new dependency for mlpack update okay sthen@
This commit is contained in:
parent
1c994fb653
commit
0f2fe305b7
24
math/ensmallen/Makefile
Normal file
24
math/ensmallen/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2019/07/31 13:30:28 espie Exp $
|
||||
|
||||
COMMENT = C++ template library for function minimization
|
||||
DISTNAME = ensmallen-1.15.1
|
||||
CATEGORIES = math
|
||||
HOMEPAGE = http://www.ensmallen.org/
|
||||
MAINTAINER = Marc Espie <espie@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MASTER_SITES = ${HOMEPAGE}/files/
|
||||
|
||||
COMPILER = base-clang ports-gcc
|
||||
MODULES += devel/cmake
|
||||
|
||||
# Can't be a LIB_DEPENDS since ensmallen only installs headers.
|
||||
BUILD_DEPENDS += math/armadillo
|
||||
|
||||
RUN_DEPENDS += math/armadillo
|
||||
|
||||
CONFIGURE_STYLE = cmake
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/ensmallen/distinfo
Normal file
2
math/ensmallen/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ensmallen-1.15.1.tar.gz) = 5Zen1Ii1mt1DLbp+ijkR7du84wq2Zenj/AVBRmJFmXo=
|
||||
SIZE (ensmallen-1.15.1.tar.gz) = 1186786
|
6
math/ensmallen/pkg/DESCR
Normal file
6
math/ensmallen/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
ensmallen is a C++ template library for function optimization.
|
||||
It is devoted to efficiently solving the problem
|
||||
|
||||
argmin f(x)
|
||||
|
||||
for many different types of f
|
227
math/ensmallen/pkg/PLIST
Normal file
227
math/ensmallen/pkg/PLIST
Normal file
@ -0,0 +1,227 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/07/31 13:30:28 espie Exp $
|
||||
include/ensmallen.hpp
|
||||
include/ensmallen_bits/
|
||||
include/ensmallen_bits/ada_delta/
|
||||
include/ensmallen_bits/ada_delta/ada_delta.hpp
|
||||
include/ensmallen_bits/ada_delta/ada_delta_impl.hpp
|
||||
include/ensmallen_bits/ada_delta/ada_delta_update.hpp
|
||||
include/ensmallen_bits/ada_grad/
|
||||
include/ensmallen_bits/ada_grad/ada_grad.hpp
|
||||
include/ensmallen_bits/ada_grad/ada_grad_impl.hpp
|
||||
include/ensmallen_bits/ada_grad/ada_grad_update.hpp
|
||||
include/ensmallen_bits/adam/
|
||||
include/ensmallen_bits/adam/adam.hpp
|
||||
include/ensmallen_bits/adam/adam_impl.hpp
|
||||
include/ensmallen_bits/adam/adam_update.hpp
|
||||
include/ensmallen_bits/adam/adamax_update.hpp
|
||||
include/ensmallen_bits/adam/amsgrad_update.hpp
|
||||
include/ensmallen_bits/adam/nadam_update.hpp
|
||||
include/ensmallen_bits/adam/nadamax_update.hpp
|
||||
include/ensmallen_bits/adam/optimisticadam_update.hpp
|
||||
include/ensmallen_bits/aug_lagrangian/
|
||||
include/ensmallen_bits/aug_lagrangian/aug_lagrangian.hpp
|
||||
include/ensmallen_bits/aug_lagrangian/aug_lagrangian_function.hpp
|
||||
include/ensmallen_bits/aug_lagrangian/aug_lagrangian_function_impl.hpp
|
||||
include/ensmallen_bits/aug_lagrangian/aug_lagrangian_impl.hpp
|
||||
include/ensmallen_bits/bigbatch_sgd/
|
||||
include/ensmallen_bits/bigbatch_sgd/adaptive_stepsize.hpp
|
||||
include/ensmallen_bits/bigbatch_sgd/backtracking_line_search.hpp
|
||||
include/ensmallen_bits/bigbatch_sgd/bigbatch_sgd.hpp
|
||||
include/ensmallen_bits/bigbatch_sgd/bigbatch_sgd_impl.hpp
|
||||
include/ensmallen_bits/cmaes/
|
||||
include/ensmallen_bits/cmaes/cmaes.hpp
|
||||
include/ensmallen_bits/cmaes/cmaes_impl.hpp
|
||||
include/ensmallen_bits/cmaes/full_selection.hpp
|
||||
include/ensmallen_bits/cmaes/random_selection.hpp
|
||||
include/ensmallen_bits/cne/
|
||||
include/ensmallen_bits/cne/cne.hpp
|
||||
include/ensmallen_bits/cne/cne_impl.hpp
|
||||
include/ensmallen_bits/config.hpp
|
||||
include/ensmallen_bits/de/
|
||||
include/ensmallen_bits/de/de.hpp
|
||||
include/ensmallen_bits/de/de_impl.hpp
|
||||
include/ensmallen_bits/ens_version.hpp
|
||||
include/ensmallen_bits/eve/
|
||||
include/ensmallen_bits/eve/eve.hpp
|
||||
include/ensmallen_bits/eve/eve_impl.hpp
|
||||
include/ensmallen_bits/ftml/
|
||||
include/ensmallen_bits/ftml/ftml.hpp
|
||||
include/ensmallen_bits/ftml/ftml_impl.hpp
|
||||
include/ensmallen_bits/ftml/ftml_update.hpp
|
||||
include/ensmallen_bits/function/
|
||||
include/ensmallen_bits/function.hpp
|
||||
include/ensmallen_bits/function/add_decomposable_evaluate.hpp
|
||||
include/ensmallen_bits/function/add_decomposable_evaluate_const.hpp
|
||||
include/ensmallen_bits/function/add_decomposable_evaluate_with_gradient.hpp
|
||||
include/ensmallen_bits/function/add_decomposable_evaluate_with_gradient_const.hpp
|
||||
include/ensmallen_bits/function/add_decomposable_gradient.hpp
|
||||
include/ensmallen_bits/function/add_evaluate.hpp
|
||||
include/ensmallen_bits/function/add_evaluate_with_gradient.hpp
|
||||
include/ensmallen_bits/function/add_gradient.hpp
|
||||
include/ensmallen_bits/function/sfinae_utility.hpp
|
||||
include/ensmallen_bits/function/static_checks.hpp
|
||||
include/ensmallen_bits/function/traits.hpp
|
||||
include/ensmallen_bits/fw/
|
||||
include/ensmallen_bits/fw/atoms.hpp
|
||||
include/ensmallen_bits/fw/constr_lpball.hpp
|
||||
include/ensmallen_bits/fw/constr_structure_group.hpp
|
||||
include/ensmallen_bits/fw/frank_wolfe.hpp
|
||||
include/ensmallen_bits/fw/frank_wolfe_impl.hpp
|
||||
include/ensmallen_bits/fw/func_sq.hpp
|
||||
include/ensmallen_bits/fw/line_search/
|
||||
include/ensmallen_bits/fw/line_search/line_search.hpp
|
||||
include/ensmallen_bits/fw/line_search/line_search_impl.hpp
|
||||
include/ensmallen_bits/fw/proximal/
|
||||
include/ensmallen_bits/fw/proximal/proximal.hpp
|
||||
include/ensmallen_bits/fw/proximal/proximal_impl.hpp
|
||||
include/ensmallen_bits/fw/update_classic.hpp
|
||||
include/ensmallen_bits/fw/update_full_correction.hpp
|
||||
include/ensmallen_bits/fw/update_linesearch.hpp
|
||||
include/ensmallen_bits/fw/update_span.hpp
|
||||
include/ensmallen_bits/gradient_descent/
|
||||
include/ensmallen_bits/gradient_descent/gradient_descent.hpp
|
||||
include/ensmallen_bits/gradient_descent/gradient_descent_impl.hpp
|
||||
include/ensmallen_bits/grid_search/
|
||||
include/ensmallen_bits/grid_search/grid_search.hpp
|
||||
include/ensmallen_bits/grid_search/grid_search_impl.hpp
|
||||
include/ensmallen_bits/iqn/
|
||||
include/ensmallen_bits/iqn/iqn.hpp
|
||||
include/ensmallen_bits/iqn/iqn_impl.hpp
|
||||
include/ensmallen_bits/katyusha/
|
||||
include/ensmallen_bits/katyusha/katyusha.hpp
|
||||
include/ensmallen_bits/katyusha/katyusha_impl.hpp
|
||||
include/ensmallen_bits/lbfgs/
|
||||
include/ensmallen_bits/lbfgs/lbfgs.hpp
|
||||
include/ensmallen_bits/lbfgs/lbfgs_impl.hpp
|
||||
include/ensmallen_bits/log.hpp
|
||||
include/ensmallen_bits/padam/
|
||||
include/ensmallen_bits/padam/padam.hpp
|
||||
include/ensmallen_bits/padam/padam_update.hpp
|
||||
include/ensmallen_bits/parallel_sgd/
|
||||
include/ensmallen_bits/parallel_sgd/decay_policies/
|
||||
include/ensmallen_bits/parallel_sgd/decay_policies/constant_step.hpp
|
||||
include/ensmallen_bits/parallel_sgd/decay_policies/exponential_backoff.hpp
|
||||
include/ensmallen_bits/parallel_sgd/parallel_sgd.hpp
|
||||
include/ensmallen_bits/parallel_sgd/parallel_sgd_impl.hpp
|
||||
include/ensmallen_bits/problems/
|
||||
include/ensmallen_bits/problems/aug_lagrangian_test_functions.hpp
|
||||
include/ensmallen_bits/problems/aug_lagrangian_test_functions_impl.hpp
|
||||
include/ensmallen_bits/problems/booth_function.hpp
|
||||
include/ensmallen_bits/problems/booth_function_impl.hpp
|
||||
include/ensmallen_bits/problems/bukin_function.hpp
|
||||
include/ensmallen_bits/problems/bukin_function_impl.hpp
|
||||
include/ensmallen_bits/problems/colville_function.hpp
|
||||
include/ensmallen_bits/problems/colville_function_impl.hpp
|
||||
include/ensmallen_bits/problems/drop_wave_function.hpp
|
||||
include/ensmallen_bits/problems/drop_wave_function_impl.hpp
|
||||
include/ensmallen_bits/problems/easom_function.hpp
|
||||
include/ensmallen_bits/problems/easom_function_impl.hpp
|
||||
include/ensmallen_bits/problems/eggholder_function.hpp
|
||||
include/ensmallen_bits/problems/eggholder_function_impl.hpp
|
||||
include/ensmallen_bits/problems/fw_test_function.hpp
|
||||
include/ensmallen_bits/problems/generalized_rosenbrock_function.hpp
|
||||
include/ensmallen_bits/problems/generalized_rosenbrock_function_impl.hpp
|
||||
include/ensmallen_bits/problems/gradient_descent_test_function.hpp
|
||||
include/ensmallen_bits/problems/gradient_descent_test_function_impl.hpp
|
||||
include/ensmallen_bits/problems/logistic_regression_function.hpp
|
||||
include/ensmallen_bits/problems/logistic_regression_function_impl.hpp
|
||||
include/ensmallen_bits/problems/matyas_function.hpp
|
||||
include/ensmallen_bits/problems/matyas_function_impl.hpp
|
||||
include/ensmallen_bits/problems/mc_cormick_function.hpp
|
||||
include/ensmallen_bits/problems/mc_cormick_function_impl.hpp
|
||||
include/ensmallen_bits/problems/problems.hpp
|
||||
include/ensmallen_bits/problems/rastrigin_function.hpp
|
||||
include/ensmallen_bits/problems/rastrigin_function_impl.hpp
|
||||
include/ensmallen_bits/problems/rosenbrock_function.hpp
|
||||
include/ensmallen_bits/problems/rosenbrock_function_impl.hpp
|
||||
include/ensmallen_bits/problems/rosenbrock_wood_function.hpp
|
||||
include/ensmallen_bits/problems/rosenbrock_wood_function_impl.hpp
|
||||
include/ensmallen_bits/problems/schwefel_function.hpp
|
||||
include/ensmallen_bits/problems/schwefel_function_impl.hpp
|
||||
include/ensmallen_bits/problems/sgd_test_function.hpp
|
||||
include/ensmallen_bits/problems/sgd_test_function_impl.hpp
|
||||
include/ensmallen_bits/problems/softmax_regression_function.hpp
|
||||
include/ensmallen_bits/problems/softmax_regression_function_impl.hpp
|
||||
include/ensmallen_bits/problems/sparse_test_function.hpp
|
||||
include/ensmallen_bits/problems/sparse_test_function_impl.hpp
|
||||
include/ensmallen_bits/problems/sphere_function.hpp
|
||||
include/ensmallen_bits/problems/sphere_function_impl.hpp
|
||||
include/ensmallen_bits/problems/styblinski_tang_function.hpp
|
||||
include/ensmallen_bits/problems/styblinski_tang_function_impl.hpp
|
||||
include/ensmallen_bits/problems/wood_function.hpp
|
||||
include/ensmallen_bits/problems/wood_function_impl.hpp
|
||||
include/ensmallen_bits/qhadam/
|
||||
include/ensmallen_bits/qhadam/qhadam.hpp
|
||||
include/ensmallen_bits/qhadam/qhadam_impl.hpp
|
||||
include/ensmallen_bits/qhadam/qhadam_update.hpp
|
||||
include/ensmallen_bits/rmsprop/
|
||||
include/ensmallen_bits/rmsprop/rmsprop.hpp
|
||||
include/ensmallen_bits/rmsprop/rmsprop_update.hpp
|
||||
include/ensmallen_bits/sa/
|
||||
include/ensmallen_bits/sa/exponential_schedule.hpp
|
||||
include/ensmallen_bits/sa/sa.hpp
|
||||
include/ensmallen_bits/sa/sa_impl.hpp
|
||||
include/ensmallen_bits/sarah/
|
||||
include/ensmallen_bits/sarah/sarah.hpp
|
||||
include/ensmallen_bits/sarah/sarah_impl.hpp
|
||||
include/ensmallen_bits/sarah/sarah_plus_update.hpp
|
||||
include/ensmallen_bits/sarah/sarah_update.hpp
|
||||
include/ensmallen_bits/scd/
|
||||
include/ensmallen_bits/scd/descent_policies/
|
||||
include/ensmallen_bits/scd/descent_policies/cyclic_descent.hpp
|
||||
include/ensmallen_bits/scd/descent_policies/greedy_descent.hpp
|
||||
include/ensmallen_bits/scd/descent_policies/random_descent.hpp
|
||||
include/ensmallen_bits/scd/scd.hpp
|
||||
include/ensmallen_bits/scd/scd_impl.hpp
|
||||
include/ensmallen_bits/sdp/
|
||||
include/ensmallen_bits/sdp/lin_alg.hpp
|
||||
include/ensmallen_bits/sdp/lrsdp.hpp
|
||||
include/ensmallen_bits/sdp/lrsdp_function.hpp
|
||||
include/ensmallen_bits/sdp/lrsdp_function_impl.hpp
|
||||
include/ensmallen_bits/sdp/lrsdp_impl.hpp
|
||||
include/ensmallen_bits/sdp/primal_dual.hpp
|
||||
include/ensmallen_bits/sdp/primal_dual_impl.hpp
|
||||
include/ensmallen_bits/sdp/sdp.hpp
|
||||
include/ensmallen_bits/sdp/sdp_impl.hpp
|
||||
include/ensmallen_bits/sgd/
|
||||
include/ensmallen_bits/sgd/decay_policies/
|
||||
include/ensmallen_bits/sgd/decay_policies/no_decay.hpp
|
||||
include/ensmallen_bits/sgd/sgd.hpp
|
||||
include/ensmallen_bits/sgd/sgd_impl.hpp
|
||||
include/ensmallen_bits/sgd/update_policies/
|
||||
include/ensmallen_bits/sgd/update_policies/gradient_clipping.hpp
|
||||
include/ensmallen_bits/sgd/update_policies/momentum_update.hpp
|
||||
include/ensmallen_bits/sgd/update_policies/nesterov_momentum_update.hpp
|
||||
include/ensmallen_bits/sgd/update_policies/quasi_hyperbolic_update.hpp
|
||||
include/ensmallen_bits/sgd/update_policies/vanilla_update.hpp
|
||||
include/ensmallen_bits/sgdr/
|
||||
include/ensmallen_bits/sgdr/cyclical_decay.hpp
|
||||
include/ensmallen_bits/sgdr/sgdr.hpp
|
||||
include/ensmallen_bits/sgdr/sgdr_impl.hpp
|
||||
include/ensmallen_bits/sgdr/snapshot_ensembles.hpp
|
||||
include/ensmallen_bits/sgdr/snapshot_sgdr.hpp
|
||||
include/ensmallen_bits/sgdr/snapshot_sgdr_impl.hpp
|
||||
include/ensmallen_bits/smorms3/
|
||||
include/ensmallen_bits/smorms3/smorms3.hpp
|
||||
include/ensmallen_bits/smorms3/smorms3_impl.hpp
|
||||
include/ensmallen_bits/smorms3/smorms3_update.hpp
|
||||
include/ensmallen_bits/spalera_sgd/
|
||||
include/ensmallen_bits/spalera_sgd/spalera_sgd.hpp
|
||||
include/ensmallen_bits/spalera_sgd/spalera_sgd_impl.hpp
|
||||
include/ensmallen_bits/spalera_sgd/spalera_stepsize.hpp
|
||||
include/ensmallen_bits/spsa/
|
||||
include/ensmallen_bits/spsa/spsa.hpp
|
||||
include/ensmallen_bits/spsa/spsa_impl.hpp
|
||||
include/ensmallen_bits/svrg/
|
||||
include/ensmallen_bits/svrg/barzilai_borwein_decay.hpp
|
||||
include/ensmallen_bits/svrg/svrg.hpp
|
||||
include/ensmallen_bits/svrg/svrg_impl.hpp
|
||||
include/ensmallen_bits/svrg/svrg_update.hpp
|
||||
include/ensmallen_bits/swats/
|
||||
include/ensmallen_bits/swats/swats.hpp
|
||||
include/ensmallen_bits/swats/swats_impl.hpp
|
||||
include/ensmallen_bits/swats/swats_update.hpp
|
||||
include/ensmallen_bits/wn_grad/
|
||||
include/ensmallen_bits/wn_grad/wn_grad.hpp
|
||||
include/ensmallen_bits/wn_grad/wn_grad_impl.hpp
|
||||
include/ensmallen_bits/wn_grad/wn_grad_update.hpp
|
Loading…
x
Reference in New Issue
Block a user