Passa ai contenuti principali

Evolutionary Computation in Transportation and Logistics

Ho il piacere di girare il seguente CFP.

1st call for papers: Evolutionary Computation in Transportation and Logistics 2011

Dear Colleague,

We would like to draw your attention to Evotranslog 2011, the 5th European event on Evolutionary Computation in Transportation and Logistics

EvoTransLog 2011 is incorporated in EvoStar 2011, which joins Europe s premier co-located conferences in the field of evolutionary computing, namely EuroGP, EvoCOP, EvoBIO, and the EvoApplications Conference on the Application of Evolutionary Computation.

EvoTransLog will be held in Torino, Italy, 27-29 April 2011. Submission deadline is November 22, 2010.

For more information, visit http://www.evostar.org

The impact of transportation and logistics on the modern economy and society has been growing steadily over the last few decades. The worldwide division of labour, the connection of distributed production centres, and the increased mobility of individuals lead to an increased demand for efficient solutions to problems in transport, logistics, and supply chain management.

Along with the development of more powerful computer systems, design and optimisation techniques like evolutionary computing approaches have been developed that allow us to use computers for the systematic design, optimisation, and improvement of systems. Evotranslog, Evolutionary Computation in Transportation and Logistics, addresses all aspects of the use of evolutionary computation, local search, matheuristics and other nature-inspired optimisation and design techniques for transport, logistics, and supply chain management.

Evotranslog gives researchers in the above-named fields, as well as people from industry, an opportunity to present their latest research and to discuss current developments and applications, besides fostering closer future interaction between members of different scientific communities.

Areas of interest and contributions:

Relevant application topics include (but are not limited to):
- transportation and supply networks;
- logistics;
- supply chain management;
- freight and passenger services;
- tracking and tracing;
- fleet and order management;
- modelling and traffic management;
- traffic simulation;
- individual and public transportation:
- inventory optimisation;
- routing and scheduling.


Publication details:

Accepted papers will appear in the proceedings of evo*, published in a volume of the Springer Lecture Notes in Computer Science, which will be available at the Conference.

Submission details:

Submissions must be original and not published elsewhere. The submissions will be peer reviewed by at least three members of the program committee. The authors of accepted papers will have to improve their paper on the basis of the reviewers comments and will be asked to send a camera ready version of their manuscripts. At least one author of each accepted work has to register for the conference and attend the conference and present the work.

The reviewing process will be double-blind, please omit information about the authors in the submitted paper.
Submit your manuscript in Springer lncs format.

Submission link:
http://myreview.csregistry.org/evoapps11

Page limit: 10 pages.

Evotranslog chairs:

Christian Prins
Charles Delaunay Institute
Troyes University of Technology > France
christian.prins ATT utt.fr

Joern Grahl
Department of Information Systems
Johannes Gutenberg University > Germany
grahl ATT uni-mainz.de

Commenti

Post popolari in questo blog

PuLP – Un valido strumento per la didattica

L'insegnamento dei concetti di base della ricerca operativa, ovvero la programmazione lineare, ha trovato nel corso degli ultimi anni diversi strumenti di supporto. Sono ormai parecchi i software gratuiti e open source che permettono agli studenti e agli insegnanti di toccare con mano le nozioni e i concetti spiegati e studiati sui banchi. Ricordiamo, ad esempio, glpk che con il suoi linguaggio di modellazione MathProg permettete di scrivere e risolvere anche complessi modelli di programmazione lineare intera. Oppure citiamo anche lp_solve che con il suo ambiente impropriamente chiamato lp_solve IDE permette di scrivere e risolvere modelli di programmazione lineare direttamente nella formulazione matematica. A mio avviso però le proposte appena citate sono limitate nella potenza espressiva e nelle capacità di integrarsi con altri software o moduli esterni. Queste limitazioni sono egregiamente risolte da PuLP : un modellatore di problemi di programmazione lineare intera basato ...

Digital Twin – Il caso Hyperloop

  Con il termine  hyperloop  si identificano una serie di tecnologie che promettono di rivoluzionare il trasporto di persone e cose. L’idea di base è molto semplice: far viaggiare all’interno di tubi, dove viene creato il vuoto, delle capsule ad alta velocità con binari a levitazione magnetica.   Credits: Virgin Hyperloop on instagram.com/p/CRHEB9ctQ6u/   Qualche tempo fa, mi è capitato di leggere un interessante articolo su come la progettazione della soluzione guidata dal gruppo Virgin, sia stata affiancata da analisi svolte mediante un sistema di ottimizzazione matematica. Come meglio descritto nel seguito, un digital twin, completamente basato su un modello matematico di ottimizzazione, permette di valutare le migliori scelte progettuali tenendo in considerazione i vari obiettivi di progetto.   La necessità di avere un digital twin nasce probabilmente dal fatto che le tecnologie  hyperloop  non hanno una base di partenza già esistente. No...

Che cos'è la riottimizzazione

Che cos'è la riottimizzazione Quando si parla di processi di ottimizzazione, la riottimizzazione copre un ruolo particolare. Scopriamo insieme cosa vuol dire. Introduzione Partiamo dalle basi e diciamo che risolvere un  problema di ottimizzazione  è la migliore risposta ad un problema del tipo:  “Qual è il modo migliore per fare una certa cosa? Facciamo un esempio.  Qual è il modo migliore per andare da Palermo a Bolzano, nel più breve tempo possibile, passando da 100 diverse località sparse per l’Italia?  Forse in tanti hanno riconosciuto il problema del  cammino di costo minimo : come visitare un grafo partendo da un nodo origine per arrivare ad un nodo destinazione minimizzando la somma dei costi, che vengono pagati ad ogni arco attraversato. A parte la difficoltà di descrivere in termini matematici il problema da risolvere e trascrivere tutto in un software funzionante, ci sono due aspetti specifici da tenere in considerazione: il...