Skip to content

OptimizationBooleanParameter

Summary

A bool cBot parameter, optimized over a set of values or held fixed.

Signature

1
public class OptimizationBooleanParameter : OptimizationParameter`1

Namespace

cAlgo.API

See Also

Methods

ToString

Signature

1
public string ToString()

Return Value

string

PrintMembers

Signature

1
protected bool PrintMembers(StringBuilder builder)

Parameters

Name Type Description
builder StringBuilder

Return Value

bool

GetHashCode

Signature

1
public int GetHashCode()

Return Value

int

Equals (3)

Equals (1 of 3)

Signature

1
public bool Equals(object obj)

Parameters

Name Type Description
obj object

Return Value

bool

Equals (2 of 3)

Signature

1
public bool Equals(OptimizationParameter<bool> other)

Parameters

Name Type Description
other OptimizationParameter

Return Value

bool

Equals (3 of 3)

Signature

1
public bool Equals(OptimizationBooleanParameter other)

Parameters

Name Type Description
other OptimizationBooleanParameter

Return Value

bool

$

Signature

1
public OptimizationBooleanParameter <Clone>$()

Return Value

OptimizationBooleanParameter

Properties

Values

Summary

Gets the discrete set of values to optimize over.

Signature

1
public IReadOnlyList<bool> Values {get;}

Return Value

IReadOnlyList