Online dynamic scheduling for multi-compartment AGV and cobot in manufacturing systems via remaining processing time integration.
https://doi.org/10.1007/s00170-026-18281-5
#Jenetics #GeneticAlgorithm #EvolutionaryAlgorithm #SmartManufacturing #DigitalTwin #OnlineScheduling #MultiCompartmentAGV #CollaborativeRobot
Online dynamic scheduling for multi-compartment AGV and cobot in manufacturing systems via remaining processing time integration - The International Journal of Advanced Manufacturing Technology

This paper presents an online scheduling framework for a multi-compartment Automated Guided Vehicle (AGV) with optional onboard cobot, embedded in a Digital Twin environment that provides real-time machine-state data. The scheduler is a Genetic Algorithm (GA) with mission-index encoding and feasibility-by-construction initialization, generating valid sequences under capacity, traceability, and precedence constraints. To isolate the value of machine-state awareness, the GA operates in two modes: an RPT-blind baseline using logistics data only, and an RPT-aware extension that integrates machine Remaining Processing Time (RPT) into feasibility and fitness evaluation. Validation across eleven scenarios on a precision aerospace workshop reveals that the impact of RPT-awareness is regime-dependent. In non-saturated and capacity-constrained settings, readiness-driven synchronization reduces transport waste (Trip Time −34–51%, Empty Trip Time −54–70% vs. RPT-blind) but increases makespan by 5–11%, because conservative waiting can delay feeding of bottleneck resources. In coordination-sensitive and high-mix regimes, RPT-awareness improves both dimensions simultaneously, reducing makespan by up to 10% (810 $$\rightarrow$$ 728 min) alongside comparable logistics gains. Relative to the FIFO baseline representing current industrial practice, GA-based automation reduces Trip Time by 15–60% and Empty Trip Time by 15–77%. RPT-awareness also enables proactive cobot scheduling, completing all eligible inline missions (up to 29 per shift versus 4–9 in RPT-blind mode). The results indicate that RPT-aware scheduling is most effective where coordination complexity, rather than processing capacity, bounds system performance.

SpringerLink

The statistical framework of AstroGeoFit. 1. The AstroGeoFit model. By Nathan Hara, LAM.

https://solarsystem.video/w/gYH7xQyhs5HTYAXutGsM9g

The statistical framework of AstroGeoFit. 1. The AstroGeoFit model. By Nathan Hara, LAM.

PeerTube
One Open-source Project Daily

🦄 An Artificial Inteligence to teach Google's Dinosaur to jump cactus

https://github.com/ivanseidel/IAMDinosaur

#1ospd #opensource #artificialintelligence #dino #geneticalgorithm #genome #googledinosaur #neuralnetwork
GitHub - ivanseidel/IAMDinosaur: 🦄 An Artificial Inteligence to teach Google's Dinosaur to jump cactus

🦄 An Artificial Inteligence to teach Google's Dinosaur to jump cactus - ivanseidel/IAMDinosaur

GitHub
Release v9.0.0 · jenetics/jenetics

Improvements Update Java 25 and optimize code for new Java version. #917: ScopedValue for RandomRegistry class. #940: Remove deprecated API. #955: Make IntStream counting more robust.

GitHub
Seasonal Reconfiguration of Electrical Distribution Systems to Mitigate the Impact of Electric Vehicle Charging,
https://ieeexplore.ieee.org/document/11298634
#Jenetics #GeneticAlgorithm #DistributedNetworks #Optimization #PowerLosses #EnergyLoss #VehicleToGrid #ElectricVehicle

Theo Jansen still at it with full force... (life goals!)

Strandbeest evolution 2025
https://youtube.com/watch?v=ANhA94ZqnEQ

...and obligatory re-sharing of some pics of our joint generative design workshop in 2013, incl. Theo's graveyard of older Strandbeests and mechanisms:

https://www.flickr.com/photos/toxi/albums/72157633305609130/

Also remembering that already back then he was very worried about the manufacturer discontinuing the specific pipes used as raw materials for these creatures and therefore bought several kilometers of piping as reserve in advance, to future proof his project and not having to potentially recalculate/recalibrate all the designs...

#TheoJansen #Strandbeest #KineticArt #GenerativeArt #GeneticAlgorithm

Strandbeest evolution 2025

YouTube

I wonder why genetic programming so often uses a Lisp-inspired paradigm instead of a Forth-inspired one. They are both extremely simple to implement, but Forth has the advantage of being expressible as a linear sequence, so standard genetic algorithm operators can be used on it. If you find Lisp syntax more readable, it would be easy to translate, since they are both inherently nested.

#GeneticProgramming
#GeneticAlgorithm
#Lisp
#Forth