convergence values

Issue #63 resolved
Alireza Khorshidi created an issue

In the current implementation of v0.5, it is not possible to fed in convergence values, I guess. This needs to be thought about.

Comments (7)

  1. andrew_peterson repo owner
    • changed status to open

    The documentation doesn't match the current version of the code. I think we need to move the setting of the convergence parameters back into the LossFunction itself; that way the user can define their own criteria if they so choose.

    Right now, I think it is going in through model.fit which the user does not usually use --- I can't see a way to put them in through calc.train.

  2. Alireza Khorshidi reporter

    The documentation is updated. convergence parameters also now exist in the LossFunction method.

  3. Alireza Khorshidi reporter
    • changed status to open

    Sorry, by documentation I meant docstring :) Opened back this issue to discuss it in person.

  4. Log in to comment