Riley Clement
-
Gurobi Staff
- Total activity 1965
- Last activity
- Member since
- Following 0 users
- Followed by 3 users
- Votes 14
- Subscriptions 796
Articles
Recent activity by Riley Clement-
What is the best seed value to use?
This question arises often when first learning about Gurobi's Seed parameter and how it can affect the solution path. The answer is that there is no best choice, at least not one that can be known...
-
What is a solution path?
Each optimization that a solver performs can be associated with a single solution path.A solution path is characterized by the sequence of steps and decisions the solver makes as it performs the op...
-
Timeline and process of a new Gurobi release
The "Release Date"Each new version of Gurobi Optimizer and Gurobi Remote Services has an official release date. This date marks the time at which the new version is available through all the platf...
-
Is Gurobi random?
Many optimization algorithms, including those at the heart of mathematical optimization solvers, incorporate randomness. In the Gurobi Optimizer, random numbers are used to make tie-breaking decis...
-
How do I resolve the error "Cannot find authentication file" when compiling with MATLAB?
When compiling applications built in MATLAB with mcc from the Matlab Compile toolbox:mcc -m -R -nojvm filename.myou may receive an error such as "Cannot find authentication file" and the exception...