النتائج (
العربية) 2:
[نسخ]نسخ!
الوراثية الخوارزميات Genetic Algorithms
الخوارزميات الجينية الخوارزمية الجينية هو إجراء تكراري الحفاظ على السكان من الهياكل التي هي الحلول المرشحة للتحديات مجال معين خلال كل الزيادة الزمنية Genetic Algorithms (GAs) are search algorithms based on the mechanics of natural selection and natural genetics. A genetic Algorithm is an iterative procedure maintaining a population of structures that are candidate solutions to specific domain challenges. During each temporal increment (called a generation), the structures in the current population are rated for their effectiveness as domain solutions, and on the basis of these evaluations, a new population of candidate solutions is formed using specific genetic operators such as reproduction, crossover, and mutation.
فهي تجمع بين البقاء للأصلح بين الهياكل سلسلة مع تبادل المعلومات حتى الآن العشوائية منظم لتشكيل خوارزمية البحث مع بعض الذوق المبتكر للبحث الإنسان في كل جيل، يتم إنشاء مجموعة جديدة من المخلوقات الاصطناعية وحاول جزء جديد من حين لحسن التدبير في حين العشوائية، الخوارزميات الجينية لا يمشي العشوائية البسيطة وهم يستغلون بكفاءة المعلومات التاريخية للمضاربة على نقاط تفتيش جديدة مع تحسين الأداء المتوقع They combine survival of the fittest among string structures with a structured yet randomized information exchange to form a search algorithm with some of the innovative flair of human search. In every generation, a new set of artificial creatures (strings) is created using bits and pieces of the fittest of the old; an occasional new part is tried for good measure. While randomized, genetic algorithms are no simple random walk. They efficiently exploit historical information to speculate on new search points with expected improved performance.
الخوارزمية الجينية ومنقوشة الخوارزميات الجينية بعد العمليات الوراثية الطبيعية التي تمكن السكان البيولوجي على التكيف بفعالية وبقوة على بيئتهم وللتغيرات في البيئة المحيطة بهم A Genetic Algorithm (GA) is a stochastic algorithm that models the evolutionary process of biological species through natural selection. Genetic algorithms are patterned after natural genetic operators that enable biological populations to effectively and robustly adapt to their environment and to changes in their environment.
الخوارزميات الجينية، كدولتين غولدبرغ ويوضح، ونظريا وتجريبيا ثبت لتوفير بحث قوي في الأماكن المعقدة و " بحيث تم العثور على معلومات قد تكون مهمة، مع ضرورة التركيز على أجزاء تناسب من السكان، " الاستنساخ في نظرية Genetic algorithms, as Goldberg states and demonstrates, are theoretically and empirically proven to provide robust search in complex spaces. The GA performs its search balancing the need to retain population diversity ‘exploration’, so that potentially important information is found, with the need to focus on fit portions of the population, ‘exploitation’. Reproduction in GA theory, as in biology, is defined as the process of producing offspring. However, mating may occur between any two strings, as there is no male-female distinction.
In computational terms, genetic algorithms are distinguished from other search methods by the following features:
A population of structures that can be interpreted as candidate solutions to the given problem.
The competitive selection of structures for reproduction, based on each structure's fitness as a solution to the given problem.
Idealized genetic operators that recombine the selected structures to create new structures for further testing.
Genetic Algorithms are used in solving three classical problems:
• Learning.
• Search, and
• Optimization.
يجري ترجمتها، يرجى الانتظار ..
