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
When we compare the performance of, for example, the Landscape.attractors algorithm on a WTNetwork and an equivalentLogicNetwork, we find that the former is about 2x slower. Profiling suggests that this is due in large part to the threshold functions.
Can we improve the performance by modifying the implementation of
WTNetwork.split_threshold
WTNetwork.negative_threshold
WTNetwork.positive_threshold
The text was updated successfully, but these errors were encountered:
When we compare the performance of, for example, the
Landscape.attractors
algorithm on aWTNetwork
and an equivalentLogicNetwork
, we find that the former is about 2x slower. Profiling suggests that this is due in large part to the threshold functions.Can we improve the performance by modifying the implementation of
WTNetwork.split_threshold
WTNetwork.negative_threshold
WTNetwork.positive_threshold
The text was updated successfully, but these errors were encountered: