Ryan Curtin
|
83e54b3552
|
Update and release version 1.14.1.
ensmallen-1.14.1
|
2019-03-09 17:02:30 -05:00 |
|
Ryan Curtin
|
700c7317d7
|
Update HISTORY.md.
|
2019-03-09 17:02:09 -05:00 |
|
Ryan Curtin
|
757f595b7a
|
Merge pull request #90 from favre49/optimizations
Optimized CNE and DE
|
2019-03-09 17:01:34 -05:00 |
|
favre49
|
fd3dc9883d
|
Fixed typos
|
2019-03-09 13:13:42 +05:30 |
|
favre49
|
22f97e6c77
|
Included the word random
|
2019-03-09 03:14:52 +05:30 |
|
favre49
|
4c03e6f663
|
Added more info to changelog.
|
2019-03-09 03:09:13 +05:30 |
|
favre49
|
4a74348588
|
Updated doc to include info on population generation + typo fix.
|
2019-03-09 03:06:45 +05:30 |
|
favre49
|
227f66ebfc
|
documentation and style issues fixed
|
2019-03-08 10:07:20 +05:30 |
|
favre49
|
d44343c085
|
small documentation fixes
|
2019-03-07 10:58:05 +05:30 |
|
favre49
|
2b000334aa
|
Documentation fixes
|
2019-03-06 23:44:27 +05:30 |
|
Marcus Edel
|
5268e71286
|
Merge pull request #89 from favre49/docchanges
Removed irrelevant link in CNE documentation.
|
2019-03-06 19:08:59 +01:00 |
|
favre49
|
77f78aeb60
|
Updated HISTORY.md
|
2019-03-06 11:12:56 +05:30 |
|
favre49
|
ca08eda0e2
|
Merge branch 'master' of github.com:mlpack/ensmallen into optimizations
|
2019-03-06 11:10:34 +05:30 |
|
Marcus Edel
|
64f15cf9be
|
Merge pull request #87 from zoq/spsa_tolerance
Adjust SPSA Logistic Regression test optimizer parameter.
|
2019-03-05 21:22:42 +01:00 |
|
favre49
|
f04811c027
|
Included rcurtins suggestions
|
2019-03-05 13:53:44 +05:30 |
|
Marcus Edel
|
b1b2bd7cf3
|
Remove debug random seed.
|
2019-03-05 01:26:08 +01:00 |
|
Ryan Curtin
|
09c6d1c579
|
Fixes for SPSA and its documentation.
Signed-off-by: Marcus Edel <marcus.edel@fu-berlin.de>
|
2019-03-05 01:23:31 +01:00 |
|
favre49
|
cb0be110e4
|
Same for CNE
|
2019-03-03 23:30:28 +05:30 |
|
favre49
|
984f686838
|
Made it more like the SGD termination criteria implementation
|
2019-03-03 22:53:01 +05:30 |
|
favre49
|
3868833e41
|
Optimized CNE and DE
|
2019-03-03 13:52:51 +05:30 |
|
favre49
|
f75b9defcf
|
Removed irrelevant link
|
2019-03-03 02:56:29 +05:30 |
|
Marcus Edel
|
b98886e08d
|
Adjust SPSA Logistic Regression test parameter.
|
2019-02-28 23:54:24 +01:00 |
|
Ryan Curtin
|
964b6801ac
|
Update and release version 1.14.0.
ensmallen-1.14.0
|
2019-02-20 15:06:43 -05:00 |
|
Ryan Curtin
|
4079d1dd7c
|
Update version for release.
|
2019-02-20 15:04:29 -05:00 |
|
Ryan Curtin
|
8e7d42e833
|
Merge branch 'favre49-issue-#80'
|
2019-02-20 15:02:28 -05:00 |
|
Ryan Curtin
|
289d5e687c
|
Remove extra space.
|
2019-02-20 15:02:10 -05:00 |
|
Ryan Curtin
|
324d74b42f
|
Not sure why this bit got removed.
|
2019-02-20 15:01:52 -05:00 |
|
Ryan Curtin
|
f712cfe3c3
|
Merge branch 'issue-#80' of https://github.com/favre49/ensmallen into favre49-issue-#80
|
2019-02-20 15:01:32 -05:00 |
|
Marcus Edel
|
7e49718803
|
Update history (add DE optimizer).
|
2019-02-20 20:55:30 +01:00 |
|
Marcus Edel
|
d7f1f08825
|
Minor style fixes (remove trailing spaces, 80 line limit, spaces between operations).
|
2019-02-20 20:51:45 +01:00 |
|
Marcus Edel
|
555a8b7fbd
|
Merge pull request #77 from favre49/master
Differential Evolution.
|
2019-02-20 19:26:15 +01:00 |
|
favre49
|
0dd4d1afea
|
rcurtins suggestion
|
2019-02-20 10:41:00 +05:30 |
|
favre49
|
4bb2e4ada5
|
Made the correction a loop
|
2019-02-19 22:59:34 +05:30 |
|
favre49
|
193e2d13a1
|
Revert "Made the correction a loop"
This reverts commit 833cda9706.
|
2019-02-19 22:05:35 +05:30 |
|
favre49
|
833cda9706
|
Made the correction a loop
|
2019-02-19 21:45:53 +05:30 |
|
favre49
|
96af344a33
|
removed DE docs
|
2019-02-19 20:42:16 +05:30 |
|
favre49
|
0ef54b5a7e
|
removed index_min()
|
2019-02-19 20:26:49 +05:30 |
|
favre49
|
8500bad134
|
Added break statement in helper variable update
|
2019-02-19 20:08:53 +05:30 |
|
favre49
|
b339af8fc9
|
documentation fixes
|
2019-02-19 01:13:23 +05:30 |
|
favre49
|
11d6717bc9
|
Revert "fix to issue #80"
This reverts commit 0c8ae9d793.
|
2019-02-18 23:33:37 +05:30 |
|
favre49
|
f0a936d3c8
|
Revert "Reverting to last commit"
This reverts commit ae25a5e197.
|
2019-02-18 23:32:57 +05:30 |
|
Ryan Curtin
|
a83ff61cbd
|
Update and release version 1.13.2.
ensmallen-1.13.2
|
2019-02-18 11:44:22 -05:00 |
|
Ryan Curtin
|
b70174926d
|
Update release date.
|
2019-02-18 11:44:04 -05:00 |
|
Ryan Curtin
|
1a5074200d
|
Merge pull request #82 from rcurtin/doc-fixes
Minor documentation fixes.
|
2019-02-18 11:43:29 -05:00 |
|
favre49
|
6bf6feead1
|
Merge branch 'issue-#80' of https://github.com/favre49/ensmallen into issue-#80
|
2019-02-16 21:22:46 +05:30 |
|
favre49
|
e1f4969f79
|
issue#80 fix
|
2019-02-16 21:09:59 +05:30 |
|
favre49
|
360f7d0c36
|
Delete de_test.cpp
|
2019-02-16 21:09:06 +05:30 |
|
favre49
|
765da3ffc6
|
Update ensmallen.hpp
|
2019-02-16 21:07:34 +05:30 |
|
favre49
|
453c00d9c8
|
removing mistakes
|
2019-02-16 21:04:35 +05:30 |
|
favre49
|
ae25a5e197
|
Reverting to last commit
|
2019-02-16 19:24:02 +05:30 |
|