SlideShare a Scribd company logo
Scientific Research Group in Egypt (SRGE)

A simplex Nelder-Mead genetic algorithm for
minimizing molecular potential energy function
Ahmed Fouad Ali and Aboul Ella Hassanien
Scientific Research Group in Egypt (SRGE)

http://www.egyptscience.net
Company

LOGO
Company

LOGO

Scientific Research Group in Egypt
www.egyptscience.net
Company

LOGO

Agenda
1. Motivations
2. Introduction

3. Problem definition
4. The proposed GNMA
5. Performance analysis
6. Numerical experiments
7. Conclusions
Company

LOGO

Motivations

•The determination of the three-dimensional structure of a molecule
can be formulated as a continuous global minimization problem.
• The problem is that the number of local minimizers of this
function grows exponentially with the molecule size.

• Many optimization methods can be applied to this problem, such
as branch and bound methods, smoothing methods, simulated
annealing, genetic algorithms.
•To explore the capability of the proposed algorithm we use a
scalable simplified molecular potential energy function with well
known properties.
Company

LOGO

Introduction

A Protein is a chain of amino acids, also referred to as residues.

R
NH3+ C COOAmino group

H

Carboxylic
acid group

Different side
chains, R,
determine the
properties of 20
amino acids.

An amino acid
5
Company

Introduction

LOGO
Gly

Leu

a-helix

Ser

Pro

b-sheet

Proteins consist of a long chain
of amino acids called the
primary structure.

The constituent amino acids may
encourage hydrogen bonding and
form regular structures, called
secondary structures.
The secondary structures fold
together to form a compact
3-dimensional or tertiary
structure.

6

6
Company

LOGO

Introduction

7

7
Company

LOGO

Introduction

NMR (Nuclear Magnetic Resonance)

but this is very expensive and time-consuming

8

8
Company

LOGO

Introduction

The problem can be formulated as a global
minimization problem, as it is assumed that the
tertiary structure occurs at the global minimum of the
free energy function of the primary sequence

Tertiary structure is
believed to minimize potential energy:
Min V (x)
where x = atom coordinates
9
9

9
Company

LOGO

Problem definition

The molecular model considered here consists of a chain of
m atoms centered at x1, . . . , xm, in a 3-dimensional space

10

10
10
Company

LOGO

Problem definition

The force field potentials corresponding to bond lengths,
bond angles, and torsion angles are defined respectively.

Where c1ij is the bond stretching force constant,
c2ij is the angle bending force constant,
c3ij is the torsion force constant.
11

11
11
Company

LOGO

Problem definition

There is a potential E4 which characterizes the 2-body
interaction between every pair of atoms separated by
more than two covalent bonds along the chain.

where rij is the Euclidean distance between atoms xi and xj .

12

12
12
Company

LOGO

Problem definition

In most molecular conformational predictions, all covalent
bond lengths and covalent bond angles are assumed to be
fixed at their equilibrium values r0ij and θ0ij , respectively.
The molecular potential energy function reduces to
E3 + E4.

where rij is the Euclidean distance between atoms xi and xj .

13

13
13
Company

LOGO

Problem definition

• From Eq. 3 and Eq. 4, the expression for the potential
energy as a function of the torsion angles takes the form

• The problem is then to find ω14, ω25, . . . , ω(m−3)m,
considering ωij ∈ [0, 5], which corresponds to the global
minimum of the function E, represented by Eq.(5).
14

14
14
Company

LOGO

Problem definition

Finally, the function f(x) can defined as

Despite these simplification, the problem remains very
difficult. A molecule with as few as 30 atoms has 227 =
134, 217, 728 local minimizers.

15

15
15
Company

LOGO

The proposed algorithm (GNMA)

• We propose a new Genetic Algorithm (GA) based
method, called Genetic Nelder-Mead Algorithm
(GNMA)
• A population of chromosomes are coded in a one big
matrix.
• This matrix is partitioned into several sub-matrices.
• The genetic operations are applied on the partitioned
sub-matrices.

• In the last stage, an exploitation process starts to
refine the best candidates obtained by applying Nelder
– Mead Algorithm .

16
16
Company

LOGO

The proposed algorithm (GNMA)

• GNMA starts with an initial population P0 of size μ which is
coded into a one big matrix PM0 .

• In this matrix a row is representing a chromosome and
each column shows the values of the corresponding
gene in all chromosomes.

17

17
17
Company

LOGO

The proposed algorithm (GNMA)

• The general population matrix Pt at generation is given by

Pt is partitioned into υ x η sub-matrices Pt(i;j) , i = 1,…, υ, j =
1,…, η, then the crossover and mutation operations are
applied to update each sub-population
18

18
18
Company

LOGO

The proposed algorithm (GNMA)

• GNMA uses arithmetical crossover

19

19
19
Company

LOGO

The Nelder-Mead algorithm

20

20
20
Company

LOGO

The Nelder-Mead algorithm (Cont.)

21

21
21
Company

LOGO

The Nelder-Mead algorithm (Cont.)

22

22
22
Company

LOGO

The Nelder-Mead algorithm (Cont.)

23

23
23
Company

LOGO

The Nelder-Mead search strategy

24

24
24
Company

LOGO

The proposed GNMA

25

25
25
Company

LOGO

The proposed GNMA (Cont.)

26

26
26
Company

LOGO

Performance analysis

The main contributions in GNMA lies in two components
• Population partitioning
•Final intensification(exploitation) by applying NelderMead algorithm in the elite solution.

27

27
27
Company

LOGO

Performance analysis(The efficiency of
population partitioning)

28

28
28
Company

LOGO

Performance analysis(The efficiency of
Nelder-Mead Algorithm)

29

29
29
Company

LOGO

Numerical experiments

•The GNMA is compared with 9 Methods
•Four methods are based on two real coded crossover operators
Weibull crossover WX and LX and two mutation operators LLM and
PM. WX-PM, WX-LLM, LX-LLM , LX-PM .

•Variable neighborhood search based method (VNS-3), (VNS-123)
•Genetic algorithm (GA)
• (rHYB) method denotes the staged hybrid GA with a reduced
simplex and a fixed limit for simplex iterations

• (qPSO) method is a hybrid particle swarm optimization (PSO) in
which quadratic approximation operator is hybridized with PSO.

30

30
30
Company

LOGO

Numerical experiments

31

31
31
Company

LOGO

Numerical experiments

32

32
32
Company

LOGO

Numerical experiments

33

33
33
Company

LOGO

Numerical experiments

34

34
34
Company

LOGO

Conclusion

In this paper, a new genetic Nelder-Mead based algorithm,
called GNMA, has been proposed to minimize the molecular
potential energy function.
The use of the partitioning process effectively assists an
algorithm to achieve promising performance and wide
exploration before stopping the search.

The Nelder-Mead algorithm has been inlaid in GNMA to
accelerate the search process and achieve deep exploitation with
the best individual before the end of the algorithm.
The comparison with 9 benchmark methods have been
presented to show the efficiency of GNMA.
The compared results indicate that GNMA is promising and
it is less expensive and much cheaper than other methods.

35

35
35
Company

LOGO

Thank you
Ahmed_fouad@ci.suez.edu.eg
http://www.egyptscience.net

Authors Ahmed Fouad Ali, Aboul Ella Hassanien

More Related Content

PDF
A HYBRID GENETIC ALGORITHM APPROACH FOR OSPF WEIGHT SETTING PROBLEM
EM Legacy
 
PDF
Hybrid method for achieving Pareto front on economic emission dispatch
IJECEIAES
 
PDF
Group Project
Xiyuan Sun
 
PDF
An Efficient Clustering Method for Aggregation on Data Fragments
IJMER
 
PDF
H046014853
IJERA Editor
 
PDF
Fuzzified pso for multiobjective economic load dispatch problem
eSAT Journals
 
PDF
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Cemal Ardil
 
PDF
Cray HPC + D + A = HPDA
inside-BigData.com
 
A HYBRID GENETIC ALGORITHM APPROACH FOR OSPF WEIGHT SETTING PROBLEM
EM Legacy
 
Hybrid method for achieving Pareto front on economic emission dispatch
IJECEIAES
 
Group Project
Xiyuan Sun
 
An Efficient Clustering Method for Aggregation on Data Fragments
IJMER
 
H046014853
IJERA Editor
 
Fuzzified pso for multiobjective economic load dispatch problem
eSAT Journals
 
Efficient realization-of-an-adfe-with-a-new-adaptive-algorithm
Cemal Ardil
 
Cray HPC + D + A = HPDA
inside-BigData.com
 

What's hot (11)

PDF
Id135
IJEEE
 
PDF
COMPARISON OF VOLUME AND DISTANCE CONSTRAINT ON HYPERSPECTRAL UNMIXING
csandit
 
PDF
Black-box modeling of nonlinear system using evolutionary neural NARX model
IJECEIAES
 
PDF
Hybrid Approach to Economic Load Dispatch
Satyendra Singh
 
PDF
New approach to multispectral image fusion based on a weighted merge
IAEME Publication
 
PDF
Fuzzified pso for multiobjective economic load
eSAT Publishing House
 
PDF
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
ijsc
 
PDF
Matlab Implementation of Baseline JPEG Image Compression Using Hardware Optim...
inventionjournals
 
PDF
Design of an Adaptive Hearing Aid Algorithm using Booth-Wallace Tree Multiplier
Waqas Tariq
 
PDF
Enriched Firefly Algorithm for Solving Reactive Power Problem
ijeei-iaes
 
PDF
A Novel Penalized and Compensated Constraints Based Modified Fuzzy Possibilis...
ijsrd.com
 
Id135
IJEEE
 
COMPARISON OF VOLUME AND DISTANCE CONSTRAINT ON HYPERSPECTRAL UNMIXING
csandit
 
Black-box modeling of nonlinear system using evolutionary neural NARX model
IJECEIAES
 
Hybrid Approach to Economic Load Dispatch
Satyendra Singh
 
New approach to multispectral image fusion based on a weighted merge
IAEME Publication
 
Fuzzified pso for multiobjective economic load
eSAT Publishing House
 
HYBRID PARTICLE SWARM OPTIMIZATION FOR SOLVING MULTI-AREA ECONOMIC DISPATCH P...
ijsc
 
Matlab Implementation of Baseline JPEG Image Compression Using Hardware Optim...
inventionjournals
 
Design of an Adaptive Hearing Aid Algorithm using Booth-Wallace Tree Multiplier
Waqas Tariq
 
Enriched Firefly Algorithm for Solving Reactive Power Problem
ijeei-iaes
 
A Novel Penalized and Compensated Constraints Based Modified Fuzzy Possibilis...
ijsrd.com
 
Ad

Viewers also liked (18)

PPTX
Optimization tutorial
Northwestern University
 
DOCX
Cap 4 parte_elizabeth
Elizabeth Carvalho
 
PDF
Revista Lanbide 2002
Leire Hetel
 
PDF
optim function
Supri Amir
 
PPT
Quasi newton
tokumoto
 
PDF
Penalty function
Zahra Sadeghi
 
PDF
Optimization In R
syou6162
 
PPTX
Comparative study of algorithms of nonlinear optimization
Pranamesh Chakraborty
 
DOC
CV TKD
Tarun K. Dhar
 
PPTX
Nelder Mead Search Algorithm
Ashish Khetan
 
PDF
H2O World - GLM - Tomas Nykodym
Sri Ambati
 
PDF
Simulated annealing.ppt
Kaal Nath
 
PDF
Using Gradient Descent for Optimization and Learning
Dr. Volkan OBAN
 
PPTX
Simulated Annealing - A Optimisation Technique
AUSTIN MOSES
 
PPT
various applied optimization techniques and their role in pharmaceutical scie...
aakankshagupta07
 
PPTX
Simulated Annealing
Joy Dutta
 
PPT
F test Analysis of Variance (ANOVA)
Marianne Maluyo
 
PPTX
Simulated annealing -a informative approach
Ranak Ghosh
 
Optimization tutorial
Northwestern University
 
Cap 4 parte_elizabeth
Elizabeth Carvalho
 
Revista Lanbide 2002
Leire Hetel
 
optim function
Supri Amir
 
Quasi newton
tokumoto
 
Penalty function
Zahra Sadeghi
 
Optimization In R
syou6162
 
Comparative study of algorithms of nonlinear optimization
Pranamesh Chakraborty
 
Nelder Mead Search Algorithm
Ashish Khetan
 
H2O World - GLM - Tomas Nykodym
Sri Ambati
 
Simulated annealing.ppt
Kaal Nath
 
Using Gradient Descent for Optimization and Learning
Dr. Volkan OBAN
 
Simulated Annealing - A Optimisation Technique
AUSTIN MOSES
 
various applied optimization techniques and their role in pharmaceutical scie...
aakankshagupta07
 
Simulated Annealing
Joy Dutta
 
F test Analysis of Variance (ANOVA)
Marianne Maluyo
 
Simulated annealing -a informative approach
Ranak Ghosh
 
Ad

Similar to A simplex nelder mead genetic algorithm for minimizing molecular potential energy function (20)

PDF
Computational methodologies
MattSmith321834
 
PDF
Ab Initio Protein Structure Prediction
Arindam Ghosh
 
PPTX
Energy minimization
Shikha Popali
 
PPT
Molecular Mechanics introduction to Molecular Mechanics
MaheshKumar519351
 
PPT
2.2 molecular-mechanics.ppt
ssuser0b0857
 
PPTX
Molecular modeling.pptx Bsc Biochemistry
LavanyaVijaykumar2
 
PDF
Evolution-based Reaction Path Following
University of Zurich
 
PDF
Evolutionary-driven Optimization in Computational Chemistry
University of Zurich
 
PDF
Avdesh-Poster-EnergyFunctionFinal
Avdesh Mishra
 
PDF
Kt2518841887
IJERA Editor
 
PDF
Kt2518841887
IJERA Editor
 
PPTX
Lecture # 1.pptxyyyyyyyyyyyyyyyyyyy8888888yyyyyyyyhyyyyyy
MUHAMMADAMIR168830
 
PPTX
Lecture3
Heather Kulik
 
PPTX
Agnė DZIDOLIKAITĖ. Evolutionary Approach in Optimization
Lietuvos kompiuterininkų sąjunga
 
PDF
Immunological Multiple Sequence Alignments
Mario Pavone
 
PPT
FBA
Will Gikandi
 
PDF
2. UJRRA_23_25(A).pdf
Twisting Memoirs Publication
 
PDF
Newtonian Law Inspired Optimization Techniques Based on Gravitational Search ...
Dr. Rajdeep Chatterjee
 
PPTX
Multi-Objective Genetic Topological Optimization for Design of composite wall...
Sardasht S. Weli
 
PDF
P0126557 report
Nguyen Chien
 
Computational methodologies
MattSmith321834
 
Ab Initio Protein Structure Prediction
Arindam Ghosh
 
Energy minimization
Shikha Popali
 
Molecular Mechanics introduction to Molecular Mechanics
MaheshKumar519351
 
2.2 molecular-mechanics.ppt
ssuser0b0857
 
Molecular modeling.pptx Bsc Biochemistry
LavanyaVijaykumar2
 
Evolution-based Reaction Path Following
University of Zurich
 
Evolutionary-driven Optimization in Computational Chemistry
University of Zurich
 
Avdesh-Poster-EnergyFunctionFinal
Avdesh Mishra
 
Kt2518841887
IJERA Editor
 
Kt2518841887
IJERA Editor
 
Lecture # 1.pptxyyyyyyyyyyyyyyyyyyy8888888yyyyyyyyhyyyyyy
MUHAMMADAMIR168830
 
Lecture3
Heather Kulik
 
Agnė DZIDOLIKAITĖ. Evolutionary Approach in Optimization
Lietuvos kompiuterininkų sąjunga
 
Immunological Multiple Sequence Alignments
Mario Pavone
 
2. UJRRA_23_25(A).pdf
Twisting Memoirs Publication
 
Newtonian Law Inspired Optimization Techniques Based on Gravitational Search ...
Dr. Rajdeep Chatterjee
 
Multi-Objective Genetic Topological Optimization for Design of composite wall...
Sardasht S. Weli
 
P0126557 report
Nguyen Chien
 

More from Aboul Ella Hassanien (20)

PDF
The 9th International Conference on Advanced Machine Learning Technologies an...
Aboul Ella Hassanien
 
PDF
المسابقة الرمضانية للاستاذ الدكتور ابو العلا عطيفي حسنين .pdf
Aboul Ella Hassanien
 
PDF
انجازات المدرسة العلمية البحثية المصرية (SRSEG) لعام 2024.pdf
Aboul Ella Hassanien
 
PPTX
ويبينار علي مصطفى مشرفة باشا: اينشتين العربو
Aboul Ella Hassanien
 
PDF
الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
Aboul Ella Hassanien
 
PDF
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
Aboul Ella Hassanien
 
PDF
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
Aboul Ella Hassanien
 
PDF
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
Aboul Ella Hassanien
 
PPTX
Intelligent Avatars in the Metaverse.pptx
Aboul Ella Hassanien
 
PDF
دليل البحث العلمى .pdf
Aboul Ella Hassanien
 
PDF
SRGE photo.pdf
Aboul Ella Hassanien
 
PPTX
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
Aboul Ella Hassanien
 
PPTX
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
Aboul Ella Hassanien
 
PPTX
الميتافيرس و مستقبل التعليم فى الوطن العربى
Aboul Ella Hassanien
 
PPTX
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
Aboul Ella Hassanien
 
PPTX
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
Aboul Ella Hassanien
 
PPTX
التغير المناخى للاطفال
Aboul Ella Hassanien
 
PPTX
الذكاء الاصطناعى للاطفال
Aboul Ella Hassanien
 
PPTX
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
Aboul Ella Hassanien
 
PPTX
الإقتصاد الأخضر لمواجهة التغيرات المناخية
Aboul Ella Hassanien
 
The 9th International Conference on Advanced Machine Learning Technologies an...
Aboul Ella Hassanien
 
المسابقة الرمضانية للاستاذ الدكتور ابو العلا عطيفي حسنين .pdf
Aboul Ella Hassanien
 
انجازات المدرسة العلمية البحثية المصرية (SRSEG) لعام 2024.pdf
Aboul Ella Hassanien
 
ويبينار علي مصطفى مشرفة باشا: اينشتين العربو
Aboul Ella Hassanien
 
الأطر والمبادئ الاخلاقية للذكاء الاصطناعي التوليدى.pdf
Aboul Ella Hassanien
 
دعوة للاستخدام المسؤول للذكاء الاصطناعي التوليدي في الأوساط الأكاديمية المعر...
Aboul Ella Hassanien
 
حوار مع الأستاذ الدكتور أبو العلا عطيفى حسنين - تقنية الذكاء الاصطناعي تحول م...
Aboul Ella Hassanien
 
الطاقة من الفضاء: علماء ينقلون الطاقة الشمسية إلى الأرض عن طريق الفضاء لأول م...
Aboul Ella Hassanien
 
Intelligent Avatars in the Metaverse.pptx
Aboul Ella Hassanien
 
دليل البحث العلمى .pdf
Aboul Ella Hassanien
 
SRGE photo.pdf
Aboul Ella Hassanien
 
الذكاء الإصطناعى وافاقه فى التعليم على مستوى الوطن العربى: مستوى السياسات
Aboul Ella Hassanien
 
الصحافة والإعلام الرقمى فى عصر الذكاء الاصطناعي
Aboul Ella Hassanien
 
الميتافيرس و مستقبل التعليم فى الوطن العربى
Aboul Ella Hassanien
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
Aboul Ella Hassanien
 
الذكاء الأصطناعى المسؤول ومستقبل الأمن المناخى وانعكاساته الاجتماعية والأمنية
Aboul Ella Hassanien
 
التغير المناخى للاطفال
Aboul Ella Hassanien
 
الذكاء الاصطناعى للاطفال
Aboul Ella Hassanien
 
إستراتيجية مصر للتنمية المستدامة: نحو جائزة الإبتكار والإبداع المؤسسى
Aboul Ella Hassanien
 
الإقتصاد الأخضر لمواجهة التغيرات المناخية
Aboul Ella Hassanien
 

Recently uploaded (20)

DOCX
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
PPTX
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
PPTX
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
PDF
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
PPTX
CDH. pptx
AneetaSharma15
 
PPTX
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
PPTX
Care of patients with elImination deviation.pptx
AneetaSharma15
 
PDF
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
PPTX
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
PPTX
A Smarter Way to Think About Choosing a College
Cyndy McDonald
 
DOCX
Action Plan_ARAL PROGRAM_ STAND ALONE SHS.docx
Levenmartlacuna1
 
DOCX
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
PPTX
Measures_of_location_-_Averages_and__percentiles_by_DR SURYA K.pptx
Surya Ganesh
 
PPTX
How to Track Skills & Contracts Using Odoo 18 Employee
Celine George
 
PPTX
Sonnet 130_ My Mistress’ Eyes Are Nothing Like the Sun By William Shakespear...
DhatriParmar
 
PPTX
How to Apply for a Job From Odoo 18 Website
Celine George
 
PPTX
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
PPTX
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
PDF
Virat Kohli- the Pride of Indian cricket
kushpar147
 
PPTX
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
20250924 Navigating the Future: How to tell the difference between an emergen...
McGuinness Institute
 
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
CDH. pptx
AneetaSharma15
 
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
Care of patients with elImination deviation.pptx
AneetaSharma15
 
Health-The-Ultimate-Treasure (1).pdf/8th class science curiosity /samyans edu...
Sandeep Swamy
 
family health care settings home visit - unit 6 - chn 1 - gnm 1st year.pptx
Priyanshu Anand
 
A Smarter Way to Think About Choosing a College
Cyndy McDonald
 
Action Plan_ARAL PROGRAM_ STAND ALONE SHS.docx
Levenmartlacuna1
 
Modul Ajar Deep Learning Bahasa Inggris Kelas 11 Terbaru 2025
wahyurestu63
 
Measures_of_location_-_Averages_and__percentiles_by_DR SURYA K.pptx
Surya Ganesh
 
How to Track Skills & Contracts Using Odoo 18 Employee
Celine George
 
Sonnet 130_ My Mistress’ Eyes Are Nothing Like the Sun By William Shakespear...
DhatriParmar
 
How to Apply for a Job From Odoo 18 Website
Celine George
 
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
Virat Kohli- the Pride of Indian cricket
kushpar147
 
An introduction to Dialogue writing.pptx
drsiddhantnagine
 

A simplex nelder mead genetic algorithm for minimizing molecular potential energy function