• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaNLSolvers / Optim.jl / 829
69%
master: %

Build:
Build:
LAST BUILD BRANCH: pkm/more_tests
DEFAULT BRANCH: master
Ran 17 Jan 2019 08:04AM UTC
Jobs 1
Files 245
Run time 14s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
829

Pull #192

travis-ci

GitHub
Concerning optimisation of univariate functions using bracketing methods

I recently run into a little bug (in my own code) when optimising a univariate function using the optim package.

In particular I was optimising an upper bound which was expressed as the sum of univariate functions f_i.
These univariate functions were bounded but not necessarily unimodal.
Calling "optimize(f_i, L, U)" would hence sometimes lead to the upper bound becoming lower than higher.
I finally realised that the algorithm relies of course on being able to bracket the functions f_i; if this is not possible then just a local minimum will be found as opposed to a global minimum.

I think that this should be pointed out to users that do not realise that optimising a univariate function relies on being able to bracket it in a given interval.
Pull Request #192: Update README.md

261 of 676 branches covered (38.61%)

Branch coverage included in aggregate %.

2760 of 3684 relevant lines covered (74.92%)

1.63 hits per line

Jobs
ID Job ID Ran Files Coverage
4 829.4 17 Jan 2019 08:04AM UTC 0
69.29
Travis Job 829.4
Source Files on build 829
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #829
  • Pull Request #192
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc