Discovering Effective Policies for Land-Use Planning with Neuroevolution

Read original: arXiv:2311.12304 - Published 4/3/2024 by Risto Miikkulainen, Olivier Francon, Daniel Young, Elliot Meyerson, Clemens Schwingshackl, Jacob Bieker, Hugo Cunha, Babak Hodjat
Total Score

0

🤷

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • Land-use decisions have a major impact on the Earth's carbon balance and climate change.
  • Historical data on land-use changes can be used to train a surrogate model that simulates the carbon emissions and removals associated with different land-use options.
  • An evolutionary search process can then be used to discover effective land-use policies for specific locations.
  • The researchers built such a system on the Project Resilience platform and evaluated it using the LUH2 land-use dataset and the BLUE bookkeeping model.
  • The system generates Pareto fronts that balance carbon impact and land-use change, providing a tool for land-use planning.

Plain English Explanation

How we use land - whether for forests, cities, or agriculture - has a big effect on the carbon in the environment and climate change. Researchers looked at historical data on how land has been used over time and used that to create a model that can simulate the carbon impacts of different land-use choices.

They then used an evolutionary search process to find the best land-use policies for specific places, balancing the carbon impacts with the amount of change needed. The researchers built this system on the Project Resilience platform and tested it using existing land-use data and carbon models.

The system generates graphs showing the trade-offs between carbon impact and land-use change, which could be a useful tool to help decision-makers plan how land should be used in a way that minimizes the effects on the climate.

Technical Explanation

The researchers used historical data on land-use changes and associated carbon emissions and removals to train a surrogate model that could efficiently simulate the carbon impacts of different land-use options. They then applied an evolutionary search algorithm to this model to discover effective land-use policies for specific locations, generating Pareto fronts that balanced carbon impact and the amount of land-use change.

The system was built on the Project Resilience platform and evaluated using the LUH2 land-use dataset and the BLUE bookkeeping model. The Pareto fronts generated by the system provide a way to visualize the trade-offs between carbon outcomes and land-use changes, potentially assisting decision-makers in identifying desirable land-use policies.

Critical Analysis

The paper provides a promising approach for using historical data and simulation models to explore land-use options and their carbon impacts. However, the accuracy of the surrogate model and the evolutionary search process likely depend heavily on the quality and completeness of the underlying data and carbon accounting methods.

Additionally, the paper does not address how these land-use planning tools would be implemented in practice, or the social, economic, and political factors that would influence real-world land-use decisions. Further research would be needed to understand how this system could be applied and integrated with other decision-making processes.

Conclusion

This research demonstrates how data-driven modeling and optimization techniques can be used to inform land-use planning with the goal of mitigating climate change. By generating Pareto fronts that balance carbon impacts and land-use changes, the system provides a potentially useful decision support tool for policymakers and land managers. However, the practical application of such a system would require addressing issues of data quality, stakeholder engagement, and the complex realities of land-use governance.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🤷

Total Score

0

Discovering Effective Policies for Land-Use Planning with Neuroevolution

Risto Miikkulainen, Olivier Francon, Daniel Young, Elliot Meyerson, Clemens Schwingshackl, Jacob Bieker, Hugo Cunha, Babak Hodjat

How areas of land are allocated for different uses, such as forests, urban areas, and agriculture, has a large effect on the terrestrial carbon balance, and therefore climate change. Based on available historical data on land-use changes and a simulation of the associated carbon emissions and removals, a surrogate model can be learned that makes it possible to evaluate the different options available to decision-makers efficiently. An evolutionary search process can then be used to discover effective land-use policies for specific locations. Such a system was built on the Project Resilience platform and evaluated with the Land-Use Harmonization dataset LUH2 and the bookkeeping model BLUE. It generates Pareto fronts that trade off carbon impact and amount of land-use change customized to different locations, thus providing a potentially useful tool for land-use planning.

Read more

4/3/2024

Combining Neuroevolution with the Search for Novelty to Improve the Generation of Test Inputs for Games
Total Score

0

Combining Neuroevolution with the Search for Novelty to Improve the Generation of Test Inputs for Games

Patric Feldmeier, Gordon Fraser

As games challenge traditional automated white-box test generators, the Neatest approach generates test suites consisting of neural networks that exercise the source code by playing the games. Neatest generates these neural networks using an evolutionary algorithm that is guided by an objective function targeting individual source code statements. This approach works well if the objective function provides sufficient guidance, but deceiving or complex fitness landscapes may inhibit the search. In this paper, we investigate whether the issue of challenging fitness landscapes can be addressed by promoting novel behaviours during the search. Our case study on two Scratch games demonstrates that rewarding novel behaviours is a promising approach for overcoming challenging fitness landscapes, thus enabling future research on how to adapt the search algorithms to best use this information.

Read more

7/9/2024

↗️

Total Score

0

Enhancing Regression Models for Complex Systems Using Evolutionary Techniques for Feature Engineering

Patricia Arroba, Jos'e L. Risco-Mart'in, Marina Zapater, Jos'e M. Moya, Jos'e L. Ayala

This work proposes an automatic methodology for modeling complex systems. Our methodology is based on the combination of Grammatical Evolution and classical regression to obtain an optimal set of features that take part of a linear and convex model. This technique provides both Feature Engineering and Symbolic Regression in order to infer accurate models with no effort or designer's expertise requirements. As advanced Cloud services are becoming mainstream, the contribution of data centers in the overall power consumption of modern cities is growing dramatically. These facilities consume from 10 to 100 times more power per square foot than typical office buildings. Modeling the power consumption for these infrastructures is crucial to anticipate the effects of aggressive optimization policies, but accurate and fast power modeling is a complex challenge for high-end servers not yet satisfied by analytical approaches. For this case study, our methodology minimizes error in power prediction. This work has been tested using real Cloud applications resulting on an average error in power estimation of 3.98%. Our work improves the possibilities of deriving Cloud energy efficient policies in Cloud data centers being applicable to other computing environments with similar characteristics.

Read more

7/2/2024

⚙️

Total Score

0

Dealing with Structure Constraints in Evolutionary Pareto Set Learning

Xi Lin, Xiaoyuan Zhang, Zhiyuan Yang, Qingfu Zhang

In the past few decades, many multiobjective evolutionary optimization algorithms (MOEAs) have been proposed to find a finite set of approximate Pareto solutions for a given problem in a single run, each with its own structure. However, in many real-world applications, it could be desirable to have structure constraints on the entire optimal solution set, which define the patterns shared among all solutions. The current population-based MOEAs cannot properly handle such requirements. In this work, we make the first attempt to incorporate the structure constraints into the whole solution set by a single Pareto set model, which can be efficiently learned by a simple evolutionary stochastic optimization method. With our proposed method, the decision-makers can flexibly trade off the Pareto optimality with preferred structures among all solutions, which is not supported by previous MOEAs. A set of experiments on benchmark test suites and real-world application problems fully demonstrates the efficiency of our proposed method.

Read more

4/30/2024