Uses of Enum Class
neqsim.process.ml.multiagent.MultiAgentEnvironment.CoordinationMode
Packages that use MultiAgentEnvironment.CoordinationMode
Package
Description
Multi-agent reinforcement learning infrastructure for coordinated process control.
-
Uses of MultiAgentEnvironment.CoordinationMode in neqsim.process.ml.multiagent
Subclasses with type arguments of type MultiAgentEnvironment.CoordinationMode in neqsim.process.ml.multiagentModifier and TypeClassDescriptionstatic enumCoordination mode for multi-agent systems.Fields in neqsim.process.ml.multiagent declared as MultiAgentEnvironment.CoordinationModeMethods in neqsim.process.ml.multiagent that return MultiAgentEnvironment.CoordinationModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.MultiAgentEnvironment.CoordinationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.ml.multiagent with parameters of type MultiAgentEnvironment.CoordinationModeModifier and TypeMethodDescriptionMultiAgentEnvironment.setCoordinationMode(MultiAgentEnvironment.CoordinationMode mode) Set coordination mode.