-
I found this odd:
> julia> Optim.optimize(norm, [1.0, 1.0])
> Results of Optimization Algorithm
> - Algorithm: Nelder-Mead
> - Starting Point: [1.0,1.0]
> - Minimum: [0.16666666666666666,0.1666666666…
-
Sorry if i don't even make any sense or have not read everything you have published, but i have some ideas , questions , or suggestions for the solver..
So, i have tried a few schemes, they are like …
-
```
/**Search for optimal trader using co-evolution based gradient hill
* climbing algorithm. Algorithm 6 from Essentials of metaheuristics book *
(http://www.goodreads.com/book/show/9734814-essen…
-
Originally reported on Google Code with ID 8063
```
IE 10 currently works rather ok with GWT, but for more advanced stuff own permutation
is required. Also for touch devices it would be nice to have …
-
```
/**Search for optimal trader using co-evolution based gradient hill
* climbing algorithm. Algorithm 6 from Essentials of metaheuristics book *
(http://www.goodreads.com/book/show/9734814-essen…
-
Open a large image, like a HD photo in jpg, png.
Generate raster and keep track of the browser's memory usage - it will grow with GBs when the path rendering is created. For a large enough photo the b…
-
It would really be nice if imgui would use nanovg as a backend for drawing widgets.
As it seems now the backend already receive a list of triangle to render. I suppose then the integration with nanovg…
-
Originally reported on Google Code with ID 2702
```
I open a new issue for wavelet ... because issue2594 may overflow and it does not have
much meaning.
I brought three changes - improvements:
1) ch…
-
Originally reported on Google Code with ID 1359
```
This patch adds the correction Munsell, to "Lab Adjustements"
Its action depends on the cursor "saturation", "brightness", "contrast" and the "cur…
-
Julia needs to have an analogue to Matlab's [fzero](http://www.mathworks.com/help/matlab/ref/fzero.html) function for finding roots of nonlinear functions (at least scalar functions, though a multidim…