Package: Jaya
Title: Gradient-Free Optimization Algorithm for Single and
        Multi-Objective Problems
Version: 1.0.3
Authors@R: 
    person("Neeraj", "Bokde", email = "neerajdhanraj@gmail.com", 
           role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3493-9302"))
Description: An implementation of the Jaya optimization algorithm for both 
    single-objective and multi-objective problems. Jaya is a population-based, 
    gradient-free optimization algorithm capable of solving constrained and 
    unconstrained optimization problems without hyperparameters. This package 
    includes features such as multi-objective Pareto optimization, adaptive 
    population adjustment, and early stopping. For further details, see 
    R.V. Rao (2016) <doi:10.5267/j.ijiec.2015.8.004>.
Depends: R (>= 3.5.0)
Imports: parallel
Suggests: knitr, rmarkdown, evaluate, testthat
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/neerajdhanraj/Jaya
BugReports: https://github.com/neerajdhanraj/Jaya/issues
NeedsCompilation: no
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Packaged: 2024-11-18 12:18:32 UTC; Neeraj.Bokde
Author: Neeraj Bokde [aut, cre] (<https://orcid.org/0000-0002-3493-9302>)
Maintainer: Neeraj Bokde <neerajdhanraj@gmail.com>
Repository: CRAN
Date/Publication: 2024-11-18 13:10:02 UTC
Built: R 4.4.3; ; 2025-10-13 09:04:20 UTC; windows
