Skip to content

Commit

Permalink
Further enhancements back test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Jul 23, 2023
1 parent cd19e78 commit 185e5fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ open class Optimizer(
* The logger to use for training phase. By default, this logger is discarded after the run and score is
* calculated
*/
protected fun getTrainLogger() = MemoryLogger(false)
open fun getTrainLogger() = MemoryLogger(false)

/**
* Train the solution in parallel
Expand Down

0 comments on commit 185e5fa

Please sign in to comment.