-
Notifications
You must be signed in to change notification settings - Fork 31
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 #723
Devel #723
Commits on Mar 9, 2018
-
Name/project/replace assign index calculate (#711)
* • ControlMechanism assign_as_controller: fixed bug (assignment of self.allocation) * • Project - Delete ASSIGN everywhere except in OutputState and Keywords * • LearningMechanism failing * • LearningMechanism _validate_params: replaced try and except for learning_signal[PARAMS][PROJECTIONS] with if-else • OutputState: _parse_state_specific_specs: refactored for VARIABLE in place of INDEX in 3-item tuple * • LearningMechanism _validate_params: replaced try and except for learning_signal[PARAMS][PROJECTIONS] with if-else • OutputState: _parse_state_specific_specs: refactored for VARIABLE in place of INDEX in 3-item tuple docstring revised per above * - * -
Configuration menu - View commit details
-
Copy full SHA for 0241e93 - Browse repository at this point
Copy the full SHA 0241e93View commit details -
Clean up/function/softmax one hot (#713)
* • ControlMechanism assign_as_controller: fixed bug (assignment of self.allocation) * -
Configuration menu - View commit details
-
Copy full SHA for bd10d08 - Browse repository at this point
Copy the full SHA bd10d08View commit details -
Docs/output state/clean up (#714)
* • ControlMechanism assign_as_controller: fixed bug (assignment of self.allocation) * - * • OutputState docstring revs
Configuration menu - View commit details
-
Copy full SHA for abe9cce - Browse repository at this point
Copy the full SHA abe9cceView commit details -
Refactor/mechanism and output state/mech params dict added (#715)
* • ControlMechanism assign_as_controller: fixed bug (assignment of self.allocation) * • Mechanism added MechParamsDict as dict subclass • OutputState _parse_variable_spec: checks that dicts passed to it are MechParamsDict
Configuration menu - View commit details
-
Copy full SHA for 38ea507 - Browse repository at this point
Copy the full SHA 38ea507View commit details
Commits on Mar 11, 2018
-
* • ControlMechanism assign_as_controller: fixed bug (assignment of self.allocation) * • Function - UserDefinedFunction: docstring revs * • Function - UserDefinedFunction: examines arguments of custom function to assign as params * - * • Function - UserDefinedFunction: - identifies modulatory params - works with lamda functions - works with position and keyworded arguments - passes all tests * - * • Component _get_current_execution_time: added method * • Component _get_current_execution_time: added method * - * • Gating Mechanism with UDF: debugging OutputState function assignment * - * - * - * - * - * - * - * - * - * - * • Component _assign_args_to_param_dicts(): added defaults argument that also defaults to be passed (that override those specified as argument values in init * • Component _assign_args_to_param_dicts(): added defaults argument that also defaults to be passed (that override those specified as argument values in init * - * - * • Function UserDefinedFunction: docstring examples added
Configuration menu - View commit details
-
Copy full SHA for 003b6d9 - Browse repository at this point
Copy the full SHA 003b6d9View commit details -
Incorporate changes to LearingFunctions from old PR: - remove activation_function from constructors - docstring changes - other minor stuff?
Configuration menu - View commit details
-
Copy full SHA for 75b013a - Browse repository at this point
Copy the full SHA 75b013aView commit details
Commits on Mar 12, 2018
-
Fix/function/udf examples (#722)
* • ControlMechanism assign_as_controller: fixed bug (assignment of self.allocation) * • Function UserDefinedFunction: - fixed some bugs examples * • Function UserDefinedFunction: - fixed some bugs examples - doctest is now run on examples * - * - * - * • Function UserDefinedFunction: - fixed bugs in examples - doctest is now run on examples * • Function UserDefinedFunction: - fixed bugs in examples - doctest is now run on examples
Configuration menu - View commit details
-
Copy full SHA for 7c53bf2 - Browse repository at this point
Copy the full SHA 7c53bf2View commit details