Define the problem as a mathematical programming model

This commit is contained in:
Dimitri Lozeve 2020-02-22 20:08:03 +01:00
parent 1c82d1716a
commit 3a2dc40ce5
5 changed files with 89 additions and 0 deletions

View file

@ -3,4 +3,5 @@ using Test
@testset "GardenOptim.jl" begin
include("classification.jl")
include("mcmc.jl")
include("optim.jl")
end