Tag: optimization

Rick Wicklin 0
How to find an initial guess for an optimization

Nonlinear optimization routines enable you to find the values of variables that optimize an objective function of those variables. When you use a numerical optimization routine, you need to provide an initial guess, often called a "starting point" for the algorithm. Optimization routines iteratively improve the initial guess in an

Data Management
Alyssa Farrell 0
A must-read for petroleum professionals

Oil companies are being forced to explore in geologically complex and remote areas to exploit more unconventional hydrocarbon deposits.  New engineering technology has pushed the envelope of previous upstream experience.  No guidebook existed on how computing methodologies can contribute to E&P performance at reduced risk.  Until now. A new book

Rick Wicklin 0
Optimizing a function of an integral

Last week I showed how to find parameters that maximize the integral of a certain probability density function (PDF). Because the function was a PDF, I could evaluate the integral by calling the CDF function in SAS. (Recall that the cumulative distribution function (CDF) is the integral of a PDF.)

1 26 27 28 29 30