Skip to content

Implementations of various numerical optimization methods, written in plain Java.

License

Notifications You must be signed in to change notification settings

andrijadukic/numerical-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

numerical-optimization

This repository contains various numerical optimization methods, as well as the linear algebra logic needed to support these methods.

The goal of this repository is to serve as a good starting point when researching optimization methods for education purposes.

This is why the implemented methods are certainly not as efficient as possible, since efficient code (with vectorized, third-party linear algebra libraries) tends to be hard to understand and is therefore of little use for people just trying to understand the concepts.

Releases

No releases published

Packages

No packages published

Languages