Skip to content
forked from rishemjit/CODO

Over the last decades, a lot of research has been carried out to bring forward many nature-inspired, optimization techniques. The behaviour pattern of natural phenomena such as evolution of species, working of neural networks etc. has been effectively simulated to perform various computing tasks. SitoLIB is an open source library for human opini…

License

Notifications You must be signed in to change notification settings

riteshcanfly/CODO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CODO

Over the last decades, a lot of research has been carried out to bring forward many nature-inspired, optimization techniques. The behaviour pattern of natural phenomena such as evolution of species, working of neural networks etc. has been effectively simulated to perform various computing tasks. SitoLIB is an open source library for human opinion formation based optimizer. It includes social impact theory based optimizer (SITO) and Durkheim's theory of social integration based optimizer(CODO). The goal is to develop an easy to understand, general-purpose software library which can be incorporated in application-specific systems. The present version of library includes the binary version and continuous(real-valued) version of the optimizer. Our binary implementation is based on theory of social impact given by [Latane, 1981] and pseudo code of the optimizer given by [Macas, 2008]. The continuous implementation referred as Continuous Opinion Dynamics Optimizer (CODO) is based on Durkheim's theory of social integration[Durkheim,1997] and pseudo code of the optimizer given by [Rishemjit, 2013]. So far, one variant of CODO and three different variants of SITO are implemented in the library for minimization of objection function which includes • OSITO (original SITO algorithm), • SSITOsum (Simplified SITO with SUM rule), SSITOmean Simplified SITO with MEAN rule) and • GSITO (Galam-inspired SITO). These variants have been effectively brought into use in different applications such as feature subset selection using UCI machine learning repository datasets [Macas, 2007], itongue optimization [Bhondekar, 2011], and enhancing e-nose performance [R. Kaur, 2012]. CODO has been used for optimization of complex mathematical functions[R. Kaur, 2013]

Paper- Human opinion dynamics: An inspiration to solve complex optimization problemsHuman opinion dynamics: An inspiration to solve complex optimization problems https://www.nature.com/articles/srep03008

About

Over the last decades, a lot of research has been carried out to bring forward many nature-inspired, optimization techniques. The behaviour pattern of natural phenomena such as evolution of species, working of neural networks etc. has been effectively simulated to perform various computing tasks. SitoLIB is an open source library for human opini…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 99.6%
  • M 0.4%