ENN-SA process:
- Run ENN
- Export bias and weight of ENN
- Run SA by sa.m file
- Optimize bias and weight of ENN by SA
- Run ENN by optimized values of bias and weight
- Result of ENN-SA
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
ENN file detail:
- ENN.m ------------------------------------------------------> model runnig for multi-station drought prediction
#########################################################################################################################################
SA file details:
- sa.m --------------------------------------------------------> Simulated annealing runnig
- ApplyInsertion.m --------------------------------------------> Function of SA
- ApplyReversion.m --------------------------------------------> Function of SA
- ApplySwap.m -------------------------------------------------> Function of SA
- CreateModel.m -----------------------------------------------> Function of SA
- CreateNeighbor.m --------------------------------------------> Function of SA
- CreateRandomSolution.m --------------------------------------> Function of SA
- PlotSolution.m ----------------------------------------------> Function of SA
- RouletteWheelSelection.m ------------------------------------> Function of SA
- TourLength.m -----------------------------------------------> Function of SA