Alain Hertz

LG
h-index2
5papers
11citations
Novelty42%
AI Score43

5 Papers

OCDec 22, 2022
A machine learning framework for neighbor generation in metaheuristic search

Defeng Liu, Vincent Perreault, Alain Hertz et al.

This paper presents a methodology for integrating machine learning techniques into metaheuristics for solving combinatorial optimization problems. Namely, we propose a general machine learning framework for neighbor generation in metaheuristic search. We first define an efficient neighborhood structure constructed by applying a transformation to a selected subset of variables from the current solution. Then, the key of the proposed methodology is to generate promising neighbors by selecting a proper subset of variables that contains a descent of the objective in the solution space. To learn a good variable selection strategy, we formulate the problem as a classification task that exploits structural information from the characteristics of the problem and from high-quality solutions. We validate our methodology on two metaheuristic applications: a Tabu Search scheme for solving a Wireless Network Optimization problem and a Large Neighborhood Search heuristic for solving Mixed-Integer Programs. The experimental results show that our approach is able to achieve a satisfactory trade-off between the exploration of a larger solution space and the exploitation of high-quality solution regions on both applications.

9.3NIApr 20
Tabu Search for Tactical Wireless Network Design in Challenging Environments

Wisssem Ahmed Zaid, Alain Hertz

Tactical wireless networks play a vital role in ensuring reliable connectivity in scenarios where conventional telecommunications infrastructure is unavailable or damaged, such as areas impacted by natural disasters. These networks are designed to operate efficiently in difficult and unpredictable environments by adapting to the unique characteristics of the terrain. This research addresses a real-world challenge from the communications industry: designing tactical wireless networks that meet the specific constraints defined by our industrial partner, with the goal of optimizing signal strength and coverage while minimizing interference. To this end, we propose two tabu search algorithms that incorporate several heuristic subroutines, enabling the efficient generation of high-quality network designs. Results from synthetic tests demonstrate that our approach produces networks rapidly and effectively, offering significant improvements over existing methods.

24.8NIMay 4
Sensitivity Analysis of Tactical Wireless Network Design Under Realistic Operational Constraints

Wissem Ahmed Zaid, Alain Hertz

The design of tactical wireless networks reflects a complex interplay among structural constraints, technological choices, and underlying modeling assumptions. Although optimization-based approaches have been widely explored, the impact of configuration parameters on network topology quality and overall performance is still not fully understood. This paper presents a comprehensive sensitivity analysis of tactical wireless network design under realistic operational constraints. It systematically investigates three categories of parameters: (i) structural topology rules, including master hub selection; (ii) technological factors such as antenna beamwidth; and (iii) modeling parameters embedded in the objective formulation. Optimized topologies are produced using a Tabu Search metaheuristic, and statistical analyses based on the Friedman and Wilcoxon tests are performed to assess the significance of observed variations across different network sizes. The findings reveal scale-dependent technological transitions and threshold effects in structural constraints. The analysis differentiates parameters that fundamentally reshape network topology from those that primarily influence performance magnitude. Together, these insights provide practical guidance for parameter tuning and topology configuration in mission-critical tactical wireless deployments.

LGAug 11, 2025
Neural Logic Networks for Interpretable Classification

Vincent Perreault, Katsumi Inoue, Richard Labib et al.

Traditional neural networks have an impressive classification performance, but what they learn cannot be inspected, verified or extracted. Neural Logic Networks on the other hand have an interpretable structure that enables them to learn a logical mechanism relating the inputs and outputs with AND and OR operations. We generalize these networks with NOT operations and biases that take into account unobserved data and develop a rigorous logical and probabilistic modeling in terms of concept combinations to motivate their use. We also propose a novel factorized IF-THEN rule structure for the model as well as a modified learning algorithm. Our method improves the state-of-the-art in Boolean networks discovery and is able to learn relevant, interpretable rules in tabular classification, notably on examples from the medical and industrial fields where interpretability has tangible value.

LGMay 26, 2021
Exploring dual information in distance metric learning for clustering

Rodrigo Randel, Daniel Aloise, Alain Hertz

Distance metric learning algorithms aim to appropriately measure similarities and distances between data points. In the context of clustering, metric learning is typically applied with the assist of side-information provided by experts, most commonly expressed in the form of cannot-link and must-link constraints. In this setting, distance metric learning algorithms move closer pairs of data points involved in must-link constraints, while pairs of points involved in cannot-link constraints are moved away from each other. For these algorithms to be effective, it is important to use a distance metric that matches the expert knowledge, beliefs, and expectations, and the transformations made to stick to the side-information should preserve geometrical properties of the dataset. Also, it is interesting to filter the constraints provided by the experts to keep only the most useful and reject those that can harm the clustering process. To address these issues, we propose to exploit the dual information associated with the pairwise constraints of the semi-supervised clustering problem. Experiments clearly show that distance metric learning algorithms benefit from integrating this dual information.