Uses of Interface
com.qtsurfer.api.sdk.ParamAxis
Packages that use ParamAxis
-
Uses of ParamAxis in com.qtsurfer.api.sdk
Classes in com.qtsurfer.api.sdk that implement ParamAxisModifier and TypeClassDescriptionstatic final recordA numeric range walked in fixed steps,fromthroughto.static final recordAn explicit list of values.Methods in com.qtsurfer.api.sdk that return ParamAxisModifier and TypeMethodDescriptionstatic ParamAxisAn explicit list of boolean values — typicallyof(true, false)to sweep a flag both ways.static ParamAxisAn explicit list of numeric values.static ParamAxisParamAxis.range(double from, double to, double step) A numeric range walked in fixed steps.Methods in com.qtsurfer.api.sdk that return types with arguments of type ParamAxisModifier and TypeMethodDescriptionSweepRequest.params()Returns the value of theparamsrecord component.Methods in com.qtsurfer.api.sdk with parameters of type ParamAxisModifier and TypeMethodDescriptionAdd one axis to the grid.Method parameters in com.qtsurfer.api.sdk with type arguments of type ParamAxisModifier and TypeMethodDescriptionReplace the whole grid.Constructor parameters in com.qtsurfer.api.sdk with type arguments of type ParamAxisModifierConstructorDescriptionSweepRequest(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.