项目作者: ShuhuaGao

项目描述 :
Differential evolution in Julia.
高级语言: Julia
项目地址: git://github.com/ShuhuaGao/DifferentialEvolution.jl.git
创建时间: 2020-10-16T12:52:35Z
项目社区:https://github.com/ShuhuaGao/DifferentialEvolution.jl

开源协议:MIT License

下载


Differential Evolution in Julia

Install

Since this package is not registered, you can install it directly from GitHub as follows.
In Julia REPL, type

  1. ] add https://github.com/ShuhuaGao/DifferentialEvolution.jl

(The preceding ] tells the REPL to enter pkg mode.)

Documentation

Documentation Status

Examples

  1. Differential evolution for PV parameter estimation (nonlinear least squares regression): DE.ipynb