Skip to content

General-purpose Gradient-based Optimization

Notifications You must be signed in to change notification settings

IEEEComputerSocietyUNB/optimg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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")

About

General-purpose Gradient-based Optimization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%