├── BACAP_TC ├── CreateNewSol.m ├── Crossover.m ├── Experiment │ ├── GA_15.jpg │ ├── GA_15_1.jpg │ ├── GA_40.jpg │ ├── GA_40_1.jpg │ ├── GA_8.jpg │ ├── GA_8_1.jpg │ ├── GA_Curve_15.jpg │ ├── GA_Curve_40.jpg │ ├── GA_Curve_8.jpg │ ├── PSO_15.jpg │ ├── PSO_15_1.jpg │ ├── PSO_40.jpg │ ├── PSO_40_1.jpg │ ├── PSO_8.jpg │ ├── PSO_8_1.jpg │ ├── PSO_Curve_15.jpg │ ├── PSO_Curve_40.jpg │ ├── PSO_Curve_8.jpg │ ├── SA_15.jpg │ ├── SA_15_1.jpg │ ├── SA_40.jpg │ ├── SA_40_1.jpg │ ├── SA_8.jpg │ ├── SA_8_1.jpg │ ├── SA_Curve_15.jpg │ ├── SA_Curve_40.jpg │ ├── SA_Curve_8.jpg │ └── Solver_8.jpg ├── Expriment.m ├── Fitness.m ├── GeneticAlgorithm.m ├── InHighWater.m ├── InitPop.m ├── Mutation.m ├── NotOverlap.m ├── ParticleSwarmOptimizationAlgorithm.m ├── Select.m ├── SimulateAnnealAlgorithm.m ├── Solver.m └── intlinprog.m ├── BAP_CC ├── MultiWharf_Experiment.m ├── SingleWharf_Experiment.m └── intlinprog.m ├── LICENSE └── README.txt /BACAP_TC/CreateNewSol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/CreateNewSol.m -------------------------------------------------------------------------------- /BACAP_TC/Crossover.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Crossover.m -------------------------------------------------------------------------------- /BACAP_TC/Experiment/GA_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/GA_15.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/GA_15_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/GA_15_1.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/GA_40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/GA_40.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/GA_40_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/GA_40_1.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/GA_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/GA_8.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/GA_8_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/GA_8_1.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/GA_Curve_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/GA_Curve_15.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/GA_Curve_40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/GA_Curve_40.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/GA_Curve_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/GA_Curve_8.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/PSO_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/PSO_15.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/PSO_15_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/PSO_15_1.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/PSO_40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/PSO_40.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/PSO_40_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/PSO_40_1.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/PSO_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/PSO_8.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/PSO_8_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/PSO_8_1.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/PSO_Curve_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/PSO_Curve_15.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/PSO_Curve_40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/PSO_Curve_40.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/PSO_Curve_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/PSO_Curve_8.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/SA_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/SA_15.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/SA_15_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/SA_15_1.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/SA_40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/SA_40.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/SA_40_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/SA_40_1.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/SA_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/SA_8.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/SA_8_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/SA_8_1.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/SA_Curve_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/SA_Curve_15.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/SA_Curve_40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/SA_Curve_40.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/SA_Curve_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/SA_Curve_8.jpg -------------------------------------------------------------------------------- /BACAP_TC/Experiment/Solver_8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Experiment/Solver_8.jpg -------------------------------------------------------------------------------- /BACAP_TC/Expriment.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Expriment.m -------------------------------------------------------------------------------- /BACAP_TC/Fitness.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Fitness.m -------------------------------------------------------------------------------- /BACAP_TC/GeneticAlgorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/GeneticAlgorithm.m -------------------------------------------------------------------------------- /BACAP_TC/InHighWater.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/InHighWater.m -------------------------------------------------------------------------------- /BACAP_TC/InitPop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/InitPop.m -------------------------------------------------------------------------------- /BACAP_TC/Mutation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Mutation.m -------------------------------------------------------------------------------- /BACAP_TC/NotOverlap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/NotOverlap.m -------------------------------------------------------------------------------- /BACAP_TC/ParticleSwarmOptimizationAlgorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/ParticleSwarmOptimizationAlgorithm.m -------------------------------------------------------------------------------- /BACAP_TC/Select.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Select.m -------------------------------------------------------------------------------- /BACAP_TC/SimulateAnnealAlgorithm.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/SimulateAnnealAlgorithm.m -------------------------------------------------------------------------------- /BACAP_TC/Solver.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/Solver.m -------------------------------------------------------------------------------- /BACAP_TC/intlinprog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BACAP_TC/intlinprog.m -------------------------------------------------------------------------------- /BAP_CC/MultiWharf_Experiment.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BAP_CC/MultiWharf_Experiment.m -------------------------------------------------------------------------------- /BAP_CC/SingleWharf_Experiment.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BAP_CC/SingleWharf_Experiment.m -------------------------------------------------------------------------------- /BAP_CC/intlinprog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/BAP_CC/intlinprog.m -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/LICENSE -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Hei5enber9/Berth-Allocation-Problem-with-Channel-and-Tidal-constraints/HEAD/README.txt --------------------------------------------------------------------------------