Commit Graph
24114 Commits
Author SHA1 Message Date
Yashwant eaccc4e9d3 Merge remote-tracking branch 'mlpack/master' into R-bindings 2020-08-20 11:04:12 +05:30
Ryan Curtin e5d138a3b6 Merge pull request #2558 from Yashwants19/Refactor-Documentation
(GSoC Week 11 -12) Refactor ProgramInfo() to separate out all the different information.
2020-08-19 18:39:02 -04:00
Marcus Edel f20f683885 Merge pull request #2569 from nishantkr18/sac_improvement
Added support for multiple actions in action space for Soft Actor Critic.
2020-08-19 23:19:33 +02:00
Yashwant 09b78bd74a cask gfortran. 2020-08-19 16:49:47 +05:30
Yashwant 9261418500 brew gfortran. 2020-08-19 16:40:36 +05:30
Yashwant 2bc13b48ed FindR.Cmake didn't work for macos. 2020-08-19 15:59:57 +05:30
Yashwant f280e24c68 Change FindR.cmake implementation. 2020-08-19 14:54:14 +05:30
Yashwant 523c4c81fe Improve FindR.CMake. 2020-08-19 14:01:00 +05:30
Yashwant f08dd01dbb Resolve macos issue. 2020-08-19 13:13:34 +05:30
Yashwant 550f65f7d4 Cleaning Some build. 2020-08-19 12:59:56 +05:30
Yashwant bd31426c9b Resolve commets. 2020-08-19 11:09:59 +05:30
Yashwant Singh PariharandRyan Curtin a68a96ccbb Apply suggestions from code review
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-08-19 09:13:19 +05:30
nishantkr18 b6476e8a77 Added test for multi-action support for sac 2020-08-18 13:28:50 +05:30
nishantkr18 602cdd5df6 Added support for multiple actions in action space for sac 2020-08-17 13:23:55 +05:30
saksham189 bee6eb9904 Merge pull request #2559 from himanshupathak21061998/rvalue-reference
Removing r-value reference from RBM
2020-08-16 19:02:39 +05:30
Yashwant 346bbcf4ee Ressolve some bad comments. 2020-08-16 10:28:36 +05:30
Yashwant Singh PariharandMarcus Edel 0e15ae4f6b Apply suggestions from code review
Thanks @zoq for the suggestions. :)

Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-08-16 10:10:27 +05:30
Ryan Birmingham 2928d23eac Merge pull request #2560 from rcurtin/lr-initialization-fix
Fix documentation for incremental logistic regression
2020-08-15 09:34:57 -05:00
Yashwant Singh PariharandRyan Curtin 2d50c195d6 Update src/mlpack/bindings/R/mlpack/R/matrix_utils.R
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-08-14 21:17:00 +05:30
Yashwant 0e990d509a Hand-made FindR.cmake :) 2020-08-14 20:58:35 +05:30
Yashwant ffa4a7cfc1 Resolve some final comments. 2020-08-14 12:51:39 +05:30
Yashwant Singh PariharandRyan Curtin e38c6b1dbf Apply suggestions from code review
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-08-14 12:48:26 +05:30
Himanshu PathakandMarcus Edel 6c31ebe45b Update src/mlpack/methods/ann/rbm/spike_slab_rbm_impl.hpp
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-08-13 22:39:42 +05:30
Yashwant e25b1d4bfc Fix linux-python build 2020-08-13 17:49:53 +05:30
Yashwant Singh Parihar 9cbed0e380 Merge branch 'master' into R-bindings 2020-08-13 09:35:50 +05:30
Yashwant 1a1069bc8d Stop installing r dependecies for other builds. 2020-08-13 09:34:06 +05:30
Yashwant Singh Parihar 12e22ec9b5 Merge branch 'master' into Refactor-Documentation 2020-08-13 08:51:09 +05:30
himanshupathak21061998 e5c071fd98 Removing variable 2020-08-13 05:30:39 +05:30
favre49 da83453e24 Merge pull request #2487 from nishantkr18/sac
Addition of Soft Actor-Critic to RL methods
2020-08-12 23:17:49 +05:30
Yashwant ab2d2a2f4e Fix some ignored documentation. 2020-08-12 16:49:07 +05:30
Yashwant 8935de54ac Fix some manually checked style issue. 2020-08-12 14:05:40 +05:30
Yashwant d8eeb1988b Resolve some comments. 2020-08-12 13:57:01 +05:30
Yashwant a60f75a425 Collect of macros into a single 'struct'. 2020-08-12 13:26:40 +05:30
Yashwant db1de6c688 Merge branch 'Refactor-Documentation' of https://github.com/Yashwants19/mlpack into Refactor-Documentation 2020-08-12 09:27:52 +05:30
Yashwant 6ecf8c058a Fake. 2020-08-12 09:25:43 +05:30
Yashwant Singh PariharandRyan Curtin 4e04bb13d2 Apply suggestions from code review
Thanks for the suggestion @rcurtin.

Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-08-12 09:03:34 +05:30
nishantkr18 f19e3ce130 increased avg reward threshold for test 2020-08-12 08:59:21 +05:30
himanshupathak21061998 c7779e873e Removing some unnecesary changes 2020-08-12 08:53:32 +05:30
Ryan Curtin c976767166 Remove unnecessary and unused initialPoint from LogisticRegressionFunction<>. 2020-08-11 17:53:54 -04:00
himanshupathak21061998 0dbc7b42a8 Adding some suggestions 2020-08-12 02:14:17 +05:30
Mikhail Lozhnikov 99d11a9b4d Merge remote-tracking branch 'mrityunjay-tripathi/FixLinearLayer' (PR #2404) 2020-08-11 16:20:36 +03:00
nishantkr18 353d8ac734 Doc and style fixes 2020-08-11 09:30:41 +05:30
Yashwant 57cc548a53 Regex replace "BINDING_PNAME" with "BINDING_NAME". 2020-08-11 09:14:09 +05:30
Ryan Curtin e82aad55ef Update HISTORY.md. 2020-08-10 20:14:10 -04:00
Ryan Curtin dba8fa919e Clarify documentation for incremental optimization. 2020-08-10 20:04:18 -04:00
himanshupathak21061998 e9ad541e03 style fix 2020-08-10 07:53:52 +05:30
himanshupathak21061998 6832a26ac2 Removing r-value reference from RBM 2020-08-10 07:41:01 +05:30
Yashwant Singh Parihar 850423a50c Merge branch 'master' into Refactor-Documentation 2020-08-09 21:21:24 +05:30
Yashwant e9adce8e5d Update HISTORY.md. 2020-08-09 19:24:29 +05:30
Yashwant 242822774f Fix static code analysis. 2020-08-09 19:23:58 +05:30