GenBaB / ml4acopf /config.yaml
zhouxingshi's picture
Simplify configs
acf20e6
raw
history blame
504 Bytes
general:
root_path: ${CONFIG_PATH}
csv_name: instances.csv
verify_onnxruntime_output: True
model:
onnx_optimization_flags: ["remove_matmul_inplace"]
attack:
pgd_restarts: 100
attack_tolerance: 0.0001
solver:
batch_size: 128
early_stop_patience: 200
alpha-crown:
lr_alpha: 0.2
lr_decay: 0.99
iteration: 200
beta-crown:
lr_alpha: 0.5
lr_beta: 0.5
iteration: 50
bab:
branching:
candidates: 200
nonlinear_split:
filter: true
filter_beta: true