Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for nonlinear value coupling #215

Merged
merged 32 commits into from
Aug 22, 2024

Commits on Aug 22, 2024

  1. test_2

    KoraTMontemagno authored and LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3b2096a View commit details
    Browse the repository at this point in the history
  2. Non-linear update functions

    KoraTMontemagno authored and LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6e1d4d9 View commit details
    Browse the repository at this point in the history
  3. Hi! I have updated the code. The non-linear function is inserted in t…

    …he Edges variable,
    
    and can be specified when using the function .add_node in the Network class.
    Both the belief update and the prediction error steps have been changed.
    
    I have compared the behaviour of my code to Peter's one in Julia and they look similar.
    
    Next step will be figure out how to provide the function with parameters that can be retrieved
    by the model fitting, but I think I need Nicolas' help :)
    KoraTMontemagno authored and LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a238466 View commit details
    Browse the repository at this point in the history
  4. Multiple value parents

    Now it's possible to add different coupling functions to different value parents.
    There was an error in the previous code in PE calculation (it took the function g from the child node and not the parent node, in which is inputed).
    Minor edits: non_linear_funct is now coupling_funct
    KoraTMontemagno authored and LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    19a862a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9af1b82 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bfed60c View commit details
    Browse the repository at this point in the history
  7. minor modifications

    KoraTMontemagno authored and LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    7e80044 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dfd3864 View commit details
    Browse the repository at this point in the history
  9. pre-commit errors

    LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8e574fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4219912 View commit details
    Browse the repository at this point in the history
  11. all tests passing

    LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c0e230e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    51102d1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    554c6af View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b3e8d24 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5ec55a2 View commit details
    Browse the repository at this point in the history
  16. tutorial

    LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    d29eb28 View commit details
    Browse the repository at this point in the history
  17. small fix

    LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a9ca71f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6e41c5f View commit details
    Browse the repository at this point in the history
  19. adjusted tutorial

    KoraTMontemagno authored and LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9c12404 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0462381 View commit details
    Browse the repository at this point in the history
  21. Non-linear tests added

    KoraTMontemagno authored and LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    830c494 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b1c977b View commit details
    Browse the repository at this point in the history
  23. Tutorial: frequency tracking

    KoraTMontemagno authored and LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    8324bb3 View commit details
    Browse the repository at this point in the history
  24. All test passed

    KoraTMontemagno authored and LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f3789c1 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3bc9519 View commit details
    Browse the repository at this point in the history
  26. minor fix

    KoraTMontemagno authored and LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    b24fe74 View commit details
    Browse the repository at this point in the history
  27. increased test coverage

    KoraTMontemagno authored and LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    723ac73 View commit details
    Browse the repository at this point in the history
  28. useless tests eliminated

    KoraTMontemagno authored and LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    fc44a28 View commit details
    Browse the repository at this point in the history
  29. documentation

    LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    938fd93 View commit details
    Browse the repository at this point in the history
  30. comment

    LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3e11523 View commit details
    Browse the repository at this point in the history
  31. ref

    LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    4483fc3 View commit details
    Browse the repository at this point in the history
  32. fixing github action

    LegrandNico committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    85e35e8 View commit details
    Browse the repository at this point in the history