Zum Hauptinhalt springen

Showing 1–8 of 8 results for author: Moscato, P

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

    cs.NE cs.AI cs.DM

    A Memetic Algorithm To Find a Hamiltonian Cycle in a Hamiltonian Graph

    Authors: Sarwan Ali, Pablo Moscato

    Abstract: We present a memetic algorithm (\maa) approach for finding a Hamiltonian cycle in a Hamiltonian graph. The \ma is based on a proven approach to the Asymmetric Travelling Salesman Problem (\atspp) that, in this contribution, is boosted by the introduction of more powerful local searches. Our approach also introduces a novel technique that sparsifies the input graph under consideration for Hamiltoni… ▽ More

    Submitted 1 February, 2024; originally announced March 2024.

  2. Multiple regression techniques for modeling dates of first performances of Shakespeare-era plays

    Authors: Pablo Moscato, Hugh Craig, Gabriel Egan, Mohammad Nazmul Haque, Kevin Huang, Julia Sloan, Jon Corrales de Oliveira

    Abstract: The date of the first performance of a play of Shakespeare's time must usually be guessed with reference to multiple indirect external sources, or to some aspect of the content or style of the play. Identifying these dates is important to literary history and to accounts of developing authorial styles, such as Shakespeare's. In this study, we took a set of Shakespeare-era plays (181 plays from the… ▽ More

    Submitted 14 April, 2021; v1 submitted 13 April, 2021; originally announced April 2021.

    Comments: Submitted to Expert Systems with Applications

    Journal ref: Expert Systems with Applications (2022): 116903

  3. arXiv:2012.03774  [pdf, other

    cs.LG cond-mat.supr-con cs.AI cs.NE

    Learning to extrapolate using continued fractions: Predicting the critical temperature of superconductor materials

    Authors: Pablo Moscato, Mohammad Nazmul Haque, Kevin Huang, Julia Sloan, Jon C. de Oliveira

    Abstract: In the field of Artificial Intelligence (AI) and Machine Learning (ML), the approximation of unknown target functions $y=f(\mathbf{x})$ using limited instances $S={(\mathbf{x^{(i)}},y^{(i)})}$, where $\mathbf{x^{(i)}} \in D$ and $D$ represents the domain of interest, is a common objective. We refer to $S$ as the training set and aim to identify a low-complexity mathematical model that can effectiv… ▽ More

    Submitted 10 July, 2023; v1 submitted 26 November, 2020; originally announced December 2020.

    Comments: Submitted to Algorithms ( ISSN: 1999-4893 )

    Journal ref: Algorithms 2023, 16(8), 382

  4. Analytic Continued Fractions for Regression: A Memetic Algorithm Approach

    Authors: Pablo Moscato, Haoyuan Sun, Mohammad Nazmul Haque

    Abstract: We present an approach for regression problems that employs analytic continued fractions as a novel representation. Comparative computational results using a memetic algorithm are reported in this work. Our experiments included fifteen other different machine learning approaches including five genetic programming methods for symbolic regression and ten machine learning methods. The comparison on t… ▽ More

    Submitted 17 December, 2019; originally announced January 2020.

    Comments: Submitted to Expert Systems with Applications

    Journal ref: Expert Systems with Applications 179 (2021): 115018

  5. mQAPViz: A divide-and-conquer multi-objective optimization algorithm to compute large data visualizations

    Authors: Claudio Sanhueza, Francia Jiménez, Regina Berretta, Pablo Moscato

    Abstract: Algorithms for data visualizations are essential tools for transforming data into useful narratives. Unfortunately, very few visualization algorithms can handle the large datasets of many real-world scenarios. In this study, we address the visualization of these datasets as a Multi-Objective Optimization Problem. We propose mQAPViz, a divide-and-conquer multi-objective optimization algorithm to co… ▽ More

    Submitted 29 October, 2018; v1 submitted 2 April, 2018; originally announced April 2018.

    Comments: Proceeding GECCO 18 Proceedings of the Genetic and Evolutionary Computation Conference. Pages 737-744 Kyoto, Japan - July 15 - 19, 2018

  6. PasMoQAP: A Parallel Asynchronous Memetic Algorithm for solving the Multi-Objective Quadratic Assignment Problem

    Authors: Claudio Sanhueza, Francia Jimenez, Regina Berretta, Pablo Moscato

    Abstract: Multi-Objective Optimization Problems (MOPs) have attracted growing attention during the last decades. Multi-Objective Evolutionary Algorithms (MOEAs) have been extensively used to address MOPs because are able to approximate a set of non-dominated high-quality solutions. The Multi-Objective Quadratic Assignment Problem (mQAP) is a MOP. The mQAP is a generalization of the classical QAP which has b… ▽ More

    Submitted 27 June, 2017; originally announced June 2017.

    Comments: 8 pages, 3 figures, 2 tables. Accepted at Conference on Evolutionary Computation 2017 (CEC 2017)

  7. arXiv:1706.04721  [pdf, other

    cs.AI cs.LG

    Target Curricula via Selection of Minimum Feature Sets: a Case Study in Boolean Networks

    Authors: Shannon Fenn, Pablo Moscato

    Abstract: We consider the effect of introducing a curriculum of targets when training Boolean models on supervised Multi Label Classification (MLC) problems. In particular, we consider how to order targets in the absence of prior knowledge, and how such a curriculum may be enforced when using meta-heuristics to train discrete non-linear models. We show that hierarchical dependencies between targets can be… ▽ More

    Submitted 31 October, 2017; v1 submitted 14 June, 2017; originally announced June 2017.

    Comments: Accepted for publication in JMLR issue 18

  8. arXiv:1604.03243  [pdf, other

    cs.CC cs.AI cs.DS

    Separating Sets of Strings by Finding Matching Patterns is Almost Always Hard

    Authors: Giuseppe Lancia, Luke Mathieson, Pablo Moscato

    Abstract: We study the complexity of the problem of searching for a set of patterns that separate two given sets of strings. This problem has applications in a wide variety of areas, most notably in data mining, computational biology, and in understanding the complexity of genetic algorithms. We show that the basic problem of finding a small set of patterns that match one set of strings but do not match any… ▽ More

    Submitted 18 December, 2016; v1 submitted 12 April, 2016; originally announced April 2016.

    ACM Class: F.2.2