Uses of Enum Class
com.qtsurfer.api.sdk.SweepObjective
Packages that use SweepObjective
-
Uses of SweepObjective in com.qtsurfer.api.sdk
Methods in com.qtsurfer.api.sdk that return SweepObjectiveModifier and TypeMethodDescriptionSweepRequest.objective()Returns the value of theobjectiverecord component.static SweepObjectiveReturns the enum constant of this class with the specified name.static SweepObjective[]SweepObjective.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.qtsurfer.api.sdk with parameters of type SweepObjectiveModifier and TypeMethodDescriptioncom.qtsurfer.api.client.model.SweepSensitivitySweep.getSensitivity(SweepObjective objective) How the objective moves as each parameter moves — the question a leaderboard cannot answer.SweepRequest.Builder.objective(SweepObjective objective) com.qtsurfer.api.client.model.SweepSensitivitySweep.sensitivity(SweepObjective objective) Deprecated.Constructors in com.qtsurfer.api.sdk with parameters of type SweepObjectiveModifierConstructorDescriptionSweepRequest(String strategy, String exchangeId, String instrument, String from, String to, Map<String, ParamAxis> params, SweepSampler sampler, Integer samples, Long seed, SweepObjective objective, WalkForwardSpec walkForward, String datasetId, String datasetVersionId) SweepRequest(String strategy, String exchangeId, String instrument, String from, String to, Map<String, ParamAxis> params, SweepSampler sampler, Integer samples, Long seed, SweepObjective objective, WalkForwardSpec walkForward, String datasetId, String datasetVersionId, com.qtsurfer.api.client.model.EquityCurveRequest equityCurve, Boolean storeSignals) Creates an instance of aSweepRequestrecord class.Constructor parameters in com.qtsurfer.api.sdk with type arguments of type SweepObjectiveModifierConstructorDescriptionSweep(com.qtsurfer.api.client.model.ExecuteSweepAccepted accepted, String requestId, String strategyId, CompletableFuture<com.qtsurfer.api.client.model.ExecuteSweepResult> result, Flow.Publisher<SweepProgressEvent> progress, AtomicReference<Sweep.State> state, Runnable cancelHook, BiFunction<SweepOrder, SweepRanking, com.qtsurfer.api.client.model.ExecuteSweepResult> resultsReader, Function<SweepObjective, com.qtsurfer.api.client.model.SweepSensitivity> sensitivityReader) Internal constructor used by the SDK workflow; not part of the public contract.
Sweep.getSensitivity(SweepObjective).