لومڑ دی مکاری تے چالاکی
پرانے زمانے دی گل اے کہ اک شیر کسے جنگل وچ راج کردا سی۔ سوچ چنگی دا مالک ہرکسے نال پیار و محبت نال گل کردا۔ جس پاروں جنگل دے سارے جانور اوس توں بہت خوش سن تے اوس دی عزت کردے سن۔ شیر نے اپنے دیس دا کم چلاون لئی کئی جانوراں نوں اپنا وزیر بنایا ہویا سی۔ لومڑ شیر دے دوسرے جانوراں نالوں بہت نیڑے سی۔ شیر جنگل دے ہر معاملے وچ لومڑ نال مشورہ کردا۔ اوہ اوس نوں بہت سیانا سمجھدا سی تے اوس دے مشورے اتے عمل وی کردا سی۔ لومڑ ایہہ گل جان دا سی کہ شیر اوہدے اتے بہت اعتبار کردا اے۔ ایس پاروں اوہ کسے ہور جانور نوں شیر دے نیڑے نئیں سی آون دیندا۔ جے کوئی شیر نوں ملنا چاہندا تاں اوہ کوئی نہ کوئی بہانہ بنا کے اوس نوں ٹال دیندا۔
کجھ سالاں پچھوں شیر بیمار ہو گیا۔ بیماری ودھ دی گئی جس پاروں اوس دی اک لت وی کمزور ہو گئی۔ جس پاروں اوہ ہن بہتا شکار نئیں سی کر سکدا، شیر نے اک دن سارے جانوراں نوں اکٹھا کیتا تے آکھیا کہ اوہدے لئی کسے چنگے حکیم کولوں دوائی لیاو تاں جے میں ٹھیک ہو جاواں، کیوں جے اوہ سارے شیر نال پیار کرد سن ایس لئی دوائی لیاون لئی تیار ہو گئے۔ لومڑ بہت چالاک سی۔ اوہ جان دا سی کہ جے شیر مر گیا تاں حکومت اوس نوں ملنی ایں۔ اوس نے شیر نوں مارن دا سوچیا۔ سارے جانور چنگے چنگے حکیماں کولوں دوائی لے کے آئے۔ پر لومڑ نے آکھیا کہ تسی جائو میں آپ شیر نوں کھاوا دیواں گا۔ جدوں جانور چلے جاندے تاں اوہ اوہناں دی دوائی دیواں دی تھاں اپنی نیند والی دوائی شیر نوں دیندا۔ جس پاروں شیر...
Modern Satanism was founded by Anton Lavey. He described the methodology of Satanic religious rituals, wrote various books on Satanism, and also founded the Church of Satan. Levey's book "The Satanic Bible" is considered as the Holy book by all Satanists. Nine Satanic statements mentioned in the Satanic Bible are given importance as the basic beliefs or principles of this religion. Satanists represent self-centeredness. They believe in retaliating more forcefully than in forgiveness or equality in matters and consider the forgiver as weak. Islam tells that if one takes revenge, take the amount s/he were wronged, and if one are patient, it is better. Satanists do not distinguish between humans and animals and sometimes consider human as God. They favor all sins because they provide physical, mental or emotional satisfaction. Satanists present Satan as the Messiah for mankind. While Allah Ta'ala said in the Holy Qur'an, which means don't follow the path of Satan, he commands you to do evil and obscenity, he also wants to include us among the inmates of Hellfire. Satan is an arch enemy, so one should also consider him as enemy. If people follow the ideas of Satanism, then the law and order will be lost in the society. Everyone will do what he wants, sins will be common. Therefore, it is natural to have riots wherever people with this ideology are found.
In the last three decades, engineers and decision makers expressed a growing interest in the development of effective modeling and simulation methods to understand and predict the behavior of many phenomena in engineering and science. Many of these phenomena are translated into mathematical models for convenience and comparatively elaborative interpretation. Methods commonly employed for this purpose include, neural networks, simulated annealing, particle swarm optimization, ant colony optimization, tabu search, genetic algorithms, and many more. These methods search for the optimal or near optimal values of parameters of a model built a priori. But for such a case, a suitable model should be well known beforehand. When this is not the case, the problem can be seen from another angle where the goal is to find a program or a mathematical representation which can solve the problem. According to this idea the modeling step is performed automatically thanks to a quality criterion which drives the building process. The aim of the research, presented in this thesis, is to use genetic algorithms for large scale optimization and Non-deterministic polynomial (NP-hard) problems. More specifically, binary-based representation of genetic algorithm is used for non-convex function optimization. The path-based representation is used to solve one of the combinatorial optimization problems i.e. traveling salesman problem. Genetic algorithm is meta-heuristic optimization approach based on the principles and mechanisms of natural evolution and can be used to solve problems with higher order of difficulty developed by John Holland. There are three main operators; selection, crossover and mutation for running this algorithm. In this thesis, we focus mainly on crossover operators but a significant consideration is also given to selection operator as well. In third chapter, we develop a selection procedure which gives a reasonable opportunity to worst individuals along with the best ones. Also in chapter five, a new version of rank-based selection operator which is a fine tradeoff between exploration and exploitation is introduced. The effectiveness and the stability of the proposed selection schemes are then evaluated using a wide range of benchmark instances and the solutions are compared and cross checked with the results published in the relevant peer reviewed literature. Rest of the thesis focuses on two crossover representations: binary for function optimization and permutation for traveling salesman problems. All the developed crossover operators showed an improved and significant performance of the genetic algorithm with fewer generations and lower convergence time in achieving optimal solutions. The operators used are capable of introducing new fitter offspring and without being trapped in a local optimum. Therefore it can be stated that all the proposed operators are efficient to solve non-convex benchmark functions and NP-hard problems like traveling salesman problem. We used MATLAB software to compare the performance of all new operators with existing ones. In this thesis, we provide pseudo-codes for all new developed operators along with those that are used for comparison in our study.