Skip to content

Introduction to optimization algorithms and applications

Notifications You must be signed in to change notification settings

jmsallan/optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

optimization

Introduction to optimization algorithms. In some cases, this code can refer to the functions implemented in the combheuristics package.

The present contents of the repository are:

  • GA: An introduction to genetic algorithms (GA) using R and MATLAB.
  • Flowshop: Some developments for the permutative flowshop problem (PFS). In GA_flowshop there is code implementing and testing the functionalities of the GA R package for the PFS. In GRASP_ILS and SA there are implementations of local search algorithms.
  • Rperformance: some code examining the performance of R code for optimization.

Releases

No releases published

Packages

No packages published

Languages