Skip to main content

Showing 1–5 of 5 results for author: Wallace, G

Searching in archive cs. Search in all archives.
.
  1. arXiv:2411.05263  [pdf, ps, other

    cs.AI

    Minimal Conditions for Beneficial Neighbourhood Search and Local Descent

    Authors: Mark G. Wallace

    Abstract: This paper investigates what properties a neighbourhood requires to support beneficial local search. We show that neighbourhood locality, and a reduction in cost probability towards the optimum, support a proof that search among neighbours is more likely to find an improving solution in a single search step than blind search. This is the first paper to introduce such a proof. The concepts underlyi… ▽ More

    Submitted 7 November, 2024; originally announced November 2024.

  2. arXiv:2409.06122  [pdf, other

    cs.AI cs.SE

    Case Study: Leveraging GenAI to Build AI-based Surrogates and Regressors for Modeling Radio Frequency Heating in Fusion Energy Science

    Authors: E. Wes Bethel, Vianna Cramer, Alexander del Rio, Lothar Narins, Chris Pestano, Satvik Verma, Erick Arias, Nicola Bertelli, Talita Perciano, Syun'ichi Shiraiwa, Álvaro Sánchez Villar, Greg Wallace, John C. Wright

    Abstract: This work presents a detailed case study on using Generative AI (GenAI) to develop AI surrogates for simulation models in fusion energy research. The scope includes the methodology, implementation, and results of using GenAI to assist in model development and optimization, comparing these results with previous manually developed models.

    Submitted 9 September, 2024; originally announced September 2024.

    Report number: LBNL-2001609

  3. arXiv:2110.08741  [pdf, ps, other

    cs.NE cs.LO

    Minimal Conditions for Beneficial Local Search

    Authors: Mark G Wallace

    Abstract: This paper investigates why it is beneficial, when solving a problem, to search in the neighbourhood of a current solution. The paper identifies properties of problems and neighbourhoods that support two novel proofs that neighbourhood search is beneficial over blind search. These are: firstly a proof that search within the neighbourhood is more likely to find an improving solution in a single sea… ▽ More

    Submitted 6 February, 2022; v1 submitted 17 October, 2021; originally announced October 2021.

    Comments: 36 pages plus 20 pages of appendix

  4. arXiv:1910.10231  [pdf

    cs.LG cs.NE

    Deep Learning at the Edge

    Authors: Sahar Voghoei, Navid Hashemi Tonekaboni, Jason G. Wallace, Hamid R. Arabnia

    Abstract: The ever-increasing number of Internet of Things (IoT) devices has created a new computing paradigm, called edge computing, where most of the computations are performed at the edge devices, rather than on centralized servers. An edge device is an electronic device that provides connections to service providers and other edge devices; typically, such devices have limited resources. Since edge devic… ▽ More

    Submitted 22 October, 2019; originally announced October 2019.

    Comments: 7 Pages, 79 References, CSCI2018

  5. arXiv:1009.0347  [pdf, other

    cs.AI

    Solving the Resource Constrained Project Scheduling Problem with Generalized Precedences by Lazy Clause Generation

    Authors: Andreas Schutt, Thibaut Feydy, Peter J. Stuckey, Mark G. Wallace

    Abstract: The technical report presents a generic exact solution approach for minimizing the project duration of the resource-constrained project scheduling problem with generalized precedences (Rcpsp/max). The approach uses lazy clause generation, i.e., a hybrid of finite domain and Boolean satisfiability solving, in order to apply nogood learning and conflict-driven search on the solution generation. Our… ▽ More

    Submitted 2 September, 2010; originally announced September 2010.

    Comments: 37 pages, 3 figures, 16 tables

    ACM Class: G.1.6, F.4.1