Skip to content

Matlab and C++ implementation of "Differential Evolution Algorithm"

Notifications You must be signed in to change notification settings

clks-wzz/DEtrain

Repository files navigation

DEtrain

Matlab and C++ implementation of "Differential Evolution Algorithm"

Run

  1. mex -O mexDE4ParamTuningCallMatlab.cpp
  2. run DE4ParamTuningCallMatlab.m

Make your own trainer

  1. encapsulate your loss code in the "LossFunction.m"
  2. adapt your own params in the "DE4ParamTuningCallMatlab.m"

About

Matlab and C++ implementation of "Differential Evolution Algorithm"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published