MCPcopy Create free account

hub / github.com/MaxHalford/xgp / functions

Functions428 in github.com/MaxHalford/xgp

MethodSetOperand
SetOperand replaces one of Sub's operands if i is equal to 0 or 1.
op/sub.go:39
MethodSetOperand
SetOperand replaces one of Add's operands if i is equal to 0 or 1.
op/add.go:39
MethodSetOperand
SetOperand returns the Const without any modifications.
op/var.go:28
MethodSetOperand
SetOperand replaces one of Mul's operands if i is equal to 0 or 1.
op/mul.go:39
MethodSetOperand
SetOperand replaces Inv's operand if i is equal to 0.
op/inv.go:40
MethodSetOperand
SetOperand replaces If's operand if i is equal to 0.
op/if.go:45
MethodSetOperand
SetOperand replaces Abs's operand if i is equal to 0.
op/abs.go:36
MethodSetOperand
SetOperand replaces one of Div's operands if i is equal to 0 or 1.
op/div.go:38
MethodSimplify
Simplify Neg.
op/neg.go:41
MethodSimplify
Simplify Square.
op/square.go:44
MethodSimplify
Simplify Cos.
op/cos.go:44
MethodSimplify
Simplify Sin.
op/sin.go:44
MethodSimplify
Simplify Min.
op/min.go:52
MethodSimplify
Simplify returns the Const without any modifications.
op/const.go:37
MethodSimplify
Simplify Max.
op/max.go:52
MethodSimplify
Simplify Sub.
op/sub.go:49
MethodSimplify
Simplify Add.
op/add.go:67
MethodSimplify
Simplify returns the Const without any modifications.
op/var.go:33
MethodSimplify
Simplify Mul.
op/mul.go:73
MethodSimplify
Simplify Inv.
op/inv.go:48
MethodSimplify
Simplify If.
op/if.go:58
MethodSimplify
Simplify Abs.
op/abs.go:44
MethodSimplify
Simplify Div.
op/div.go:50
MethodSolve
Solve of GoldenLineSearch taken from https://www.wikiwand.com/en/Golden-section_search.
meta/line_search.go:21
MethodString
String formatting.
program.go:19
MethodString
String representation of an GP.
gp.go:43
MethodString
String representation of a GPConfig. It returns a string containing the parameters line by line.
gp_config.go:47
MethodString
String method of MAE.
metrics/mae.go:48
MethodString
String method of Accuracy.
metrics/accuracy.go:52
MethodString
String method of R2.
metrics/r2.go:67
MethodString
String method of Precision.
metrics/precision.go:41
MethodString
String method of MicroPrecision.
metrics/precision.go:82
MethodString
String method of MacroPrecision.
metrics/precision.go:120
MethodString
String method of WeightedPrecision.
metrics/precision.go:166
MethodString
String method of RMSE.
metrics/rmse.go:33
MethodString
String method of MSE.
metrics/mse.go:49
MethodString
String method of Negative.
metrics/negative.go:35
MethodString
String method of ROCAUC.
metrics/roc_auc.go:71
MethodString
String method of Recall.
metrics/recall.go:41
MethodString
String method of MicroRecall.
metrics/recall.go:82
MethodString
String method of MacroRecall.
metrics/recall.go:120
MethodString
String method of WeightedRecall.
metrics/recall.go:166
MethodString
String method of AbsolutePearson.
metrics/correlation.go:42
MethodString
String method of F1.
metrics/f1.go:43
MethodString
String method of MicroF1.
metrics/f1.go:80
MethodString
String method of MacroF1.
metrics/f1.go:117
MethodString
String method of WeightedF1.
metrics/f1.go:163
MethodString
String method of LogLoss.
metrics/log_loss.go:54
MethodString
String returns a string that can easily be read by a human in a terminal.
metrics/confusion_matrix.go:98
MethodString
String formatting.
op/neg.go:63
MethodString
String formatting.
op/square.go:66
MethodString
String formatting.
op/cos.go:64
MethodString
String formatting.
op/sin.go:64
MethodString
String formatting.
op/min.go:84
MethodString
String formatting.
op/const.go:52
MethodString
String formatting.
op/max.go:84
MethodString
String formatting.
op/sub.go:96
MethodString
String formatting.
op/add.go:99
MethodString
String formatting.
op/var.go:52
MethodString
String formatting.
op/mul.go:105
MethodString
String formatting.
op/inv.go:72
MethodString
String formatting.
op/if.go:83
MethodString
String formatting.
op/abs.go:71
MethodString
String formatting.
op/div.go:115
FunctionTestAbsSimplify
(t *testing.T)
op/abs_test.go:8
FunctionTestAbsolutePearson
(t *testing.T)
metrics/correlation_test.go:8
FunctionTestAccuracy
(t *testing.T)
metrics/accuracy_test.go:8
FunctionTestAddSimplify
(t *testing.T)
op/add_test.go:8
FunctionTestArity
(t *testing.T)
op/operator_test.go:97
FunctionTestConfusionMatrixClasses
(t *testing.T)
metrics/confusion_matrix_test.go:9
FunctionTestConfusionMatrixFalseNegatives
(t *testing.T)
metrics/confusion_matrix_test.go:175
FunctionTestConfusionMatrixFalsePositives
(t *testing.T)
metrics/confusion_matrix_test.go:130
FunctionTestConfusionMatrixTrueNegatives
(t *testing.T)
metrics/confusion_matrix_test.go:220
FunctionTestConfusionMatrixTruePositives
(t *testing.T)
metrics/confusion_matrix_test.go:85
FunctionTestCosSimplify
(t *testing.T)
op/cos_test.go:9
FunctionTestCountDistinct
(t *testing.T)
util_test.go:9
FunctionTestCountOps
(t *testing.T)
op/operator_test.go:221
FunctionTestDivSimplify
(t *testing.T)
op/div_test.go:8
FunctionTestEval
(t *testing.T)
op/operator_test.go:12
FunctionTestEvaluate
(t *testing.T)
ga_test.go:12
FunctionTestF1
(t *testing.T)
metrics/f1_test.go:8
FunctionTestFmtDuration
(t *testing.T)
util_test.go:43
FunctionTestFullInit
(t *testing.T)
init_test.go:11
FunctionTestGAValidate
(t *testing.T)
ga_test.go:93
FunctionTestGP
(t *testing.T)
gp_test.go:10
FunctionTestGPProgress
(t *testing.T)
gp_test.go:48
FunctionTestGetConsts
(t *testing.T)
op/operator_test.go:387
FunctionTestGoldenLineSearch
(t *testing.T)
meta/line_search_test.go:8
FunctionTestGrowInit
(t *testing.T)
init_test.go:62
FunctionTestHeight
(t *testing.T)
op/operator_test.go:189
FunctionTestHoistMutation
(t *testing.T)
mutation_test.go:47
FunctionTestInvSimplify
(t *testing.T)
op/inv_test.go:8
FunctionTestLogLoss
(t *testing.T)
metrics/log_loss_test.go:8
FunctionTestMAE
(t *testing.T)
metrics/mae_test.go:8
FunctionTestMSE
(t *testing.T)
metrics/mse_test.go:8
FunctionTestMakeConfusionMatrix
(t *testing.T)
metrics/confusion_matrix_test.go:49
FunctionTestMaxSimplify
(t *testing.T)
op/max_test.go:8
FunctionTestMinSimplify
(t *testing.T)
op/min_test.go:8
FunctionTestMulSimplify
(t *testing.T)
op/mul_test.go:8
FunctionTestMutate
(t *testing.T)
ga_test.go:45
← previousnext →301–400 of 428, ranked by callers