<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bio-inspired computational methods &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/bio-inspired-computational-methods/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Sep 2026 01:41:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>bio-inspired computational methods &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Deep sea anglerfish symbiosis inspires new engineering optimization method</title>
		<link>https://scienmag.com/deep-sea-anglerfish-symbiosis-inspires-new-engineering-optimization-method/</link>
		
		<dc:creator><![CDATA[Denise Maddox]]></dc:creator>
		<pubDate>Wed, 09 Sep 2026 01:41:53 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[bio-inspired computational methods]]></category>
		<category><![CDATA[bio-inspired optimization algorithms]]></category>
		<category><![CDATA[bio-inspired problem-solving techniques]]></category>
		<category><![CDATA[biological inspiration for optimization algorithms]]></category>
		<category><![CDATA[bioluminescence in marine species]]></category>
		<category><![CDATA[bioluminescent lure in deep-sea fish]]></category>
		<category><![CDATA[Deep-sea anglerfish symbiosis]]></category>
		<category><![CDATA[engineering design problem-solving]]></category>
		<category><![CDATA[evolutionary computation]]></category>
		<category><![CDATA[extreme environment adaptation]]></category>
		<category><![CDATA[innovative approaches in complex systems]]></category>
		<category><![CDATA[innovative engineering solutions inspired by marine biology]]></category>
		<category><![CDATA[metaheuristic algorithms for design problems]]></category>
		<category><![CDATA[metaheuristic optimization techniques]]></category>
		<category><![CDATA[nature-inspired algorithm development]]></category>
		<category><![CDATA[nature-inspired computational methods]]></category>
		<category><![CDATA[optimization methods based on animal behavior]]></category>
		<category><![CDATA[swarm intelligence algorithms]]></category>
		<category><![CDATA[swarm intelligence in engineering]]></category>
		<category><![CDATA[symbiotic relationships in nature]]></category>
		<category><![CDATA[symbiotic reproductive strategies]]></category>
		<category><![CDATA[underwater biological phenomena in technology]]></category>
		<guid isPermaLink="false">https://scienmag.com/deep-sea-anglerfish-symbiosis-inspires-new-engineering-optimization-method/</guid>

					<description><![CDATA[Deep-sea anglerfish, famous for the bioluminescent lure that dangles from their heads, have long captivated biologists because of one of the strangest reproductive strategies in the animal kingdom. In the crushing darkness a kilometer below the ocean surface, males are tiny compared to females, and they survive by fusing permanently to a female&#8217;s body, sharing [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Deep-sea anglerfish, famous for the bioluminescent lure that dangles from their heads, have long captivated biologists because of one of the strangest reproductive strategies in the animal kingdom. In the crushing darkness a kilometer below the ocean surface, males are tiny compared to females, and they survive by fusing permanently to a female&#8217;s body, sharing her blood and becoming a living partner in a permanent symbiotic union. That unusual biological arrangement, in which two individuals with sharply different roles and behaviors cooperate to survive in an extreme, high-pressure environment, has now inspired a new computational method for solving some of the hardest problems in engineering design.</p>
<p>The method, called Deep-Sea Anglerfish Symbiosis Optimization, or DASO, was developed by Xinpeng Xu of The University of Newcastle in Australia and published in the journal Complex &amp; Intelligent Systems. It belongs to the family of metaheuristics, the class of algorithms that underpin modern swarm intelligence. These are computational techniques that take their cues from nature, from bird flocks and fish schools to ant foraging trails and, increasingly, from less obvious biological phenomena. Rather than exhaustively searching every possible solution, metaheuristics deploy a population of candidate solutions that explore a problem space iteratively, guided by rules that balance finding entirely new regions against refining the best solutions already discovered.</p>
<p>The central challenge DASO was designed to tackle is a familiar one in optimization research: premature convergence and loss of population diversity. When an optimization algorithm confronts a high-dimensional, non-convex landscape, a mathematical terrain riddled with many local optima, deceptive basins of attraction, and sharp ridges, it can easily become trapped in a suboptimal region early in the search. Once the population clusters in the wrong place, the algorithm loses the diversity it needs to escape, and the search stalls. Classical remedies, such as increasing population size or injecting random mutations, help but often at the cost of slow convergence or unstable performance across different problem types.</p>
<p>Xu&#8217;s approach departs from most existing swarm intelligence methods by abandoning the assumption that every individual in the population should behave the same way. In the anglerfish metaphor, male and female agents occupy differentiated search roles, a concept the author describes as functional dimorphism. Female agents, modeled on the larger and more mobile fish, are primarily responsible for global exploration, probing broad regions of the search space for promising areas. Male agents, reflecting their smaller size and their dependence on locating and attaching to a female, are geared toward local refinement, intensifying the search around the most promising solutions found so far. This division of labor means exploration and exploitation are handled by distinct subpopulations with distinct movement rules, rather than by a single set of dynamics applied to everyone.</p>
<p>The framework integrates several further mechanisms inspired by anglerfish biology. Asymmetrical attachment governs how male agents bind themselves to high-quality solutions discovered by female agents, but in a way that is deliberately not uniform across the population, helping to preserve diversity in how the search intensifies. Local field-guided movement allows agents to exploit information from their immediate neighborhood, in the spirit of the luminous lure that attracts partners in the dark, steering nearby candidates toward promising regions without requiring global knowledge of the entire landscape. Nonlinear high-pressure adaptation serves as a scheduling mechanism, dynamically tuning the balance between exploration and exploitation as the search progresses, echoing the way organisms must adapt their behavior under the extreme pressure of the deep sea. Together, these components coordinate a heterogeneous, role-structured search in which global discovery and local polishing reinforce each other rather than compete.</p>
<p>To evaluate the algorithm, Xu ran an extensive experimental campaign using two widely respected benchmark suites: CEC2017 and CEC2022, competition benchmark sets drawn up by the IEEE Congress on Evolutionary Computation that are standard yardsticks for metaheuristic research. These suites contain functions specifically engineered to challenge different aspects of an optimizer, including unimodal problems with a single basin, multimodal problems dense with local optima, hybrid functions that combine different characteristics within one landscape, and composite functions that rotate and shift the terrain to defeat algorithms tuned to coordinate systems. DASO was tested in 10-, 30-, and 50-dimensional settings, with 30 independent runs conducted for every configuration. Repeating each experiment 30 times matters because metaheuristics are stochastic: their performance varies from run to run depending on random initial conditions, and robust conclusions require measuring that variability rather than relying on a single lucky trial.</p>
<p>The results showed that DASO achieved competitive performance in solution quality, convergence behavior, and robustness when compared with representative metaheuristic algorithms from the literature. In practical terms, competitive performance across both benchmark suites and all three dimensionalities indicates that the algorithm is not a specialist tuned to a narrow class of problems, but a general-purpose optimizer that adapts well as problem difficulty and dimensionality increase. Convergence behavior, meaning how quickly the best solution improves over the course of the run and whether the improvement curve plateaus at a high-quality value, was a particular strength associated with the role-structured division of labor, since male agents can intensify around female discoveries without dragging the entire population away from unexplored regions.</p>
<p>A crucial element of the evaluation was the statistical treatment of the results. Because stochastic algorithms produce different outcomes on every run, comparing a single set of figures can be misleading. Xu therefore applied the Wilcoxon rank-sum test, a non-parametric statistical test that determines whether the distribution of results from two algorithms differs significantly, at the 0.05 significance level. This analysis confirmed the consistency of DASO&#8217;s performance relative to its competitors, providing a rigorous basis for the claim that the observed advantages are genuine rather than artifacts of random variation.</p>
<p>Beyond abstract benchmarks, the study tested DASO on constrained engineering design problems, where algorithms must satisfy real-world requirements such as stress limits, material constraints, and manufacturing tolerances while minimizing cost or weight. Constrained problems are notoriously difficult because the optimal solutions often lie exactly on the boundary of feasibility, forcing the algorithm to walk a tightrope between improving the objective and violating a constraint. Strong performance in this arena is the most meaningful evidence that a new metaheuristic can translate into practical value, and DASO&#8217;s results there support the author&#8217;s broader thesis: that heterogeneous, role-structured populations are a promising design principle for complex optimization.</p>
<p>The significance of the work lies in its design philosophy as much as its benchmark numbers. The overwhelming majority of swarm intelligence algorithms, from particle swarm optimization to artificial bee colony methods, model a homogeneous population in which every agent follows the same behavioral rules, and diversity is maintained only through mechanisms like random perturbation. DASO demonstrates that explicitly assigning different roles to different agents, drawing on biological dimorphism as a template, can be an effective structural answer to the exploration-exploitation dilemma at the heart of all stochastic optimization. The deep-sea anglerfish turns out to be more than a curiosity of natural history: its radical cooperation between unlike partners offers a blueprint for coordinating unlike searchers in computational landscapes.</p>
<p>As engineering systems grow more complex, from aerodynamic shapes and structural frameworks to neural architectures and supply chains, the demand for robust, general-purpose optimizers continues to rise. DASO adds a biologically grounded and statistically validated entry to that toolbox, suggesting that the strangest corners of the natural world still hold unexploited lessons for computer science. The paper is open access, allowing researchers worldwide to examine, replicate, and build upon the approach, and future work will likely explore how role-structured populations scale to even higher dimensions and to dynamic, changing problem environments.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> A nature-inspired metaheuristic algorithm, Deep-Sea Anglerfish Symbiosis Optimization (DASO), that uses heterogeneous male and female search roles modeled on deep-sea anglerfish symbiosis to solve complex, high-dimensional engineering optimization problems.</p>
<p><strong>Article Title:</strong> Deep sea anglerfish symbiosis optimization for heterogeneous role structured engineering optimization</p>
<p><strong>Article References:</strong> Xu, X. (2026). Deep sea anglerfish symbiosis optimization for heterogeneous role structured engineering optimization. <em>Complex &amp; Intelligent Systems</em>. <a href="https://doi.org/10.1007/s40747-026-02480-4" target="_blank" rel="noopener noreferrer">https://doi.org/10.1007/s40747-026-02480-4</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s40747-026-02480-4" target="_blank" rel="noopener noreferrer">10.1007/s40747-026-02480-4</a></p>
<p><strong>Keywords:</strong> swarm intelligence, metaheuristic algorithm, optimization, engineering design, deep-sea anglerfish symbiosis, global exploration, local refinement, CEC2017, CEC2022, Wilcoxon rank-sum test, population diversity</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">190524</post-id>	</item>
		<item>
		<title>Enhanced Fish Swarm Algorithm for Sports Movement Recognition</title>
		<link>https://scienmag.com/enhanced-fish-swarm-algorithm-for-sports-movement-recognition/</link>
		
		<dc:creator><![CDATA[Blake Davidson]]></dc:creator>
		<pubDate>Wed, 28 Jan 2026 07:07:39 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[adaptive algorithms for sports analytics]]></category>
		<category><![CDATA[advanced athlete performance analysis]]></category>
		<category><![CDATA[artificial intelligence in sports]]></category>
		<category><![CDATA[bio-inspired computational methods]]></category>
		<category><![CDATA[data analytics for sports performance]]></category>
		<category><![CDATA[fish swarm algorithm for movement recognition]]></category>
		<category><![CDATA[injury prevention strategies in sports]]></category>
		<category><![CDATA[innovative sports technology solutions]]></category>
		<category><![CDATA[irregular movement patterns in athletes]]></category>
		<category><![CDATA[machine learning applications in sports]]></category>
		<category><![CDATA[performance fatigue detection in athletes]]></category>
		<category><![CDATA[real-time sports movement analysis]]></category>
		<guid isPermaLink="false">https://scienmag.com/enhanced-fish-swarm-algorithm-for-sports-movement-recognition/</guid>

					<description><![CDATA[In recent years, the intersection of artificial intelligence (AI) and sports has garnered significant attention, revolutionizing how we analyze athlete performance. A groundbreaking study by Z. Wang introduces an innovative method for recognizing irregular movements of sports players using an improved fish swarm algorithm. This study is crucial as it bridges the gap between advanced [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In recent years, the intersection of artificial intelligence (AI) and sports has garnered significant attention, revolutionizing how we analyze athlete performance. A groundbreaking study by Z. Wang introduces an innovative method for recognizing irregular movements of sports players using an improved fish swarm algorithm. This study is crucial as it bridges the gap between advanced data analytics and real-time application in sports environments.</p>
<p>To understand the significance of Wang&#8217;s research, it&#8217;s vital to explore the nature of irregular movements in sports. Athletes often exhibit unique movement patterns that can be indicative of performance, fatigue, or even injury. Traditional analytical methods have struggled to keep pace with the complexity and variability of these movements. However, by leveraging a sophisticated recognition system enabled by AI, this challenge can be addressed, paving the way for more effective training and injury prevention strategies.</p>
<p>The foundation of Wang&#8217;s research lies in the improved fish swarm algorithm, a bio-inspired computational approach. This algorithm mimics the natural behavior of fish schooling, exhibiting adaptability and a collective intelligence that allows for enhanced data processing capabilities. By applying this algorithm to sports movement analysis, Wang achieved remarkable accuracy in identifying and classifying complex movement patterns, outperforming many existing technologies.</p>
<p>In practical terms, the improved fish swarm algorithm processes data from various sensors worn by athletes during training or competitions. These sensors capture real-time information on motion dynamics, enabling a detailed analysis of an athlete’s physical performance. The algorithm sorts through this data to identify crucial details, such as anomalies in movement patterns that could suggest declining performance or risk of injury.</p>
<p>One of the standout features of the system developed by Wang is its ability to learn and adapt over time. As more data is processed, the algorithm refines its recognition capabilities. This means that the longer it is utilized, the more proficient it becomes in distinguishing between normal and irregular movements. Such a feature is especially important in sports where the margin for error is minuscule.</p>
<p>Moreover, the implications of this research extend beyond mere movement recognition. By integrating this intelligent system into coaching practices, trainers can gain insights that were previously unattainable. Coaches can devise tailored training programs that address the specific needs of each athlete, significantly enhancing performance while lowering the risk of injury. This transformation in coaching methodology signifies a shift towards a more data-driven approach in athletic training.</p>
<p>Interestingly, Wang&#8217;s research also sheds light on the potential for cross-disciplinary applications. While the primary focus is on sports, the methodologies and algorithms developed could have far-reaching applications in physical rehabilitation and therapeutic practices. By understanding irregular movement patterns not only in sports but also in clinical settings, healthcare professionals can develop strategies that enhance recovery and patient care.</p>
<p>For institutions and teams, implementing Wang&#8217;s recognition system could redefine competitive strategies. Teams that adopt such technology will have a distinct competitive advantage, as they can make informed decisions based on real-time analytics rather than relying solely on intuition or less sophisticated methods. This edge could prove pivotal in the world of high-stakes sports, where every second and every movement counts.</p>
<p>Nevertheless, the journey to integrate advanced AI solutions into the sports industry is not without challenges. Concerns surrounding data privacy and the potential for over-reliance on technology remain prevalent. Stakeholders must navigate these issues carefully, ensuring that the benefits of such innovations do not come at the cost of ethical responsibilities or athlete autonomy.</p>
<p>As the conversation around AI in sports continues, Wang&#8217;s study represents a significant milestone. It invites further exploration into how technology can enhance human performance. By embracing such innovations, the sports world stands on the brink of a new era, where athletes can harness the power of AI to reach unprecedented heights.</p>
<p>Looking towards the future, we can anticipate the emergence of even more sophisticated AI solutions tailored for specific sports and individual athlete needs. The ongoing research into algorithms like the fish swarm method could lead to adaptive systems that not only analyze current movements but also predict future performance outcomes based on historical data trends.</p>
<p>In conclusion, Wang&#8217;s intelligent recognition method for irregular movements of sports players marks a pivotal advancement in the field of sports technology. By harnessing the full potential of AI, the study not only contributes to sports science but also opens doors for holistic athlete development, paving the way for future explorers of this vibrant intersection.</p>
<hr />
<p><strong>Subject of Research</strong>: Intelligent recognition of irregular movements of sports players.</p>
<p><strong>Article Title</strong>: An intelligent recognition method for irregular movements of sports players based on improved fish swarm algorithm.</p>
<p><strong>Article References</strong>:</p>
<p class="c-bibliographic-information__citation">Wang, Z. An intelligent recognition method for irregular movements of sports players based on improved fish swarm algorithm.<br />
                    <i>Discov Artif Intell</i>  (2026). https://doi.org/10.1007/s44163-025-00754-3</p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: 10.1007/s44163-025-00754-3</p>
<p><strong>Keywords</strong>: Artificial Intelligence, Sports Technology, Irregular Movement Recognition, Fish Swarm Algorithm, Athlete Performance, Injury Prevention.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">131903</post-id>	</item>
	</channel>
</rss>
