Promotion. The project was implemented by the
Korea Environment Institute (project 2021-013(R)).
REFERENCES
Liu, S. Y. (2020). Artificial intelligence (AI) in agriculture.
IT Professional, 22(3), 14-15.
Basirati, M., Billot, R., Meyer, P., & Bocher, E. (2021). Exact
zoning optimization model for marine spatial planning
(msp). Frontiers in Marine Science, 8, 726187.
Wang, J., Yang, X., Wang, Z., Ge, D., & Kang, J. (2022).
Monitoring Marine Aquaculture and Implications for
Marine Spatial Planning—An Example from Shandong
Province, China. Remote Sensing, 14(3), 732.
Boussarie, G., Kopp, D., Lavialle, G., Mouchet, M., &
Morfin, M. (2023). Marine spatial planning to solve
increasing conflicts at sea: A framework for prioritizing
offshore windfarms and marine protected areas. Journal
of Environmental Management, 339, 117857.
Janßen, H., Göke, C., & Luttmann, A. (2019). Knowledge
integration in Marine Spatial Planning: a practitioners'
view on decision support tools with special focus on
Marxan. Ocean & Coastal Management, 168, 130-138.
Fotakis, D. G., Sidiropoulos, E., Myronidis, D., & Ioannou,
K. (2012). Spatial genetic algorithm for multi-objective
forest planning. Forest Policy and Economics, 21, 12-19.
O'Reilly, C. M., Grilli, A. R., & Potty, G. R. (2012,
December). Offshore wind farm siting using a genetic
algorithm. In 2012 International Conference on Green
Technologies (ICGT) (pp. 208-214). IEEE.
Lubida, A., Veysipanah, M., Pilesjo, P., & Mansourian, A.
(2019). Land-use planning for sustainable urban
development in Africa: A spatial and multi-objective
optimization approach. Geodesy and cartography,
45(1), 1-15.
Gissi, E., Fraschetti, S., & Micheli, F. (2019). Incorporating
change in marine spatial planning: A review.
Environmental Science & Policy, 92, 191-200.
Anderson, C. A., Jones, K. F., & Ryan, J. (1991). A two-
dimensional genetic algorithm for the Ising problem.
Complex Systems, 5(3), 327-334.
Im, C. H., Jung, H. K., & Kim, Y. J. (2003). Hybrid genetic
algorithm for electromagnetic topology optimization.
IEEE Transactions on Magnetics, 39(5), 2163-2169.
Paik, K. (2011). Optimization approach for 4-D natural
landscape evolution. IEEE transactions on evolutionary
computation, 15(5), 684-691.
APPENDIX
Comparing Methods with Respect to Each
Score and the Number of Clusters that
Constitutes Fitness
The graph presented in Figure 5(a) showcases the
comparison of experimental results, highlighting the
superiority of our GA. It focuses on two key
parameters: the conflict score and the number of
clusters. In this graph, lower values are considered
better, indicating improved performance.
Figure 5(b) displays the performance scores of
each use case. Higher values in this graph indicate
better overall performance.
Together, these two figures provide a
comprehensive visual representation of how our GA
outperforms other approaches in terms of conflict
resolution, cluster numbers, and overall evaluation
scores.
Block Uniform Crossover in Our Genetic
Algorithm
Figure 6 depicts the concept of block uniform
crossover, which serves as an extension of one-point
crossover into two dimensions. This technique
involves the following steps:
1. Random Selection: A row cutting line and a
column cutting line are randomly selected
within the solution space.
2. Division of Solution Space: The selected
cutting lines divide the solution space into
four distinct regions.
3. Offspring Generation: The offspring is
generated by performing alternating parent
copy operations within each of the four
regions. This means that for each region,
the genetic material from one parent is
copied into the offspring, while the other
parent's genetic material is copied into the
next region, and so on.
The benefits of block uniform crossover are
twofold. First, it allows for the exploration of a
broader solution space by creating diverse
combinations of genetic material from the parents.
This increases the chances of discovering novel and
potentially superior solutions. Second, by
incorporating genetic material from both parents,
block uniform crossover helps to preserve and
combine beneficial traits, potentially leading to
offspring with enhanced performance.
Overall, block uniform crossover serves as a
valuable tool within the GA framework, particularly
in two-dimensional problem domains.