Uses of Class
neqsim.util.agentic.AgentBenchmarkSuite.BenchmarkProblem
Packages that use AgentBenchmarkSuite.BenchmarkProblem
-
Uses of AgentBenchmarkSuite.BenchmarkProblem in neqsim.util.agentic
Fields in neqsim.util.agentic declared as AgentBenchmarkSuite.BenchmarkProblemModifier and TypeFieldDescriptionprivate final AgentBenchmarkSuite.BenchmarkProblemAgentBenchmarkSuite.ProblemResult.problemFields in neqsim.util.agentic with type parameters of type AgentBenchmarkSuite.BenchmarkProblemModifier and TypeFieldDescriptionprivate final List<AgentBenchmarkSuite.BenchmarkProblem> AgentBenchmarkSuite.problemsMethods in neqsim.util.agentic that return AgentBenchmarkSuite.BenchmarkProblemModifier and TypeMethodDescriptionAgentBenchmarkSuite.ProblemResult.getProblem()Returns the benchmark problem.Methods in neqsim.util.agentic that return types with arguments of type AgentBenchmarkSuite.BenchmarkProblemModifier and TypeMethodDescriptionAgentBenchmarkSuite.getProblems()Returns the list of benchmark problems in this suite.Methods in neqsim.util.agentic with parameters of type AgentBenchmarkSuite.BenchmarkProblemModifier and TypeMethodDescriptionvoidAgentBenchmarkSuite.addProblem(AgentBenchmarkSuite.BenchmarkProblem problem) Adds a benchmark problem to the suite.Constructors in neqsim.util.agentic with parameters of type AgentBenchmarkSuite.BenchmarkProblemModifierConstructorDescriptionProblemResult(AgentBenchmarkSuite.BenchmarkProblem problem, double actualValue, boolean passed, String verdict, String detail) Creates a new problem result.