paper-with-me

홈 › Papers

JCLEC-MO: a Java suite for solving many-objective optimization engineering problems

2024-02-28 · Aurora Ramírez, José Raúl Romero, Carlos García-Martínez, Sebastián Ventura

Although metaheuristics have been widely recognized as efficient techniques to solve real-world optimization problems, implementing them from scratch remains difficult for domain-specific experts without programming skills. In this scenario, metaheuristic optimization frameworks are a practical alternative as they provide a variety of algorithms composed of customized elements, as well as experimental support. Recently, many engineering problems require to optimize multiple or even many objectives, increasing the interest in appropriate metaheuristic algorithms and frameworks that might integrate new specific requirements while maintaining the generality and reusability principles they were conceived for. Based on this idea, this paper introduces JCLEC-MO, a Java framework for both multi- and many-objective optimization that enables engineers to apply, or adapt, a great number of multi-objective algorithms with little coding effort. A case study is developed and explained to show how JCLEC-MO can be used to address many-objective engineering problems, often requiring the inclusion of domain-specific elements, and to analyze experimental outcomes by means of conveniently connected R utilities.

📄 PDF Abstract BibTeX arXiv:2402.18616

Code (0)

등록된 구현이 없습니다.

Tasks

Metaheuristic Optimization

Similar Papers 제목 키워드 기반

An Easy-to-use Real-world Multi-objective Optimization Problem Suite

2020-09-27 · Ryoji Tanabe, Hisao Ishibuchi

Although synthetic test problems are widely used for the performance assessment of evolutionary multi-objective optimization algorithms, they are likely to include unrealistic properties which may lead to overestimation/…

OpenML Benchmarking Suites

2017-08-11 · Bernd Bischl, Giuseppe Casalicchio, Matthias Feurer, Pieter Gijsbers 외

Machine learning research depends on objectively interpretable, comparable, and reproducible algorithm benchmarks. We advocate the use of curated, comprehensive suites of machine learning tasks to standardize the setup, …

BenchmarkingBIG-bench Machine LearningGeneral Classification

Testing Global Constraints

2018-07-11 · Aurélie Massart, Valentin Rombouts, Pierre Schaus

Every Constraint Programming (CP) solver exposes a library of constraints for solving combinatorial problems. In order to be useful, CP solvers need to be bug-free. Therefore the testing of the solver is crucial to make …

ARC

SWE-bench-java: A GitHub Issue Resolving Benchmark for Java

2024-08-26 · Daoguang Zan, Zhirong Huang, Ailun Yu, Shaoxin Lin 외

GitHub issue resolving is a critical task in software engineering, recently gaining significant attention in both industry and academia. Within this task, SWE-bench has been released to evaluate issue resolving capabilit…

Resolving Java Code Repository Issues with iSWE Agent

2026-03-11 · Jatin Ganhotra, Sami Serhan, Antonio Abu Nassar, Avraham Shinnar 외 arxiv

Resolving issues on code repositories is an important part of software engineering. Various recent systems automatically resolve issues using large language models and agents, often with impressive performance. Unfortuna…