Skip to content

Commit

Permalink
[ci skip] comment additions
Browse files Browse the repository at this point in the history
  • Loading branch information
tgsmith61591 committed May 18, 2016
1 parent f860b65 commit 42bd7f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/com/clust4j/optimize/OptimizableCaller.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@
* @param <T>
*/
public interface OptimizableCaller {
/**
* The function whose output to minimize
* @param val
* @return
*/
public double doCall(double val);
}

0 comments on commit 42bd7f4

Please sign in to comment.