Uses of Record Class
com.knezevic.edaf.v3.persistence.query.coco.CocoTrialMetric
Packages that use CocoTrialMetric
Package
Description
COCO-specific query DTOs and repository abstractions.
REST and MVC controllers for run/experiment analytics.
-
Uses of CocoTrialMetric in com.knezevic.edaf.v3.persistence.query.coco
Methods in com.knezevic.edaf.v3.persistence.query.coco that return types with arguments of type CocoTrialMetricModifier and TypeMethodDescriptionCocoRepository.listTrials(String campaignId, String optimizerId, Integer functionId, Integer dimension, Boolean reachedTarget, int page, int size) Lists trial rows for campaign with optional filters.JdbcCocoRepository.listTrials(String campaignId, String optimizerId, Integer functionId, Integer dimension, Boolean reachedTarget, int page, int size) -
Uses of CocoTrialMetric in com.knezevic.edaf.v3.web.controller
Methods in com.knezevic.edaf.v3.web.controller that return types with arguments of type CocoTrialMetric