Skip to content

Commit

Permalink
* biblio.bib (LopezIbanezPhD): Fix url.
Browse files Browse the repository at this point in the history
 * articles.bib (NebLopGarCoe2023automopso): add abstract.
  • Loading branch information
MLopez-Ibanez committed Dec 3, 2023
1 parent ef63297 commit f2083d7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: 💡 Check out repository code
uses: actions/checkout@v3
with:
fetch-depth: 0
fetch-depth: 1

- name: "💡 List files in the repository."
run: |
Expand Down
22 changes: 21 additions & 1 deletion articles.bib
Original file line number Diff line number Diff line change
Expand Up @@ -13084,7 +13084,27 @@ @Article{NebLopGarCoe2023automopso
optimizers: experimentation and analysis},
journal = swarm,
year = 2023,
doi = {10.1007/s11721-023-00227-2}
doi = {10.1007/s11721-023-00227-2},
abstract = {Research in multi-objective particle swarm optimizers
(MOPSOs) progresses by proposing one new MOPSO at a time. In
spite of the commonalities among different MOPSOs, it is
often unclear which algorithmic components are crucial for
explaining the performance of a particular MOPSO
design. Moreover, it is expected that different designs may
perform best on different problem families and identifying a
best overall MOPSO is a challenging task. We tackle this
challenge here by: (1) proposing AutoMOPSO, a flexible
algorithmic template for designing MOPSOs with a design space
that can instantiate thousands of potential MOPSOs; and (2)
searching for good-performing MOPSO designs given a family of
training problems by means of an automatic configuration tool
(irace). We apply this automatic design methodology to
generate a MOPSO that significantly outperforms two
state-of-the-art MOPSOs on four well-known bi-objective
problem families. We also identify the key design choices and
parameters of the winning MOPSO by means of
ablation. AutoMOPSO is publicly available as part of the
jMetal framework.}
}

@Article{NebLunAlb2008abyss,
Expand Down
2 changes: 1 addition & 1 deletion biblio.bib
Original file line number Diff line number Diff line change
Expand Up @@ -8162,7 +8162,7 @@ @PhDThesis{LopezIbanezPhD
school = {School of Engineering and the Built Environment},
year = 2009,
address = {Edinburgh Napier University, UK},
url = {http://researchrepository.napier.ac.uk/id/eprint/3044},
url = {https://researchrepository.napier.ac.uk/id/eprint/3044},
}

@InCollection{LosSchSeb2012ppsn,
Expand Down

0 comments on commit f2083d7

Please sign in to comment.