Skip to content

Commit

Permalink
reverted solver settings to default
Browse files Browse the repository at this point in the history
  • Loading branch information
cpschau committed Sep 9, 2024
1 parent 534f3e1 commit 9852fbd
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions config.bright.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -418,18 +418,15 @@ solving:

solver:
name: gurobi
NumericFocus: 3 # Favour numeric stability over speed
method: 2 # barrier
crossover: 0 # do not use crossover
BarHomogeneous: 1 # Use homogeneous barrier if standard does not converge
BarConvTol: 1.e-5
FeasibilityTol: 1.e-4
OptimalityTol: 1.e-4
ObjScale: -0.5
threads: 8
threads: 25
method: 2 # barrier
crossover: 0
BarConvTol: 1.e-6
Seed: 123

FeasibilityTol: 1.e-6
AggFill: 0
PreDual: 0
GURO_PAR_BARDENSETHRESH: 200
#FeasibilityTol: 1.e-6

mem: 30000 #memory in MB; 20 GB enough for 50+B+I+H2; 100 GB for 181+B+I+H2

Expand Down

0 comments on commit 9852fbd

Please sign in to comment.