- 10 Jul, 2014 2 commits
-
-
Michael Yee authored
-
Davis E. King authored
-
- 09 Jul, 2014 2 commits
-
-
Davis King authored
byte. This makes their serialization format the same as the format for std::string. I had to revert the previous mod for this because it didn't work in visual studio. This change fixes that. The code should still be able to read all previously serialized data correctly. Moreover, any char arrays that aren't null terminated will still be read and written in their entirety.
-
Davis King authored
-
- 08 Jul, 2014 1 commit
-
-
Davis E. King authored
serialized using the same format as std::string. Previously, the trailing 0 was also saved so if you deserialized them into a std::string you ended up with a trailing 0 in the std::string which isn't what you want.
-
- 03 Jul, 2014 3 commits
-
-
Davis King authored
-
Davis E. King authored
-
Davis E. King authored
-
- 02 Jul, 2014 4 commits
-
-
Davis E. King authored
code. Also made the initial bracketing step a little more efficient.
-
Davis King authored
find_min_single_variable() and find_max_single_variable() routines. Also made these functions a little more robust to unusual objective functions.
-
Davis King authored
-
Davis King authored
that happened when using find_max_single_variable().
-
- 27 Jun, 2014 1 commit
-
-
Davis King authored
-
- 25 Jun, 2014 1 commit
-
-
Davis King authored
-
- 24 Jun, 2014 3 commits
-
-
Davis King authored
-
Davis King authored
BOBYQA for model selection.
-
Davis King authored
you to convert between a readonly and write lock but still use RAII.
-
- 22 Jun, 2014 2 commits
-
-
Davis King authored
-
Davis King authored
duplicate copies of the training data since doing so uses a lot of RAM for large datasets.
-
- 18 Jun, 2014 2 commits
-
-
Davis King authored
aliasing violations in user code, even when things get inlined in unfavorable ways.
-
Davis King authored
-
- 17 Jun, 2014 2 commits
-
-
Davis King authored
-
Davis King authored
-
- 14 Jun, 2014 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 09 Jun, 2014 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
opening files in binary mode. Oops. This is now fixed.
-
- 01 Jun, 2014 3 commits
-
-
Davis King authored
documented that you couldn't change the padding, cell size, or window size parameters between calls to load() and detect().
-
Davis King authored
-
Davis King authored
-
- 28 May, 2014 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 27 May, 2014 4 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-