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

Devel #2751

Merged
merged 8 commits into from
Aug 1, 2023
Merged

Devel #2751

merged 8 commits into from
Aug 1, 2023

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    4c22a0a View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Fix/input port combine (PrincetonUniversity#2755)

    • inputport.py
      _parse_port_specific_specs(): fix bug in which COMBINE was not parsed when specified in an InputPort specification dict (though still some weirdness in passing spec through to constructor, requiring function assignment in place)
    
    • port.py
      _parse_port_spec():  add passing of Context.string for local handling based on caller (e.g., warning messages)
    jdcpni authored Jul 29, 2023
    Configuration menu
    Copy the full SHA
    2890038 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Feat/em composition refactor learning mech (PrincetonUniversity#2754)

    • EMstoragemechanism.py
      - refactor memory_matrix to use learning_signals
    
     • emcomposition.py
       - refactor to use memory_matrix of storage_node if that is implemented
    
    Co-authored-by: jdcpni <pniintel55>
    jdcpni authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    26d1386 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    70f0c57 View commit details
    Browse the repository at this point in the history
  2. tests/ParameterEstimationComposition: Provide expected result instead…

    … of relying on tolerance
    
    Signed-off-by: Jan Vesely <[email protected]>
    jvesely committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f9ddb0c View commit details
    Browse the repository at this point in the history
  3. tests/ParameterEstimationComposition: Reduce the number of estimates …

    …by 40x
    
    It's still enough to recover the parameters and reduces test time
    significantly.
    
    Signed-off-by: Jan Vesely <[email protected]>
    jvesely committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    3218ef9 View commit details
    Browse the repository at this point in the history
  4. tests/ParameterEstimationComposition: Reduce running time (PrincetonU…

    …niversity#2753)
    
    Reduce the number of estimates by a factor of 40, it's enough to pass the test and it significantly reduces test running time.
    Provide expected results for different optimization methods
    jvesely authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c49c015 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge remote-tracking branch 'origin/devel'

    * origin/devel:
      tests/ParameterEstimationComposition: Reduce the number of estimates by 40x
      tests/ParameterEstimationComposition: Provide expected result instead of relying on tolerance
      requirements: update dill requirement from <0.3.7 to <0.3.8 (PrincetonUniversity#2743)
      Feat/em composition refactor learning mech (PrincetonUniversity#2754)
      Fix/input port combine (PrincetonUniversity#2755)
      requirements: update beartype requirement from <0.15.0 to <0.16.0 (PrincetonUniversity#2744)
    kmantel committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e3887fc View commit details
    Browse the repository at this point in the history