Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaxHalford/xgp
/ functions
Functions
428 in github.com/MaxHalford/xgp
⨍
Functions
428
◇
Types & classes
75
Method
SetOperand
SetOperand replaces one of Sub's operands if i is equal to 0 or 1.
op/sub.go:39
Method
SetOperand
SetOperand replaces one of Add's operands if i is equal to 0 or 1.
op/add.go:39
Method
SetOperand
SetOperand returns the Const without any modifications.
op/var.go:28
Method
SetOperand
SetOperand replaces one of Mul's operands if i is equal to 0 or 1.
op/mul.go:39
Method
SetOperand
SetOperand replaces Inv's operand if i is equal to 0.
op/inv.go:40
Method
SetOperand
SetOperand replaces If's operand if i is equal to 0.
op/if.go:45
Method
SetOperand
SetOperand replaces Abs's operand if i is equal to 0.
op/abs.go:36
Method
SetOperand
SetOperand replaces one of Div's operands if i is equal to 0 or 1.
op/div.go:38
Method
Simplify
Simplify Neg.
op/neg.go:41
Method
Simplify
Simplify Square.
op/square.go:44
Method
Simplify
Simplify Cos.
op/cos.go:44
Method
Simplify
Simplify Sin.
op/sin.go:44
Method
Simplify
Simplify Min.
op/min.go:52
Method
Simplify
Simplify returns the Const without any modifications.
op/const.go:37
Method
Simplify
Simplify Max.
op/max.go:52
Method
Simplify
Simplify Sub.
op/sub.go:49
Method
Simplify
Simplify Add.
op/add.go:67
Method
Simplify
Simplify returns the Const without any modifications.
op/var.go:33
Method
Simplify
Simplify Mul.
op/mul.go:73
Method
Simplify
Simplify Inv.
op/inv.go:48
Method
Simplify
Simplify If.
op/if.go:58
Method
Simplify
Simplify Abs.
op/abs.go:44
Method
Simplify
Simplify Div.
op/div.go:50
Method
Solve
Solve of GoldenLineSearch taken from https://www.wikiwand.com/en/Golden-section_search.
meta/line_search.go:21
Method
String
String formatting.
program.go:19
Method
String
String representation of an GP.
gp.go:43
Method
String
String representation of a GPConfig. It returns a string containing the parameters line by line.
gp_config.go:47
Method
String
String method of MAE.
metrics/mae.go:48
Method
String
String method of Accuracy.
metrics/accuracy.go:52
Method
String
String method of R2.
metrics/r2.go:67
Method
String
String method of Precision.
metrics/precision.go:41
Method
String
String method of MicroPrecision.
metrics/precision.go:82
Method
String
String method of MacroPrecision.
metrics/precision.go:120
Method
String
String method of WeightedPrecision.
metrics/precision.go:166
Method
String
String method of RMSE.
metrics/rmse.go:33
Method
String
String method of MSE.
metrics/mse.go:49
Method
String
String method of Negative.
metrics/negative.go:35
Method
String
String method of ROCAUC.
metrics/roc_auc.go:71
Method
String
String method of Recall.
metrics/recall.go:41
Method
String
String method of MicroRecall.
metrics/recall.go:82
Method
String
String method of MacroRecall.
metrics/recall.go:120
Method
String
String method of WeightedRecall.
metrics/recall.go:166
Method
String
String method of AbsolutePearson.
metrics/correlation.go:42
Method
String
String method of F1.
metrics/f1.go:43
Method
String
String method of MicroF1.
metrics/f1.go:80
Method
String
String method of MacroF1.
metrics/f1.go:117
Method
String
String method of WeightedF1.
metrics/f1.go:163
Method
String
String method of LogLoss.
metrics/log_loss.go:54
Method
String
String returns a string that can easily be read by a human in a terminal.
metrics/confusion_matrix.go:98
Method
String
String formatting.
op/neg.go:63
Method
String
String formatting.
op/square.go:66
Method
String
String formatting.
op/cos.go:64
Method
String
String formatting.
op/sin.go:64
Method
String
String formatting.
op/min.go:84
Method
String
String formatting.
op/const.go:52
Method
String
String formatting.
op/max.go:84
Method
String
String formatting.
op/sub.go:96
Method
String
String formatting.
op/add.go:99
Method
String
String formatting.
op/var.go:52
Method
String
String formatting.
op/mul.go:105
Method
String
String formatting.
op/inv.go:72
Method
String
String formatting.
op/if.go:83
Method
String
String formatting.
op/abs.go:71
Method
String
String formatting.
op/div.go:115
Function
TestAbsSimplify
(t *testing.T)
op/abs_test.go:8
Function
TestAbsolutePearson
(t *testing.T)
metrics/correlation_test.go:8
Function
TestAccuracy
(t *testing.T)
metrics/accuracy_test.go:8
Function
TestAddSimplify
(t *testing.T)
op/add_test.go:8
Function
TestArity
(t *testing.T)
op/operator_test.go:97
Function
TestConfusionMatrixClasses
(t *testing.T)
metrics/confusion_matrix_test.go:9
Function
TestConfusionMatrixFalseNegatives
(t *testing.T)
metrics/confusion_matrix_test.go:175
Function
TestConfusionMatrixFalsePositives
(t *testing.T)
metrics/confusion_matrix_test.go:130
Function
TestConfusionMatrixTrueNegatives
(t *testing.T)
metrics/confusion_matrix_test.go:220
Function
TestConfusionMatrixTruePositives
(t *testing.T)
metrics/confusion_matrix_test.go:85
Function
TestCosSimplify
(t *testing.T)
op/cos_test.go:9
Function
TestCountDistinct
(t *testing.T)
util_test.go:9
Function
TestCountOps
(t *testing.T)
op/operator_test.go:221
Function
TestDivSimplify
(t *testing.T)
op/div_test.go:8
Function
TestEval
(t *testing.T)
op/operator_test.go:12
Function
TestEvaluate
(t *testing.T)
ga_test.go:12
Function
TestF1
(t *testing.T)
metrics/f1_test.go:8
Function
TestFmtDuration
(t *testing.T)
util_test.go:43
Function
TestFullInit
(t *testing.T)
init_test.go:11
Function
TestGAValidate
(t *testing.T)
ga_test.go:93
Function
TestGP
(t *testing.T)
gp_test.go:10
Function
TestGPProgress
(t *testing.T)
gp_test.go:48
Function
TestGetConsts
(t *testing.T)
op/operator_test.go:387
Function
TestGoldenLineSearch
(t *testing.T)
meta/line_search_test.go:8
Function
TestGrowInit
(t *testing.T)
init_test.go:62
Function
TestHeight
(t *testing.T)
op/operator_test.go:189
Function
TestHoistMutation
(t *testing.T)
mutation_test.go:47
Function
TestInvSimplify
(t *testing.T)
op/inv_test.go:8
Function
TestLogLoss
(t *testing.T)
metrics/log_loss_test.go:8
Function
TestMAE
(t *testing.T)
metrics/mae_test.go:8
Function
TestMSE
(t *testing.T)
metrics/mse_test.go:8
Function
TestMakeConfusionMatrix
(t *testing.T)
metrics/confusion_matrix_test.go:49
Function
TestMaxSimplify
(t *testing.T)
op/max_test.go:8
Function
TestMinSimplify
(t *testing.T)
op/min_test.go:8
Function
TestMulSimplify
(t *testing.T)
op/mul_test.go:8
Function
TestMutate
(t *testing.T)
ga_test.go:45
← previous
next →
301–400 of 428, ranked by callers