You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method producing a transition table most similar to Ashby's original Homeostat could be improved taking advantage of numpy.array shape method. The idea is to produce a flat 1-D array that repeats the basic (shuffled) sequence of weights and then reshape it to the proper dimensions.
The text was updated successfully, but these errors were encountered:
The method producing a transition table most similar to Ashby's original Homeostat could be improved taking advantage of numpy.array shape method. The idea is to produce a flat 1-D array that repeats the basic (shuffled) sequence of weights and then reshape it to the proper dimensions.
The text was updated successfully, but these errors were encountered: