Documentation
¶
Index ¶
- Variables
- type Client
- type Option
- func ConcurrentRunCount(ii int) Option
- func Context(ctx context.Context) Option
- func DebugMode(b bool) Option
- func EagerInitialize(b bool) Option
- func EagerInitializeAsync(b bool) Option
- func IterationCount(ii int) Option
- func LargeModels(b bool) Option
- func ModelDistribution(dist, params string) Option
- func ModelIterationCount(ii int) Option
- func ModelName(n string) Option
- func OriginalMode(b bool) Option
- func PercentageModels(f float64) Option
- func PostProcess(b bool) Option
- func ProfileIO(b bool) Option
- func ProfileMemory(b bool) Option
- func ShowProgress(b bool) Option
- func SimulateRun(b bool) Option
- func Stderr(w io.Writer) Option
- func Stdout(w io.Writer) Option
- func TimeLimit(w time.Duration) Option
- func UploadProfile(b bool) Option
- type Options
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultOptions = Options{ // contains filtered or unexported fields } )
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Options)
func ConcurrentRunCount ¶
func EagerInitialize ¶
func EagerInitializeAsync ¶
func IterationCount ¶
func LargeModels ¶
func ModelDistribution ¶
func ModelIterationCount ¶
func OriginalMode ¶
func PercentageModels ¶
func PostProcess ¶
func ProfileMemory ¶
func ShowProgress ¶
func SimulateRun ¶
func UploadProfile ¶
Click to show internal directories.
Click to hide internal directories.