Filter
Exclude
Time range
-
Near
Don’t Retrain, Just Reuse: Recovering Dual-Target Molecules from Single-Target Diffusion Models 1. The paper asks a practical question in structure-based drug design: instead of retraining or adding sampling-time guidance for dual-target generation, can dual-target ligands be recovered by searching the input noise space of a frozen single-target diffusion model, keeping both parameters and denoising dynamics unchanged? 2. It formalizes dual-target design as constrained multi-objective optimization over searched noise inputs and a final candidate panel, jointly optimizing (i) dual-target affinity with explicit balance, (ii) chemical quality (drug-likeness and synthesizability), and (iii) set-level diversity, under hard feasibility constraints. 3. The proposed method, REUSE, is a hierarchical evolutionary search in the generator’s input noise space: maintain a population of noise vectors, generate offspring via mutation/crossover/immigration, decode each noise vector into a small “molecular family,” and use family-level evidence (not a single sample) to score and evolve the population toward regions that reliably yield dual-target candidates. 4. A key design choice is family-based fitness: each noise input is evaluated by aggregating scores of the top-ranked molecules within its decoded family, reducing sensitivity to stochastic decoding and favoring noise regions that consistently produce good candidates rather than one-off lucky samples. 5. REUSE uses cost-aware multi-stage environmental selection (coarse-to-fine): cheap docking/chemistry proxies first filter large pools with feasibility-first ranking, then expensive high-fidelity docking is applied only to a reduced frontier; final output is a diverse panel (not a single molecule), with explicit similarity constraints to avoid redundancy. 6. Balance is enforced directly in the affinity objective using a penalty on cross-target score disparity, discouraging “one-target-only” solutions; chemistry control is incorporated via QED/SA-based terms plus hard floors, so optimization does not collapse into unrealistic high-docking-score artifacts. 7. On the Zhou et al. dual-target benchmark (12,917 target pairs, 438 targets), using TargetDiff as the frozen backbone, REUSE achieves the best reported docking-centered dual-target metrics: best average P-2 Vina Dock (-9.26), best Max Vina Dock (-8.64), and highest Dual High Affinity rate (58.3%), improving Dual High Affinity by 20.9 percentage points over the strongest prior baseline (MDRL). 8. Ablations isolate failure modes: removing input-space search sharply degrades dual-target recovery (Dual High Affinity 58.3% → 31.8%); removing balance hurts cross-target consistency; removing chemistry control can slightly improve docking but substantially worsens QED/SA, highlighting why multi-objective constraints matter. 9. The paper provides evidence that the frozen input space has exploitable local structure: high-quality noise “anchors” tend to have enriched high-quality neighbors, supporting why evolutionary local exploration (mutation) can work better than naive random sampling. 📜Paper: arxiv.org/abs/2605.25681 #ComputationalBiology #MachineLearning #DiffusionModels #DrugDiscovery #Polypharmacology #StructureBasedDrugDesign #MolecularGeneration #MultiObjectiveOptimization #EvolutionaryAlgorithms
8
18
1,648
A 0.6B model learned to manage giants. That is the idea behind TRINITY, a new ICLR 2026 paper by Jinglue Xu, Qi Sun, Peter Schwendeman, Stefan Nielsen, Edoardo Cetin, and Yujin Tang. The paper is not asking: “How do we build one model that knows everything?” It is asking something more interesting: “How do we build a small intelligence layer that knows who should think, who should act, and who should verify?” TRINITY is a lightweight coordinator for LLMs. It does not merge weights. It does not require architectural compatibility. It does not need access to closed-model internals. It does not try to turn the coordinator into the smartest model in the room. Instead, it orchestrates a pool of strong models at test time, including closed and open models. At each turn, TRINITY chooses a model and gives it one of three roles: Thinker — plan and decompose Worker — solve and execute Verifier — critique and accept/revise That may sound simple. It is not. Too many multi-agent systems are still prompts plus hope. TRINITY learns the coordination policy. A compact ~0.6B language model produces hidden-state representations of the conversation. A tiny head then uses those representations to decide the next model-role pair. The authors optimize this coordinator with an evolutionary strategy, sep-CMA-ES, because the problem is expensive, high-dimensional, and reward-sparse. The result is not just better routing. It is learned division of labor. The paper reports that TRINITY outperforms individual models and existing coordination methods across coding, math, reasoning, and domain knowledge tasks. In its full-power setting, it reaches 86.2% on LiveCodeBench and transfers to held-out benchmarks including AIME, BigCodeBench, MT-Bench, and GPQA-D. The most important idea here is bigger than the benchmark. The future of AI may not be a single supermodel. It may be an organization of models. A small conductor. A team of specialists. A protocol for planning, execution, and verification. An intelligence layer that learns how to allocate cognition. This feels like a real shift: from bigger models to better systems from raw capability to coordinated capability from “which model is best?” to “what structure makes many models better together?” Full credit to the authors: Jinglue Xu, Qi Sun, Peter Schwendeman, Stefan Nielsen, Edoardo Cetin, Yujin Tang. Paper: TRINITY: An Evolved LLM Coordinator arxiv.org/abs/2512.04695 I’m attaching the first page because the abstract is worth reading closely. The future of AI may not be monolithic. It may be coordinated. #ArtificialIntelligence #LLM #MultiAgentSystems #MachineLearning #EvolutionaryAlgorithms
5
50
266
13,069
A 0.6B model learned to manage giants. That is the idea behind TRINITY, a new ICLR 2026 paper by Jinglue Xu, Qi Sun, Peter Schwendeman, Stefan Nielsen, Edoardo Cetin, and Yujin Tang. The paper is not asking: “How do we build one model that knows everything?” It is asking something more interesting: “How do we build a small intelligence layer that knows who should think, who should act, and who should verify?” TRINITY is a lightweight coordinator for LLMs. It does not merge weights. It does not require architectural compatibility. It does not need access to closed-model internals. It does not try to turn the coordinator into the smartest model in the room. Instead, it orchestrates a pool of strong models at test time, including closed and open models. At each turn, TRINITY chooses a model and gives it one of three roles: Thinker — plan and decompose Worker — solve and execute Verifier — critique and accept/revise That may sound simple. It is not. Too many multi-agent systems are still prompts plus hope. TRINITY learns the coordination policy. A compact ~0.6B language model produces hidden-state representations of the conversation. A tiny head then uses those representations to decide the next model-role pair. The authors optimize this coordinator with an evolutionary strategy, sep-CMA-ES, because the problem is expensive, high-dimensional, and reward-sparse. The result is not just better routing. It is learned division of labor. The paper reports that TRINITY outperforms individual models and existing coordination methods across coding, math, reasoning, and domain knowledge tasks. In its full-power setting, it reaches 86.2% on LiveCodeBench and transfers to held-out benchmarks including AIME, BigCodeBench, MT-Bench, and GPQA-D. The most important idea here is bigger than the benchmark. The future of AI may not be a single supermodel. It may be an organization of models. A small conductor. A team of specialists. A protocol for planning, execution, and verification. An intelligence layer that learns how to allocate cognition. This feels like a real shift: from bigger models to better systems from raw capability to coordinated capability from “which model is best?” to “what structure makes many models better together?” Full credit to the authors: Jinglue Xu, Qi Sun, Peter Schwendeman, Stefan Nielsen, Edoardo Cetin, Yujin Tang. Paper: TRINITY: An Evolved LLM Coordinator arxiv.org/abs/2512.04695 I’m attaching the first page because the abstract is worth reading closely. The future of AI may not be monolithic. It may be coordinated. #ArtificialIntelligence #AIResearch #LLM #MultiAgentSystems #MachineLearning #EvolutionaryAlgorithms
1
3
11
285
Our paper on "Efficient Evolution of Variable Ordering for Binary Decision Diagram Optimization" has been published in the April Issue of IEEE Transactions on Evolutionary Computation ieeexplore.ieee.org/document… @agra_uni_bremen #optimization #BDD #evolution #EvolutionaryAlgorithms
1
2
90
Diffusion-based Evolutionary Optimization for 3D Multi-Objective Molecular Generation 1. The paper frames practical 3D molecular design as a Constrained Multi-Objective Optimization Problem (CMOP): optimize conflicting properties while strictly satisfying chemical validity and hard 3D/topological constraints (e.g., multi-fragment assembly), where feasible regions can be disjoint and hard to traverse. 2. Core idea: repurpose a pre-trained SE(3)-equivariant 3D diffusion model as a zero-shot “projection operator” inside an evolutionary algorithm, avoiding expensive retraining for new objectives/constraints while preventing the invalid geometries that standard 3D genetic operators create. 3. Evolutionary-Guided Diffusion (EGD) operator: performs crossover and mutation in diffusion noise space at an optimally chosen intermediate timestep t′, then runs unconstrained reverse diffusion to “heal” chimeric states back onto the valid chemical manifold (resolving valency violations and steric clashes during denoising). 4. Variable-length crossover is handled directly in noise space: EGD samples subset sizes from two parents, concatenates random atomic subsets to form a dimensionally consistent noisy offspring, and relies on reverse diffusion to relax it into a chemically valid molecule—avoiding fixed-length assumptions that break for variable-size molecular sets. 5. Adaptive noise scheduling: the optimal t′ depends strongly on molecular size/complexity. The paper introduces a closed-loop scheduler that uses a coarse binary search followed by Gaussian Process Bayesian optimization to maximize a generative integrity score (Validity Rate × Atom Stability Rate) while penalizing excessive noise. 6. Structure-Aware Environmental Selection (SAES): addresses “loss of structural diversity” in objective-centric MOEAs by enforcing decision-space diversity. It combines 2D topology (Morgan fingerprint Jaccard distance) and 3D conformation/shape (USR atom types descriptor Euclidean distance) into a composite structural distance, then greedily selects candidates with a minimum clearance threshold τ to filter structural clones. 7. DEMO framework (Diffusion-based Evolutionary Molecular Optimization): integrates EGD SAES with a tri-population co-evolution strategy to navigate disjoint feasible regions in CMOPs—PA explores novel scaffolds, PB refines partially feasible intermediates, and PC archives and fine-tunes perfectly feasible elites. 8. Why tri-population matters: ablations show that keeping only fully feasible elites can fail badly in multi-fragment CMOPs because intermediate infeasible structures are necessary stepping stones across disconnected feasible basins; PB specifically maintains and improves these intermediates rather than discarding them. 9. Results summary across tasks (QM9 and GEOM-Drugs): EGD achieves strong zero-shot single- and multi-property targeting (MAE) without retraining; SAES improves Pareto frontier quality while maintaining high uniqueness; DEMO improves CMOP hypervolume while sustaining high Unique Feasible Rate (UFR), and also performs well on 3-objective protein–ligand docking optimization (Vina/QED/SA) with high structural diversity. 📜Paper: arxiv.org/abs/2505.11037 #ComputationalBiology #DrugDiscovery #MolecularGeneration #DiffusionModels #EvolutionaryAlgorithms #MultiObjectiveOptimization #3DGeometry #SE3 #ProteinLigandDocking #FragmentBasedDrugDiscovery
4
17
1,946
Diffusion-based evolutionary optimization for 3D multi-objective molecular generation 1. The paper frames practical 3D molecular design as a constrained multi-objective optimization problem (CMOP): optimize conflicting properties while satisfying strict structural constraints (e.g., multi-fragment assembly), where feasible solutions can be rare and disconnected. 2. It identifies a core mismatch: classical evolutionary operators on raw 3D coordinates break chemical validity (valence, clashes, SE(3) symmetries), while pretrained 3D diffusion models are strong validity-preserving generators but are hard to adapt to new objectives/constraints without retraining. 3. The key operator is Evolutionary-Guided Diffusion (EGD): crossover and mutation are performed in the diffusion model’s continuous noise space (at an intermediate noise level t′), then an SE(3)-equivariant denoiser “projects” the chimeric latent state back onto the valid chemical manifold. 4. EGD supports variable-size “subset crossover” for molecules: it samples atom subsets from two noised parents, concatenates them to form an offspring latent, and relies on reverse diffusion to resolve clashes and restore chemically valid 3D structures; mutation is implemented by noising a parent to t′ and denoising back to yield a meaningful structural perturbation. 5. A central technical detail is choosing the noise level t′: too little noise cannot heal clashes or escape local attractors; too much noise erases inheritance. The paper introduces an Adaptive Noise Scheduler (binary search to find a safe plateau boundary, then Gaussian Process Bayesian optimization) maximizing a composite integrity score (validity rate × atom stability rate) while penalizing excessive noise. 6. To prevent structural mode collapse common in objective-space MOEAs, it proposes Structure-Aware Environmental Selection (SAES), which enforces decision-space diversity using a composite structural distance: 2D Morgan fingerprint Jaccard distance plus 3D USR (with CREDO atom types) distance, then selects with a diversity-first greedy truncation under a minimum-distance threshold. 7. Building on EGD SAES, the full framework DEMO targets CMOPs with a tri-population architecture: a Structural Explorer (PA) to explore diverse valid scaffolds and force fragment assembly, a Local Refiner (PB) to improve partially assembled intermediates, and an Elite Archive (PC) to fine-tune fully feasible molecules—helping traverse disjoint feasible regions without losing stepping-stone intermediates. 8. Experiments span single-property targeting, multi-property targeting, unconstrained MOPs, multi-fragment constrained MOPs, and 3D protein-ligand docking (optimizing Vina score, QED, SA across 10 targets with PoseBusters feasibility checks). DEMO/SAES typically improves hypervolume while maintaining much higher structural uniqueness than objective-centric baselines. 9. Reported takeaways include: (a) EGD can outperform train-free gradient guidance and even retrained conditional diffusion baselines on targeting tasks without retraining; (b) SAES mitigates clone takeover and improves unique-valid/unique-feasible rates; (c) the tri-population design is important—keeping infeasible intermediates materially improves constrained optimization. 📜Paper: arxiv.org/abs/2505.11037 #DiffusionModels #MolecularGeneration #MultiObjectiveOptimization #EvolutionaryAlgorithms #ComputationalChemistry #DrugDiscovery #3DGeometry #ConstrainedOptimization #ProteinLigandDocking #GenerativeModels
1
16
1,766
🤖🧠 PhD: AI Methods for Robotic Body-Brain Co-Design 🏛️ University of Oslo 📍 Oslo, Norway 🇳🇴 💻 Department of Informatics 👨‍🔬 Contact: Prof. Kai Olav Ellefsen (kaiolae@uio.no) 📅 Deadline: March 15, 2026 📆 Start: August 1, 2026 (flexible) ⏱️ Duration: 3-4 years 🌟 Part of NCEI - Norwegian Centre for Embodied AI One of Norway's 6 national AI centres! 🇳🇴 🎯 Mission: Transform how robot morphology and autonomy are co-designed through cutting-edge evolutionary AI methods! 💡 The Big Idea: Intelligence emerges from the interaction between body, computation, and environment. You'll co-design both the physical form AND the AI brain of robots! 🤖 Robot Types You'll Work With: - 🦾 Legged robots - ✈️ Flying drones - 🌊 Underwater robots (Focus depends on your background & research center needs) 🔬 What You'll Do: ✅ Develop evolutionary algorithms to jointly optimize robot morphology & autonomy ✅ Apply quality-diversity methods to discover diverse high-performing designs ✅ Work on genotype-to-phenotype mappings (motion & fabrication constraints) ✅ Integrate perception, learning & planning into co-design process ✅ Run experiments across environments: • Forests 🌲 • Industrial facilities 🏭 • Underwater caves 🌊 ✅ Test missions: exploration, object search & recovery ✅ Reduce computational load (surrogate models, policy inheritance) ✅ Bridge sim-to-real gap for successful deployment ✅ Publish in top venues & contribute to open-source tools 🌍 Research Environment - NCEI: - World-class facilities - International collaboration - Leading Norwegian universities - Industry & public sector partnerships - Global institutional connections - Focus on flying, ground & aquatic robots 💡 Research Approach: 1. Optimize robots using Evolutionary Robotics in simulation 2. Deploy evolved robots for further training 3. Test in lab & real-world environments 4. Iterate and improve! 🎓 Required Qualifications: - Master's in robotics, computer science, AI, or related field - Strong programming skills - AI/Machine Learning expertise - Research proposal aligned with NCEI - Excellent English (written & oral) - Grade B equivalent or better - Personal suitability & motivation 🌟 Desired Qualifications: - Master's thesis relevant to embodied AI/robotics - Experience with: - Evolutionary algorithms - Quality-diversity methods - Evolutionary robotics - Robot design/building - Mechatronics systems - Prototyping & open-source development - Simulation tools (Isaac Gym) - Sim-to-real transfer experience - Previous research projects/publications 💡 Personal Skills: - Independent, systematic, purposeful work style - Strong collaboration abilities - Interest in multidisciplinary teams - Ability to complete project within timeframe 💰 Salary & Benefits (3-4 years): - NOK 550,800 - 595,000 per year (based on experience) - Excellent State Pension Fund (2% deduction) - Beneficial mortgages & insurance - Up to 1.5 hours/week exercise during work hours - Career development programs - NCEI workshops & events - Good work-life balance 🏢 Department of Informatics (IFI): - Norway's largest CS department - 1,800 bachelor students - 600 master students - 240 PhDs & postdocs - 370 total employees - 75 full-time tenured faculty - Part of Faculty of Mathematics & Natural Sciences 🌟 Why University of Oslo? - Norway's oldest & highest-rated university - 26,500 students | 7,200 employees - Internationally esteemed research - Important societal contributor 🌈 Diversity & Inclusion: - Open, internationally oriented environment - Workplace accommodations available - Women especially encouraged to apply - Support for candidates with disabilities or CV gaps - Guaranteed interviews for qualified underrepresented groups 📍 Why Oslo? - Family-friendly environment - Rich cultural opportunities - Amazing outdoor activities - High quality of life - Excellent public services 📋 Application Requirements: - Cover letter (motivation & research interests) - Research proposal with detailed progress plan (max 7,000 characters) - CV (education, positions, publications) - Educational certificates & transcripts - Publication list - English proficiency documentation (if needed) - 2-3 references (name, relation, contact) ⚠️ Important Notes: - Applications undergo export, sanctions & security checks - No one can hold more than one PhD fellowship at UiO - Candidates without Master's have until July 1, 2026 to complete final exam 📧 Questions? Prof. Kai Olav Ellefsen ✉️ kaiolae@uio.no 📧 Administrative Contact: Therese Ringvold ✉️ therese.ringvold@mn.uio.no 🔗 Apply here: phdscanner.com/opportunities… ⏰ Apply by March 15, 2026! 🚀 This is your chance to: - Pioneer embodied AI research - Work with cutting-edge robotics - Collaborate across disciplines & institutions - Contribute to open-source innovation - Shape the future of adaptive robotics! Tag someone passionate about evolutionary AI & robotics! 🤖🧠 #PhDOpportunity #UniversityOfOslo #Norway #Robotics #AI #EmbodiedAI #EvolutionaryRobotics #MachineLearning #EvolutionaryAlgorithms #SimToReal #PhDScanner #ComputerScience #RobotDesign #Oslo #NCEI #ArtificialIntelligence #QualityDiversity
2
140
AgenticRed - Optimizing Agentic Systems for Automated Red-teaming - arxiv.org/pdf/2601.13518 | github.com/yuanjiayiy/Agenti… We introduce AgenticRed, an automated pipeline that leverages LLMs’ in-context learning to iteratively design and refine red-teaming systems without human intervention. We treat red-teaming as a system design problem, and applies evolutionary algorithms to produce better systems. Red-teaming systems designed by AgenticRed consistently outperform state-of-the-art approaches on open models, and transfers to proprietary models. More info: yuanjiayiy.github.io/Agentic… @carrieyuanjiayi, Jonathan Nöther, @natashajaques, @goranrad - @UW, @mpi_sws_ #AISecurity #RedTeaming #LLMSecurity #Jailbreak #AgenticAI #AIAlignment #AdversarialML #EvolutionaryAlgorithms #HarmBench #Llama3 #GPT4o #Claude
19
71
9,282
EvoDiffMol: Evolutionary Diffusion Framework for 3D Molecular Design with Optimized Properties 1. EvoDiffMol introduces a novel approach to molecular design by integrating evolutionary algorithms with 3D diffusion models, enabling the generation of molecules with optimized properties. This framework stands out by leveraging explicit 3D geometric information, which enhances the accuracy of structure-property relationships compared to traditional sequence-based methods. 2. The framework achieves exceptional performance in drug-likeness optimization, reaching a QED score of 0.94, the highest among all compared state-of-the-art methods, while maintaining 100% validity and uniqueness of generated molecules. This demonstrates its ability to balance multiple competing objectives without compromising chemical validity. 3. EvoDiffMol supports both unconstrained and scaffold-constrained molecular generation. In scaffold-constrained mode, it can preserve fixed substructures while optimizing complementary regions, which is crucial for practical applications in drug discovery and materials science. This dual-mode capability expands its applicability significantly. 4. The framework is designed for flexible multi-property optimization, allowing simultaneous control over multiple molecular descriptors including synthetic accessibility, lipophilicity, and ADMET properties such as cardiotoxicity and intestinal permeability. This adaptability makes it a versatile tool for diverse research needs. 5. EvoDiffMol employs an iterative, population-based optimization strategy that synergizes a pre-trained diffusion model with adaptive evolutionary algorithms. This approach ensures efficient exploration of chemical space and fine-tuning of molecular populations toward desired property landscapes. 6. Comprehensive evaluations show that EvoDiffMol maintains high diversity of generated molecules throughout the evolutionary optimization process, with 100% scaffold diversity and stable Tanimoto similarity. This indicates that it can explore different structural frameworks to achieve optimization goals without losing chemical variety. 7. The framework's ability to optimize clinically relevant ADMET properties, such as reducing cardiotoxicity risk and improving intestinal permeability, highlights its potential for practical pharmaceutical applications. It demonstrates a realistic drug discovery scenario by balancing multiple objectives like drug-likeness, synthetic feasibility, and pharmacokinetic endpoints. 📜Paper: doi.org/10.26434/chemrxiv-20… 💻Code: github.com/XiaoboLinlin/EvoD… #MolecularDesign #EvolutionaryAlgorithms #DiffusionModels #DrugDiscovery #MaterialsScience #ComputationalChemistry
10
62
3,291
Tv Came for us in late 90's people before use to hear commentary only in radio to know about happening in the match. Today it's same for skipper ishan gloves 🧤 work . 🙌 #EvolutionaryAlgorithms
4 Catches for IK 🚨Captain keeper Ishan Kishan for You showing his gloves magic🧤 in today's match against Delhi in #SMAT 2025 #IshanKishan
3
10
147
Flying Cars are the future! Artificial Super Intelligence, Smart Cities, PAVs, Human Evolution. FLYASI.ai SAVVY INVESTORS! Under $5k investment in the future! #flyingcar #flyingvehicle #PAV #AAV #AV #cars #car #technology #tech #advancements #investing #EvolutionaryAlgorithms #evolved
4
174
14 Nov 2025
We’re entering an era where technology evolves faster than human psychology. The real challenge isn’t AI replacing us it’s us trying to catch up with what we’ve created. #Future #Consciousness #Perspective #AIart #TechTrends #Future #Change #humanity #Earth #Nature #Perspective #EvolutionaryAlgorithms
3
54
미래는 이미 우리 곁에 와 있습니다. 단지 아직, 완전히 해석되지 않았을 뿐이죠. 데이터 속 미세한 흐름 사람들의 행동 패턴 그 모든 조각이 내일의 지도를 그리고 있습니다. 👉 그 지도를 읽는 기술, @EdgenTech AI는 단순히 과거를 복기하지 않습니다. 그 안에서 다음 변화를 예고하는 패턴을 찾아냅니다. 👉지금 움직이기 시작한 신호 👉작은 변화가 큰 물결이 되는 순간 👉그리고 그 너머에서 시작될 새로운 주기 미래는 기다리는 것이 아니라 이해하고 준비하는 과정입니다. @EdgenTech 은 데이터를 통해 진화의 방향을 먼저 읽어내는 AI 나침반입니다😃 #EdgenTech #AI #Web3 #투자인사이트 #EvolutionaryAlgorithms
4
5
53
Food for thought: What if the tool didn’t just hold your tasks, but started them? Imagine an agent that says “Here’s what’s next” automatically. #Notion #FutureOfWork #EvolutionaryAlgorithms #notioncreator #NotionAI #Creativ11tyJustLIGHTThat #Creativity #ProjectManagement
7
52
Food for thought: What if the tool didn’t just hold your tasks, but started them? Imagine an agent that says “Here’s what’s next” automatically. #Notion #FutureOfWork #EvolutionaryAlgorithms #notioncreator #NotionAI #Creativ11tyJustLIGHTThat #Creativity
3
84
🧬 हमारे प्राचीन रिश्तेदार — निएंडरथल लगभग 1,30,000 से 40,000 साल पहले, धरती पर ऐसे इंसान रहते थे जो हमसे बहुत मिलते-जुलते, फिर भी अलग थे — निएंडरथल। वे ठंडे यूरोपीय मौसम के लिए बने थे — मज़बूत शरीर, चौड़ी छाती, और छोटा कद उन्हें गर्म रखने में मदद करता था। उनकी बड़ी नाक और उभरी भौंहें उन्हें आसानी से पहचानने योग्य बनाती थीं। उनके जबड़े भारी, दाँत मज़बूत, और खोपड़ी लंबी थी, जो उनके कठोर जीवन और शिकार-प्रधान दिनचर्या को दर्शाती है। पुनर्निर्माणों से पता चलता है कि उनके बाल, त्वचा और आँखों के रंग वातावरण के अनुसार बदलते थे — किसी की त्वचा गोरी थी, तो किसी की साँवली; किसी की आँखें भूरी, तो किसी की नीली। वे न केवल शारीरिक रूप से शक्तिशाली थे, बल्कि आग का इस्तेमाल करते थे, औज़ार बनाते थे और अपने मृतकों को दफनाने की रस्में भी निभाते थे — यानी वे संवेदनशील और बुद्धिमान दोनों थे। 🌍 वे विलुप्त ज़रूर हुए, लेकिन उनके जीन्स आज भी हम में ज़िंदा हैं — दुनिया के कई लोगों में 1–2% निएंडरथल डीएनए पाया गया है। #Neanderthal #AncientHumans #EvolutionaryAlgorithms
2
7
311
Can a beetle solve your optimization problems? ADBO proves yes! This enhanced Dung #beetle Optimizer uses nonlinear convergence factors & elastic annealing to avoid premature convergence. Tested on Reed-Muller circuits & benchmark functions with superior results. academax.com/FITEE/doi/10.16… #OptimizationAlgorithms #MetaheuristicAlgorithms #ComputationalIntelligence #EvolutionaryAlgorithms #sciencefiction #tech #FactCheck #Test #functional_programming #ZJU

5
4,138
23 Oct 2025
Some play for fun Some play for score WE PLAY FOR EVOLUTION @playSnakeAI #MineTheSnake #EvolutionaryAlgorithms
3
4
6
339
📚 ALMO: #ActiveLearning-Based #MultiObjectiveOptimization for Accelerating Constrained #EvolutionaryAlgorithms 🔗 mdpi.com/2076-3417/14/21/997… 👨‍🔬 by Karanpreet Singh and Rakesh K. Kapania 🏫 @virginia_tech #multidisciplinaryoptimization #machinelearning #querylearning
2
67