Files in RcppEnsmallen
Header-Only C++ Mathematical Optimization Library for 'Armadillo'

MD5
ChangeLog
NEWS.md README.md
NAMESPACE
DESCRIPTION
R/RcppExports.R R/inline.R R/RcppEnsmallen-package.R
src/Makevars.win
src/Makevars
src/example-linear-regression-lbfgs.cpp
src/RcppExports.cpp
inst/COPYRIGHTS
inst/AUTHORS
inst/CITATION
inst/include/ensmallen.hpp
inst/include/RcppEnsmallen.h
inst/include/README
inst/include/ensmallen_bits/config.hpp
inst/include/ensmallen_bits/function.hpp
inst/include/ensmallen_bits/log.hpp
inst/include/ensmallen_bits/ens_version.hpp
inst/include/ensmallen_bits/smorms3/smorms3_update.hpp
inst/include/ensmallen_bits/smorms3/smorms3.hpp
inst/include/ensmallen_bits/smorms3/smorms3_impl.hpp
inst/include/ensmallen_bits/wn_grad/wn_grad_update.hpp
inst/include/ensmallen_bits/wn_grad/wn_grad_impl.hpp
inst/include/ensmallen_bits/wn_grad/wn_grad.hpp
inst/include/ensmallen_bits/iqn/iqn_impl.hpp
inst/include/ensmallen_bits/iqn/iqn.hpp
inst/include/ensmallen_bits/spalera_sgd/spalera_sgd_impl.hpp
inst/include/ensmallen_bits/spalera_sgd/spalera_stepsize.hpp
inst/include/ensmallen_bits/spalera_sgd/spalera_sgd.hpp
inst/include/ensmallen_bits/demon_sgd/demon_sgd.hpp
inst/include/ensmallen_bits/demon_sgd/demon_sgd_update.hpp
inst/include/ensmallen_bits/fw/constr_structure_group.hpp
inst/include/ensmallen_bits/fw/frank_wolfe_impl.hpp
inst/include/ensmallen_bits/fw/update_linesearch.hpp
inst/include/ensmallen_bits/fw/atoms.hpp
inst/include/ensmallen_bits/fw/update_span.hpp
inst/include/ensmallen_bits/fw/func_sq.hpp
inst/include/ensmallen_bits/fw/update_classic.hpp
inst/include/ensmallen_bits/fw/frank_wolfe.hpp
inst/include/ensmallen_bits/fw/update_full_correction.hpp
inst/include/ensmallen_bits/fw/constr_lpball.hpp
inst/include/ensmallen_bits/fw/proximal/proximal_impl.hpp
inst/include/ensmallen_bits/fw/proximal/proximal.hpp
inst/include/ensmallen_bits/fw/line_search/line_search.hpp
inst/include/ensmallen_bits/fw/line_search/line_search_impl.hpp
inst/include/ensmallen_bits/sdp/lin_alg.hpp
inst/include/ensmallen_bits/sdp/lrsdp_impl.hpp
inst/include/ensmallen_bits/sdp/lrsdp_function_impl.hpp
inst/include/ensmallen_bits/sdp/primal_dual_impl.hpp
inst/include/ensmallen_bits/sdp/sdp.hpp
inst/include/ensmallen_bits/sdp/sdp_impl.hpp
inst/include/ensmallen_bits/sdp/primal_dual.hpp
inst/include/ensmallen_bits/sdp/lrsdp.hpp
inst/include/ensmallen_bits/sdp/lrsdp_function.hpp
inst/include/ensmallen_bits/katyusha/katyusha.hpp
inst/include/ensmallen_bits/katyusha/katyusha_impl.hpp
inst/include/ensmallen_bits/moead/moead_impl.hpp
inst/include/ensmallen_bits/moead/moead.hpp
inst/include/ensmallen_bits/moead/decomposition_policies/weighted_decomposition.hpp
inst/include/ensmallen_bits/moead/decomposition_policies/tchebycheff_decomposition.hpp
inst/include/ensmallen_bits/moead/decomposition_policies/pbi_decomposition.hpp
inst/include/ensmallen_bits/moead/weight_init_policies/uniform_init.hpp
inst/include/ensmallen_bits/moead/weight_init_policies/dirichlet_init.hpp
inst/include/ensmallen_bits/moead/weight_init_policies/bbs_init.hpp
inst/include/ensmallen_bits/padam/padam.hpp
inst/include/ensmallen_bits/padam/padam_update.hpp
inst/include/ensmallen_bits/swats/swats_impl.hpp
inst/include/ensmallen_bits/swats/swats.hpp
inst/include/ensmallen_bits/swats/swats_update.hpp
inst/include/ensmallen_bits/sa/exponential_schedule.hpp
inst/include/ensmallen_bits/sa/sa_impl.hpp
inst/include/ensmallen_bits/sa/sa.hpp
inst/include/ensmallen_bits/qhadam/qhadam_update.hpp
inst/include/ensmallen_bits/qhadam/qhadam_impl.hpp
inst/include/ensmallen_bits/qhadam/qhadam.hpp
inst/include/ensmallen_bits/lookahead/lookahead_impl.hpp
inst/include/ensmallen_bits/lookahead/lookahead.hpp
inst/include/ensmallen_bits/adam/adam_update.hpp
inst/include/ensmallen_bits/adam/amsgrad_update.hpp
inst/include/ensmallen_bits/adam/adamax_update.hpp
inst/include/ensmallen_bits/adam/adam.hpp
inst/include/ensmallen_bits/adam/nadam_update.hpp
inst/include/ensmallen_bits/adam/optimisticadam_update.hpp
inst/include/ensmallen_bits/adam/adam_impl.hpp
inst/include/ensmallen_bits/adam/nadamax_update.hpp
inst/include/ensmallen_bits/ada_delta/ada_delta.hpp
inst/include/ensmallen_bits/ada_delta/ada_delta_update.hpp
inst/include/ensmallen_bits/ada_delta/ada_delta_impl.hpp
inst/include/ensmallen_bits/cne/cne.hpp
inst/include/ensmallen_bits/cne/cne_impl.hpp
inst/include/ensmallen_bits/ada_sqrt/ada_sqrt_impl.hpp
inst/include/ensmallen_bits/ada_sqrt/ada_sqrt_update.hpp
inst/include/ensmallen_bits/ada_sqrt/ada_sqrt.hpp
inst/include/ensmallen_bits/function/traits.hpp
inst/include/ensmallen_bits/function/add_separable_evaluate.hpp
inst/include/ensmallen_bits/function/sfinae_utility.hpp
inst/include/ensmallen_bits/function/arma_traits.hpp
inst/include/ensmallen_bits/function/static_checks.hpp
inst/include/ensmallen_bits/function/add_gradient.hpp
inst/include/ensmallen_bits/function/add_separable_gradient.hpp
inst/include/ensmallen_bits/function/add_evaluate.hpp
inst/include/ensmallen_bits/function/add_evaluate_with_gradient.hpp
inst/include/ensmallen_bits/function/add_separable_evaluate_with_gradient.hpp
inst/include/ensmallen_bits/lbfgs/lbfgs_impl.hpp
inst/include/ensmallen_bits/lbfgs/lbfgs.hpp
inst/include/ensmallen_bits/sgdr/sgdr.hpp
inst/include/ensmallen_bits/sgdr/snapshot_sgdr_impl.hpp
inst/include/ensmallen_bits/sgdr/sgdr_impl.hpp
inst/include/ensmallen_bits/sgdr/cyclical_decay.hpp
inst/include/ensmallen_bits/sgdr/snapshot_ensembles.hpp
inst/include/ensmallen_bits/sgdr/snapshot_sgdr.hpp
inst/include/ensmallen_bits/demon_adam/demon_adam_update.hpp
inst/include/ensmallen_bits/demon_adam/demon_adam.hpp
inst/include/ensmallen_bits/eve/eve_impl.hpp
inst/include/ensmallen_bits/eve/eve.hpp
inst/include/ensmallen_bits/aug_lagrangian/aug_lagrangian_function.hpp
inst/include/ensmallen_bits/aug_lagrangian/aug_lagrangian.hpp
inst/include/ensmallen_bits/aug_lagrangian/aug_lagrangian_impl.hpp
inst/include/ensmallen_bits/aug_lagrangian/aug_lagrangian_function_impl.hpp
inst/include/ensmallen_bits/yogi/yogi_update.hpp
inst/include/ensmallen_bits/yogi/yogi_impl.hpp
inst/include/ensmallen_bits/yogi/yogi.hpp
inst/include/ensmallen_bits/ada_belief/ada_belief_update.hpp
inst/include/ensmallen_bits/ada_belief/ada_belief.hpp
inst/include/ensmallen_bits/ada_belief/ada_belief_impl.hpp
inst/include/ensmallen_bits/cmaes/active_cmaes_impl.hpp
inst/include/ensmallen_bits/cmaes/not_empty_transformation.hpp
inst/include/ensmallen_bits/cmaes/random_selection.hpp
inst/include/ensmallen_bits/cmaes/cmaes_impl.hpp
inst/include/ensmallen_bits/cmaes/active_cmaes.hpp
inst/include/ensmallen_bits/cmaes/cmaes.hpp
inst/include/ensmallen_bits/cmaes/full_selection.hpp
inst/include/ensmallen_bits/cmaes/transformation_policies/empty_transformation.hpp
inst/include/ensmallen_bits/cmaes/transformation_policies/boundary_box_constraint.hpp
inst/include/ensmallen_bits/de/de_impl.hpp
inst/include/ensmallen_bits/de/de.hpp
inst/include/ensmallen_bits/sgd/sgd.hpp
inst/include/ensmallen_bits/sgd/sgd_impl.hpp
inst/include/ensmallen_bits/sgd/decay_policies/no_decay.hpp
inst/include/ensmallen_bits/sgd/update_policies/momentum_update.hpp
inst/include/ensmallen_bits/sgd/update_policies/gradient_clipping.hpp
inst/include/ensmallen_bits/sgd/update_policies/quasi_hyperbolic_update.hpp
inst/include/ensmallen_bits/sgd/update_policies/nesterov_momentum_update.hpp
inst/include/ensmallen_bits/sgd/update_policies/vanilla_update.hpp
inst/include/ensmallen_bits/parallel_sgd/parallel_sgd_impl.hpp
inst/include/ensmallen_bits/parallel_sgd/parallel_sgd.hpp
inst/include/ensmallen_bits/parallel_sgd/decay_policies/constant_step.hpp
inst/include/ensmallen_bits/parallel_sgd/decay_policies/exponential_backoff.hpp
inst/include/ensmallen_bits/nsga2/nsga2.hpp
inst/include/ensmallen_bits/nsga2/nsga2_impl.hpp
inst/include/ensmallen_bits/pso/pso.hpp
inst/include/ensmallen_bits/pso/pso_impl.hpp
inst/include/ensmallen_bits/pso/init_policies/default_init.hpp
inst/include/ensmallen_bits/pso/update_policies/lbest_update.hpp
inst/include/ensmallen_bits/spsa/spsa_impl.hpp
inst/include/ensmallen_bits/spsa/spsa.hpp
inst/include/ensmallen_bits/ada_grad/ada_grad_impl.hpp
inst/include/ensmallen_bits/ada_grad/ada_grad.hpp
inst/include/ensmallen_bits/ada_grad/ada_grad_update.hpp
inst/include/ensmallen_bits/rmsprop/rmsprop.hpp
inst/include/ensmallen_bits/rmsprop/rmsprop_update.hpp
inst/include/ensmallen_bits/cd/cd.hpp
inst/include/ensmallen_bits/cd/cd_impl.hpp
inst/include/ensmallen_bits/cd/descent_policies/cyclic_descent.hpp
inst/include/ensmallen_bits/cd/descent_policies/greedy_descent.hpp
inst/include/ensmallen_bits/cd/descent_policies/random_descent.hpp
inst/include/ensmallen_bits/grid_search/grid_search.hpp
inst/include/ensmallen_bits/grid_search/grid_search_impl.hpp
inst/include/ensmallen_bits/svrg/svrg_update.hpp
inst/include/ensmallen_bits/svrg/svrg_impl.hpp
inst/include/ensmallen_bits/svrg/svrg.hpp
inst/include/ensmallen_bits/svrg/barzilai_borwein_decay.hpp
inst/include/ensmallen_bits/bigbatch_sgd/bigbatch_sgd_impl.hpp
inst/include/ensmallen_bits/bigbatch_sgd/bigbatch_sgd.hpp
inst/include/ensmallen_bits/bigbatch_sgd/adaptive_stepsize.hpp
inst/include/ensmallen_bits/bigbatch_sgd/backtracking_line_search.hpp
inst/include/ensmallen_bits/ada_bound/ada_bound.hpp
inst/include/ensmallen_bits/ada_bound/ada_bound_update.hpp
inst/include/ensmallen_bits/ada_bound/ada_bound_impl.hpp
inst/include/ensmallen_bits/ada_bound/ams_bound_update.hpp
inst/include/ensmallen_bits/gradient_descent/gradient_descent.hpp
inst/include/ensmallen_bits/gradient_descent/gradient_descent_impl.hpp
inst/include/ensmallen_bits/callbacks/traits.hpp
inst/include/ensmallen_bits/callbacks/callbacks.hpp
inst/include/ensmallen_bits/callbacks/report.hpp
inst/include/ensmallen_bits/callbacks/grad_clip_by_value.hpp
inst/include/ensmallen_bits/callbacks/grad_clip_by_norm.hpp
inst/include/ensmallen_bits/callbacks/print_loss.hpp
inst/include/ensmallen_bits/callbacks/query_front.hpp
inst/include/ensmallen_bits/callbacks/timer_stop.hpp
inst/include/ensmallen_bits/callbacks/early_stop_at_min_loss.hpp
inst/include/ensmallen_bits/callbacks/progress_bar.hpp
inst/include/ensmallen_bits/callbacks/store_best_coordinates.hpp
inst/include/ensmallen_bits/utility/any.hpp
inst/include/ensmallen_bits/utility/arma_traits.hpp
inst/include/ensmallen_bits/utility/indicators/igd_plus.hpp
inst/include/ensmallen_bits/utility/indicators/epsilon.hpp
inst/include/ensmallen_bits/ftml/ftml_impl.hpp
inst/include/ensmallen_bits/ftml/ftml_update.hpp
inst/include/ensmallen_bits/ftml/ftml.hpp
inst/include/ensmallen_bits/problems/colville_function_impl.hpp
inst/include/ensmallen_bits/problems/generalized_rosenbrock_function.hpp
inst/include/ensmallen_bits/problems/sgd_test_function_impl.hpp
inst/include/ensmallen_bits/problems/ackley_function.hpp
inst/include/ensmallen_bits/problems/wood_function.hpp
inst/include/ensmallen_bits/problems/styblinski_tang_function.hpp
inst/include/ensmallen_bits/problems/softmax_regression_function.hpp
inst/include/ensmallen_bits/problems/bukin_function_impl.hpp
inst/include/ensmallen_bits/problems/logistic_regression_function_impl.hpp
inst/include/ensmallen_bits/problems/eggholder_function_impl.hpp
inst/include/ensmallen_bits/problems/levy_function_n13.hpp
inst/include/ensmallen_bits/problems/aug_lagrangian_test_functions.hpp
inst/include/ensmallen_bits/problems/rosenbrock_function.hpp
inst/include/ensmallen_bits/problems/softmax_regression_function_impl.hpp
inst/include/ensmallen_bits/problems/sgd_test_function.hpp
inst/include/ensmallen_bits/problems/three_hump_camel_function.hpp
inst/include/ensmallen_bits/problems/booth_function_impl.hpp
inst/include/ensmallen_bits/problems/schaffer_function_n4.hpp
inst/include/ensmallen_bits/problems/himmelblau_function.hpp
inst/include/ensmallen_bits/problems/beale_function_impl.hpp
inst/include/ensmallen_bits/problems/mc_cormick_function.hpp
inst/include/ensmallen_bits/problems/generalized_rosenbrock_function_impl.hpp
inst/include/ensmallen_bits/problems/easom_function_impl.hpp
inst/include/ensmallen_bits/problems/booth_function.hpp
inst/include/ensmallen_bits/problems/colville_function.hpp
inst/include/ensmallen_bits/problems/schwefel_function.hpp
inst/include/ensmallen_bits/problems/sparse_test_function.hpp
inst/include/ensmallen_bits/problems/cross_in_tray_function.hpp
inst/include/ensmallen_bits/problems/aug_lagrangian_test_functions_impl.hpp
inst/include/ensmallen_bits/problems/problems.hpp
inst/include/ensmallen_bits/problems/goldstein_price_function_impl.hpp
inst/include/ensmallen_bits/problems/fonseca_fleming_function.hpp
inst/include/ensmallen_bits/problems/goldstein_price_function.hpp
inst/include/ensmallen_bits/problems/drop_wave_function_impl.hpp
inst/include/ensmallen_bits/problems/schwefel_function_impl.hpp
inst/include/ensmallen_bits/problems/gradient_descent_test_function.hpp
inst/include/ensmallen_bits/problems/matyas_function_impl.hpp
inst/include/ensmallen_bits/problems/bukin_function.hpp
inst/include/ensmallen_bits/problems/schaffer_function_n1.hpp
inst/include/ensmallen_bits/problems/sphere_function_impl.hpp
inst/include/ensmallen_bits/problems/gradient_descent_test_function_impl.hpp
inst/include/ensmallen_bits/problems/mc_cormick_function_impl.hpp
inst/include/ensmallen_bits/problems/wood_function_impl.hpp
inst/include/ensmallen_bits/problems/easom_function.hpp
inst/include/ensmallen_bits/problems/rastrigin_function.hpp
inst/include/ensmallen_bits/problems/holder_table_function.hpp
inst/include/ensmallen_bits/problems/sphere_function.hpp
inst/include/ensmallen_bits/problems/schaffer_function_n2.hpp
inst/include/ensmallen_bits/problems/beale_function.hpp
inst/include/ensmallen_bits/problems/logistic_regression_function.hpp
inst/include/ensmallen_bits/problems/styblinski_tang_function_impl.hpp
inst/include/ensmallen_bits/problems/cross_in_tray_function_impl.hpp
inst/include/ensmallen_bits/problems/rosenbrock_wood_function_impl.hpp
inst/include/ensmallen_bits/problems/drop_wave_function.hpp
inst/include/ensmallen_bits/problems/himmelblau_function_impl.hpp
inst/include/ensmallen_bits/problems/three_hump_camel_function_impl.hpp
inst/include/ensmallen_bits/problems/levy_function_n13_impl.hpp
inst/include/ensmallen_bits/problems/schaffer_function_n4_impl.hpp
inst/include/ensmallen_bits/problems/rastrigin_function_impl.hpp
inst/include/ensmallen_bits/problems/schaffer_function_n2_impl.hpp
inst/include/ensmallen_bits/problems/sparse_test_function_impl.hpp
inst/include/ensmallen_bits/problems/eggholder_function.hpp
inst/include/ensmallen_bits/problems/fw_test_function.hpp
inst/include/ensmallen_bits/problems/rosenbrock_wood_function.hpp
inst/include/ensmallen_bits/problems/matyas_function.hpp
inst/include/ensmallen_bits/problems/holder_table_function_impl.hpp
inst/include/ensmallen_bits/problems/rosenbrock_function_impl.hpp
inst/include/ensmallen_bits/problems/ackley_function_impl.hpp
inst/include/ensmallen_bits/problems/zdt/zdt1_function.hpp
inst/include/ensmallen_bits/problems/zdt/zdt3_function.hpp
inst/include/ensmallen_bits/problems/zdt/zdt2_function.hpp
inst/include/ensmallen_bits/problems/zdt/zdt6_function.hpp
inst/include/ensmallen_bits/problems/zdt/zdt4_function.hpp
inst/include/ensmallen_bits/sarah/sarah.hpp
inst/include/ensmallen_bits/sarah/sarah_impl.hpp
inst/include/ensmallen_bits/sarah/sarah_update.hpp
inst/include/ensmallen_bits/sarah/sarah_plus_update.hpp
inst/doc/using-rcppensmallen.html
inst/doc/package-usage.Rmd inst/doc/using-rcppensmallen.R
inst/doc/package-usage.html
inst/doc/using-rcppensmallen.Rmd
build/vignette.rds
vignettes/package-usage.Rmd vignettes/using-rcppensmallen.Rmd man/RcppEnsmallen-package.Rd man/lin_reg_lbfgs.Rd
RcppEnsmallen documentation built on Nov. 28, 2023, 1:10 a.m.