- 25 Nov, 2017 7 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
precision by default. If the user is OK with less precision they can change it.
-
Davis King authored
-
Davis King authored
and BOBYQA. This greatly simplifies the example.
-
Davis King authored
that obviously need it.
-
Davis King authored
-
- 24 Nov, 2017 3 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
- 23 Nov, 2017 5 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
particular, rather than just dumping exactly 400 of the last loss values, it now dumps 400 + 10% of the loss buffer. This way, the amount of the dump is proportional to the steps without progress threshold. This is better because when the user sets the steps without progress to something larger it probably means you need to look at more loss values to determine that we should stop, so dumping more in that case ought to be better.
-
- 22 Nov, 2017 1 commit
-
-
hannometer authored
* imglab: select next/previous image with 's' and 'w' * imglab: make 'w' and 's' keys behave like UP and DOWN keys; add 'about' text
-
- 21 Nov, 2017 7 commits
-
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
-
Davis King authored
types and put them into their own file.
-
Davis King authored
-
Davis King authored
-
- 20 Nov, 2017 3 commits
-
-
Kino authored
Still hunting down pre-generic_image implementations
-
Davis E. King authored
-
Davis King authored
-
- 19 Nov, 2017 10 commits
-
-
Juha Reunanen authored
* Problem: log loss may become infinite, if g[idx] goes zero Solution: limit the input of the log function to 1e-6 (or more) * Parameterize the safe_log epsilon limit, and make the default value 1e-10
-
Davis King authored
-
Davis King authored
upper_bound_function::add(). Also fixed some issues in the solver.
-
Davis E. King authored
-
Davis E. King authored
-
Davis King authored
-
Davis E. King authored
-
Davis E. King authored
-
Davis E. King authored
-
Davis E. King authored
-
- 18 Nov, 2017 4 commits
-
-
Davis King authored
updated without needing to resolve the whole QP.
-
Davis King authored
-
Davis King authored
-
Davis King authored
specification and this means "make the filter cover the whole input image dimension". So it's just an easy way to make a filter sized exactly so that it will have one output along that dimension.
-