Skip to content

Commit

Permalink
Stateless optimisers
Browse files Browse the repository at this point in the history
  • Loading branch information
gvonness committed Aug 7, 2023
1 parent 3034a64 commit 68331ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ object ComponentFixture {
convergenceThreshold = 1e-20,
goldenSectionTolerance = 1e-10,
lineProbeExpansionFactor = 2.0,
minimumNumberOfIterations = 10000
minimumNumberOfIterations = 1000
)

def conjugateGradientOptimisedPosteriorF(implicit stm: STM[IO]): IO[ConjugateGradientOptimisedPosterior[IO]] =
Expand Down

0 comments on commit 68331ff

Please sign in to comment.