Skip to content

Commit

Permalink
scaladoc for grid #13
Browse files Browse the repository at this point in the history
  • Loading branch information
vsuthichai committed Aug 13, 2016
1 parent 74f373a commit 5f1404e
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import scala.language.postfixOps
*
* The algorithm details are documented here: <link>http://phrogz.net/lazy-cartesian-product</code>
*
* Accessing elements of the grid work similarly to accessing elements inside an IndexedSeq.
* Accessing elements of the grid is similar to accessing elements inside an IndexedSeq.
*
* {{{
* import com.eharmony.spotz.Preamble._
Expand All @@ -28,7 +28,10 @@ import scala.language.postfixOps
* }}}
*
* Given the factory function which defines the Map transformation, a point object P of the caller's
* implementation can be instantiated.
* implementation can be instantiated: (Map[String, _]) => P. This is passed implicitly.
*
* The <code>GridSearch</code> algorithm will use this class to iterate through all the grid element
* points and pass them for evaluation to the objective function.
*
* @author vsuthichai
*/
Expand Down

0 comments on commit 5f1404e

Please sign in to comment.