# HG changeset patch # User Olivier Delalleau # Date 1284128914 14400 # Node ID 16ea3e5c5a7a3795e02e82577d496216b3181f95 # Parent 9fe0f0755b035c2c01e052449992220f45efd9d8 api_optimization: Couple questions diff -r 9fe0f0755b03 -r 16ea3e5c5a7a doc/v2_planning/api_optimization.txt --- a/doc/v2_planning/api_optimization.txt Fri Sep 10 10:01:53 2010 -0400 +++ b/doc/v2_planning/api_optimization.txt Fri Sep 10 10:28:34 2010 -0400 @@ -1,7 +1,7 @@ Optimization API ================ -Members: Bergstra, Lamblin, Dellaleau, Glorot, Breuleux, Bordes +Members: Bergstra, Lamblin, Delalleau, Glorot, Breuleux, Bordes Leader: Bergstra @@ -94,5 +94,12 @@ """ +OD: Could it be more convenient for x0 to be a list? +OD: Why make a difference between iterative and one-shot versions? A one-shot + algorithm can be seen as an iterative one that stops after its first + iteration. The difference I see between the two interfaces proposed here + is mostly that one relies on Theano while the other one does not, but + hopefully a non-Theano one can be created by simply wrapping around the + Theano one.