We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A single network model should support multiple models on different nodes.
class MultiModels: models = List(of=Model, required=True) partition = Array(of=int, required=True) @property def nvar(self): return max([model.nvar for model in self.models]) ...
Builtin support on the simulator itself.
This is a request that occurs frequently enough and currently isn't possible.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the new feature or enhancement
A single network model should support multiple models on different nodes.
Describe your proposed implementation
Describe possible alternatives
Builtin support on the simulator itself.
Additional comments
This is a request that occurs frequently enough and currently isn't possible.
The text was updated successfully, but these errors were encountered: