Uses of Enum Class
neqsim.util.agentic.AgentBenchmarkSuite.ProblemCategory
Packages that use AgentBenchmarkSuite.ProblemCategory
-
Uses of AgentBenchmarkSuite.ProblemCategory in neqsim.util.agentic
Subclasses with type arguments of type AgentBenchmarkSuite.ProblemCategory in neqsim.util.agenticModifier and TypeClassDescriptionstatic enumCategory of engineering benchmark problem.Fields in neqsim.util.agentic declared as AgentBenchmarkSuite.ProblemCategoryModifier and TypeFieldDescriptionprivate final AgentBenchmarkSuite.ProblemCategoryAgentBenchmarkSuite.BenchmarkProblem.categoryMethods in neqsim.util.agentic that return AgentBenchmarkSuite.ProblemCategoryModifier and TypeMethodDescriptionAgentBenchmarkSuite.BenchmarkProblem.getCategory()Returns the problem category.Returns the enum constant of this class with the specified name.static AgentBenchmarkSuite.ProblemCategory[]AgentBenchmarkSuite.ProblemCategory.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.util.agentic with parameters of type AgentBenchmarkSuite.ProblemCategoryModifier and TypeMethodDescriptionAgentBenchmarkSuite.BenchmarkReport.getResultsByCategory(AgentBenchmarkSuite.ProblemCategory category) Returns results filtered by problem category.Constructors in neqsim.util.agentic with parameters of type AgentBenchmarkSuite.ProblemCategoryModifierConstructorDescriptionBenchmarkProblem(String id, AgentBenchmarkSuite.ProblemCategory category, AgentBenchmarkSuite.Difficulty difficulty, String description, String unit, double expectedValue, double tolerancePct, String referenceSource) Creates a new benchmark problem.