Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vthorrf/optimg

General-purpose Gradient-based Optimization
https://github.com/vthorrf/optimg

Last synced: 9 days ago
JSON representation

General-purpose Gradient-based Optimization

Awesome Lists containing this project

README

        

optimg: General-purpose Gradient-based Optimization (version 0.1.2)
=============


Repository status
CRAN version
CRAN RStudio mirror downloads
CRAN RStudio mirror downloads

This package is a general purpose tool for helping users to implement gradient descent methods for function optimization. Currently, the Steepest 2-Groups Gradient Descent and the Adaptive Moment Estimation (Adam) are the methods implemented. Other methods will be implemented in the future.

This package should be considered experimental in this point of development.

# Installation #

Using the 'remotes' package:

install.packages("remotes")
remotes::install_github("vthorrf/optimg")