Skip to content

GillesBareilles/LocalCompositeNewton.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalCompositeNewton.jl

Build Status Coverage Code Style: Blue

Setup is as follow:

using Pkg
Pkg.update()
Pkg.Registry.add(RegistrySpec(url = "https://github.com/GillesBareilles/OptimRegistry.jl"))
Pkg.add(url = "https://github.com/GillesBareilles/LocalCompositeNewton.jl", rev="master")

Experiments are executed with the commands:

using LocalCompositeNewton

# Float64 experiments
LocalCompositeNewton.expe_maxquad()
LocalCompositeNewton.expe_eigmax()

# BigFloat experiments
LocalCompositeNewton.expe_maxquad_BigFloat()
LocalCompositeNewton.expe_eigmax_BigFloat()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages