comparison doc/v2_planning/learner.txt @ 1038:faeb114db3fb

v2 learner api - added todo notes
author James Bergstra <bergstrj@iro.umontreal.ca>
date Tue, 07 Sep 2010 12:29:27 -0400
parents 88b296cfba50
children 38cc6e075d9b
comparison
equal deleted inserted replaced
1037:88b296cfba50 1038:faeb114db3fb
173 173
174 Implementation Details / API 174 Implementation Details / API
175 ---------------------------- 175 ----------------------------
176 176
177 TODO: PUT IN TERMINOLOGY OF LEARNER, HYPER-LEARNER. 177 TODO: PUT IN TERMINOLOGY OF LEARNER, HYPER-LEARNER.
178
178 TODO: SEPARATE DISCUSSION OF PERSISTENT STORAGE FROM LEARNER INTERFACE. 179 TODO: SEPARATE DISCUSSION OF PERSISTENT STORAGE FROM LEARNER INTERFACE.
180
181 TODO: API describing hyperparameters (categorical, integer, bounds on values, etc.)
182
183 TODO: use-case - show how we could use the optimizer from
184 http://www.cs.ubc.ca/labs/beta/Projects/ParamILS/
179 185
180 ExperimentGraph 186 ExperimentGraph
181 ~~~~~~~~~~~~~~~ 187 ~~~~~~~~~~~~~~~
182 188
183 One API that needs to be defined for this perspective to be practical is the 189 One API that needs to be defined for this perspective to be practical is the