Skip to content

Commit 18796af

Browse files
committed
Minor mod to GridSearch
1 parent f9e28f1 commit 18796af

File tree

1 file changed

+1
-1
lines changed
  • dynaml-core/src/main/scala-2.11/io/github/mandar2812/dynaml/optimization

1 file changed

+1
-1
lines changed

dynaml-core/src/main/scala-2.11/io/github/mandar2812/dynaml/optimization/GridSearch.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import org.apache.log4j.Logger
2929
class GridSearch[M <: GloballyOptimizable](model: M)
3030
extends GlobalOptimizer[M]{
3131

32-
override protected val logger = Logger.getLogger(this.getClass)
32+
override protected val logger: Logger = Logger.getLogger(this.getClass)
3333

3434
override val system = model
3535

0 commit comments

Comments
 (0)