Author Archives: julia on Abel Soares Siqueira

NLPModels.jl, CUTEst.jl and other Nonlinear Optimization Packages on Julia

By: julia on Abel Soares Siqueira

Re-posted from: https://abelsiqueira.com/blog/2017-02-07-nlpmodelsjl-cutestjl-and-other-nonlinear-optimization-packages-on-julia/

A couple of weeks ago me and Professor Dominique Orban have finally made a release of
CUTEst.jl, a wrapper for the CUTEst repository of problems for nonlinear
optimization (which I’ve mentioned before).
Along with this release, we’ve done a release of NLPModels.jl, the underlying
package. I think it’s time I explain a little about these packages, others,
and how to use them together.
If you want to see the output of the commands, you can open
this ASCIInema
side by side.

Advent of Code 2016 in Julia

By: julia on Abel Soares Siqueira

Re-posted from: https://abelsiqueira.com/blog/2016-12-18-advent-of-code-2016-in-julia/

Last year I discovered by chance a code competition that happens in the month of December: The Advent of Code. This event consists of small puzzles release every day of December, up to the 25th. Which amounts to 25 problems! (I can do math).
Last year I tried doing some on Bash, and latter switched to Julia, but never got to finish them. This year I decided to use Julia, because I want to test it for these general problems.

Advent of Code 2016 in Julia

By: julia on Abel Soares Siqueira

Re-posted from: https://abelsiqueira.com/blog/2016-12-18-advent-of-code-2016-in-julia/

Last year I discovered by chance a code competition that happens in the month
of December: The Advent of Code.
This event consists of small puzzles release every day of December, up to the
25th. Which amounts to 25 problems! (I can do math).

Last year I tried doing some on Bash, and latter switched to Julia, but never
got to finish them.
This year I decided to use Julia, because I want to
test it for these general problems. Some problems are very hard, and I want
to have the packages at my disposal.