This repository contains tests using the Jaya optimization algorithm in R.
easy-test/
– Contains the Easy Test, a basic implementation of the Jaya algorithm.
The Easy Test applies the Jaya optimization algorithm to minimize a simple mathematical function.
easy-test/easy_test.Rmd
– R Markdown file with the implementation.
Navigate to the easy-test/
folder and run the .Rmd
file in RStudio to view the results.