Uses of Enum Class
neqsim.util.agentic.AgentBenchmarkSuite.Difficulty
Packages that use AgentBenchmarkSuite.Difficulty
-
Uses of AgentBenchmarkSuite.Difficulty in neqsim.util.agentic
Subclasses with type arguments of type AgentBenchmarkSuite.Difficulty in neqsim.util.agenticModifier and TypeClassDescriptionstatic enumDifficulty level of the benchmark problem.Fields in neqsim.util.agentic declared as AgentBenchmarkSuite.DifficultyModifier and TypeFieldDescriptionprivate final AgentBenchmarkSuite.DifficultyAgentBenchmarkSuite.BenchmarkProblem.difficultyMethods in neqsim.util.agentic that return AgentBenchmarkSuite.DifficultyModifier and TypeMethodDescriptionAgentBenchmarkSuite.BenchmarkProblem.getDifficulty()Returns the difficulty level.Returns the enum constant of this class with the specified name.static AgentBenchmarkSuite.Difficulty[]AgentBenchmarkSuite.Difficulty.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.util.agentic with parameters of type AgentBenchmarkSuite.DifficultyModifierConstructorDescriptionBenchmarkProblem(String id, AgentBenchmarkSuite.ProblemCategory category, AgentBenchmarkSuite.Difficulty difficulty, String description, String unit, double expectedValue, double tolerancePct, String referenceSource) Creates a new benchmark problem.