Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Sep 6, 2024
1 parent fa06871 commit 844cf4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Train.test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ class TrainTest extends FunSuite:

val top = Train(
summon[Featureful[FormattingConfig]],
default = default,
config = trainingConfig,
fitness = fitness
).train(Handler).maxBy(_._2)._1
Expand Down
1 change: 0 additions & 1 deletion train.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import scala.util.boundary

class Train[T](
featureful: Featureful[T],
default: T,
config: TrainingConfig,
fitness: Fitness[T]
)(using RuntimeChecks):
Expand Down

0 comments on commit 844cf4d

Please sign in to comment.