Construct version 5.4.4
An agent based modeling framework
|
Thrown when a model identifies that its mutually exclusive with another active model. More...
Public Member Functions | |
model_multually_exclusive (const std::string &model_name) | |
Public Member Functions inherited from dynet::construct_exception | |
construct_exception (const std::string &message) | |
Initializes a std::runtime_error with the submitted message. | |
std::string | string (void) const |
Copies the contents of the message into a string. | |
Thrown when a model identifies that its mutually exclusive with another active model.
Message: "This model is mutually exclusive with the " + model_name