Git Product home page Git Product logo

fit_data_by_custom_function's Introduction

Example program for Best-of-Random Differential Evolution (BoRDE) optimization method

This Fortran program provides an example use case to demonstrate the application of the Best-of-Random Differential Evolution (BoRDE) method with adaptive parameter setting.

The main program entry point is in file Fit_FunctionParam.f90, while the main Differential Evolution algorithm is in file/subroutine BestOfRandomDE, which is called from subroutine MinBoRDE. The code is not particularly polished or documented, but should provide interested users with an example as a starting point.

Origin and some details

The fit method used is a self-adaptive Best-of-Random Differential Evolution (BoRDE) variant based on the paper by Lin et al. (2010, J. Glob. Optim., https://doi.org/10.1007/s10898-010-9535-7, with some modifications by Andreas Zuend, who introduced the self-adaptive feature; see information in appendix of Zuend et al. (2010, Atmos. Chem. Phys., https://doi.org/10.5194/acp-10-7795-2010). Differential Evolution (DE) as a derivative-free optimization method was first introduced by Storn, R., and Price, K.V., (1996): "Minimizing the real function of the ICEC'96 contest by differential evolution", IEEE conf. on Evolutionary Computation, 842-844. The Fortran 90 DE code used here is based on the version written and distributed by Dr. Feng-Sheng Wang, Department of Chemical Engineering, National Chung Cheng University, Chia-Yi 621, Taiwan. It has only been modified slightly and not fully modernized.

fit_data_by_custom_function's People

Contributors

andizuend avatar

Stargazers

Federico E. Benelli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.