From 08d668500b9e6254fbb28bd1ac9fc62dc0a8cb09 Mon Sep 17 00:00:00 2001 From: Barry57 <160387047+Barry57@users.noreply.github.com> Date: Mon, 28 Oct 2024 14:24:40 +0800 Subject: [PATCH] Update test_grid_scalar_ge.py --- pytest/test_grid_scalar_ge.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pytest/test_grid_scalar_ge.py b/pytest/test_grid_scalar_ge.py index 75c0ce2..06eb3b8 100644 --- a/pytest/test_grid_scalar_ge.py +++ b/pytest/test_grid_scalar_ge.py @@ -12,8 +12,8 @@ def test_grid_scalar_ge(): Learning_Rate2=[0.035,0.045], L2=[0.1], Learning_Rate1=[0.04, 0.05, 0.06], L=[0.08, 0.09], Num_Epochs=50, t = 0.01, model = None, split_type = 0, ratio = [7, 3], important_feature = True, plot = True, model_reg = None, isfunc = False) - grid_scalar_ge_res_2 = grid_scalar_ge(data=scalar_binary['data'], ytype='Binary', dim_G=500, dim_E=5, haveGE=False, - num_hidden_layers=2, nodes_hidden_layer=[1000,100], + grid_scalar_ge_res_2 = grid_scalar_ge(data=scalar_binary['data'], ytype='Binary', dim_G=1500, dim_E=5, haveGE=False, + num_hidden_layers=1, nodes_hidden_layer=[50], Learning_Rate2=[0.035,0.045], L2=[0.1], Learning_Rate1=[0.04, 0.05, 0.06], L=[0.08, 0.09], Num_Epochs=50, t = 0.01, model = None, split_type = 1, ratio = [7, 2, 1], important_feature = False, plot = False, model_reg = None, isfunc = False)