SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING &
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), © IAEME
TECHNOLOGY (IJEET)

ISSN 0976 – 6545(Print)
ISSN 0976 – 6553(Online)
Volume 5, Issue 1, January (2014), pp. 10-16
© IAEME: www.iaeme.com/ijeet.asp
Journal Impact Factor (2013): 5.5028 (Calculated by GISI)
www.jifactor.com

IJEET
©IAEME

EFFICIENT EVOLUTIONARY ALGORITHM FOR THE THIN-FILM
SYNTHESIS USING THE EFFECTS OF MERIT FUNCTION
M.F.A. Alias1, M.A. Hussain2
1

Department of Physics, College of Science, University of Baghdad
P.O. Box Jadiriyah, Baghdad, Iraq
2
University of Technology, Department of Laser and Optoelectronics Engineering
Baghdad, Iraq

ABSTRACT
We propose a new method for designing of multilayer coatings which makes use of a
specified reflectance or transmittance values over a range of wavelengths by using the evolutionary
algorithms method. The crossover and mutation processes are adapted to depend directly on the
value of merit function. The proposed method offers explicit values for the thickness and the
refractive index of each layer. Comparing our theoretical evolutionary algorithm with other
theoretical results which using different mathematical formulas for crossover, mutation and selection
led to obtain acceptable solutions for different types of coating designs.
Keywords: Evolutionary Algorithm, Multilayer System Design.
I. INTRODUCTION
The basic task of the approaches to the evolutionary algorithms for designing multilayer
systems is to find the values of the construction parameters (refractive indices, and thicknesses) that
bring the computed optical performance close to the target specification over the desired wavelength
band.
The mathematical framework for this paper assumes normal incidence of light, and the best
solution for designing depends on the basis of minimizing merit function. The merit function (MF)
employed here is the basic one that is used to represent the difference between the target
reflectance and the computed reflectance over a range of wavelengths [1].

10
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), © IAEME

MF =

1
W


2 1/ 2
W Rcomp ( n , d , λ j ) − Rtar ( λ j ) 
∑

δR
j =1


(

)

(1)

where Rcomp and Rtar are the computed and the target reflectance at the wavelength λj, n and d
are the refractive index and the thickness of all layers of coating system, and δR is the tolerance at
the wavelength λj. In general δR is set to 0.01, W is the number of interesting points used to compute
the merit function. Rcomp can be calculated using the most used method based on a matrix formulation
[2].
The evolution process starting with an initial population of a number of chromosomes which
each one of them is having a certain number of genes. A few statistical processes are acting on
populations and species. These processes are selection, crossover, mutation and reproduction which
are the principle of modern biological thought of Darwinian evolutionary theory. Starting with an
initial population of chromosomes, we evaluate each of its genes by a certain fitness function.
This work uses the evolutionary algorithms to the design of a thin film multilayer coating to
achieve a particular reflectance or transmittance over a defined wavelength region. Also we propose
a method that used merit function to determine the probability percentage of crossover and mutation
processes.
II. PROBLEM DEFINITION
Function optimization is a rather theoretical application of a genetic algorithm.
In general an optimization problem requires finding a setting of parameters of the system
under consideration, such that a certain fitness function is maximized or equivalently minimized
[3-5]. For a function consist of six unknown parameters:
݂ ሺ݊ଵ , ݀ଵ , ݊ଶ , ݀ଶ , ݊ଷ , ݀ଷ , … ሻ ൌ ݉݅݊݅݉‫݁ݑ݈ܽݒ ݉ݑ‬

(2)

The above equation can represent three layer problems for antireflection (n) is the refractive
index and d is the thickness of each layer.
We can choose any possible solution of the unknown parameters, each possible parameter
represent a gene while the whole set of parameters represent a chromosome. For the above function
each chromosome will contain six genes, while for more complex function with more unknown
parameters such as the thin-film multilayer function, the genes will exceeded to be equivalent to the
layers number.
The thin-film multilayer system consists of M layers of different materials with different
thicknesses. This system can achieve a spectral reflectance (or transmittance) which can be compared
with the desired or target reflectance via merit function.
The basic operations for evolutionary algorithm are:
1- Cross-over operation
The original version of this operation produced a child that inherits genes from each parent
with equal probability, but in general the child inherits genes with different probability from each
parents, some researchers considered that each gene of the child has an 80% probability of coming
from the father and a 20% probability of coming from the mother [6], while other ones considered
equal probability (50%) for each two chromosomes.
Let the gene from the father be X f , and the gene from the mother or the other parent be X m ,
then the gene of the child

Xc

equal to:
11
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), © IAEME

X =P X + P X
c
f f
m m

(3)

where Pf and Pm are the inheriting probability of the father and the mother, respectively.
The first chromosome or the father chromosome will share with a percentage equal to:

( MF )
m
P =
f ( MF ) + ( MF )
m
f

(4)

while the mother chromosome has a sharing percentage equal to:

( MF )
f
P =
m ( MF ) + ( MF )
m
f

(5)

The child chromosome that comes from the cross-over of the two parents will be:

X =
c

X .( MF ) + X .( MF )
f
m
m
f
( MF ) + ( MF )
m
f

(6)

Xf , Xm, Xc are the father, mother and child chromosomes, respectively.
This new procedure will allow the child chromosome to inherit the best performance of the two
parent chromosomes.
2- Mutation operation
In this research a new formula for mutation operation has been produced, the mutation
operation is assumed to have a probability of 0.2% of the total number of genes, these mutant genes
are chosen randomly. The value of each mutant gene will change to another value according to the
relation:
X ′ = X 1+τ
c
c

(7)

τ is the variation in the value of the mutant gene, it is assumed to be equal to:
τ = Rand . ( MF )

(8)

c

Rand is a random number between -0.5 to 0.5.
Obviously, the change in the value of the mutant gene depends on its merit function value, the
variation τ approaches zero as the merit function value (the perfect solution) approaches zero.
3- Replacement operation
At the end of each generation of the evolutionary algorithm method, we apply the replacement
operation. The replacement operation tends to remove the weakest chromosome which has maximum
merit function value with another one coming from the stronger one which has minimum merit
function.
12
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), © IAEME

If the genes of the stronger chromosome are (Xc)s , then the genes of the weakest
chromosome (Xc)w will change to:
( X ) = ( X ) . Rand
c w
c s

(9)

(Rand) is a random number between 0.75 to 1.25. The gene of the weakest chromosome takes any
value between 75% and 125% of the gene of the stronger chromosome. This operation has an
important effect for elimination of any chromosome with high merit function value; this will increase
the speed of reaching the best solution.
III. RESULTS
We will compare our theoretical evolutionary algorithm with other theoretical results which
using different mathematical formulas for crossover, mutation and selection. The major results for
comparison are the value of merit function and the shape of transmittance (or reflectance) curves.
A. Antireflection Coating
We have applied this analysis to two design problems. The first problem was treated in the
work of Yang and Kao who used the family competition evolutionary algorithm and has also been
the focus of several other studies [7-10], this problem is a wideband antireflection coating for
germanium in the infrared region.
The target design is for zero reflectance in the wavelength region between 7.7 and 12.3 µm.
The incident medium (the zero layer) is air with refractive index 1.0 and the last layer is germanium
substrate with refractive index 4.0, the first layer has the low refractive index (zinc sulfide with
refractive index 2.2), and the second layer has the high refractive index (germanium with refractive
index 4.2) . The coating materials are assumed to be non-dispersive and non-absorbing in the above
wavelength region, which means that the extinction coefficient of the whole layers equals to zero
then all layers will expressed with the refractive indices and thicknesses only. The total number of
layers was 15. Figure (1) shows the convergence of merit function values with generation number.
1.0

15-Layer Film

0.9
0.8

Mi Fnto
et uc n
r
i

0.7

0.6
0.5

0.4
0.3

0.2
0.1

0.0
0

2

4

6

8

10

12

14

16

18

20

Generation Number

Figure 1. Convergence of merit function for M=15
The result for the reflectance as a function of wavelength is shown in figure (2), the merit
function value was 0.0916 and the values of ∑ ni di was 35.1025 µm. The mean value of
reflectance along the required wavelength range (7.7-12.3) µm is 0.8421%. The construction
parameters of the layers are shown in Table (1).
13
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), © IAEME
4.0
3.8
15-Layer Film

3.6
3.4
3.2
3.0

% e c ne
R fle ta c

2.8
2.6
2.4
2.2
2.0
1.8
1.6
1.4
1.2
1.0
0.8
0.6
0.4
0.2
7.5

8.0

8.5

9.0

9.5

10.0

10.5

11.0

11.5

12.0

12.5

Wavelength (um)

Figure 2. Antireflection coating design for M=15

B. Beam Splitter
The second design was treated in the work of Yang and Kao [11] to design a beam splitter in
the wavelength range (0.5-1.0) µm, the target design is the reflectance equal to 50% and
transmittance 50%. The incident media (the zero layer) was air, and the substrate (the last layer) was
the glass (ns=1.52), while the beams were incident normal to the plane of the splitter. The design
consists of two materials with low refractive index 1.35 (NaAlF2) and high refractive index 2.35
(TiO2) arranged in sequences for 16 layers with first layer has the low refractive index. All extinction
coefficients are assumed to have zero value.
The result for the reflectance as a function of wavelength is shown in figure (3), the merit
function value was 0.0349 and the value of ∑ ni di was 2.0920 µm. The resulting reflectance is
(50±0.23) % with average value of 50.0% along the whole desired wavelength range. The
construction parameters of the layers are shown in Table (1).

55.0
54.5
54.0

16-Layer Film

53.5
53.0
52.5
52.0

R
eflec ce (%
tan
)

51.5
51.0
50.5
50.0
49.5
49.0
48.5
48.0
47.5
47.0
46.5
46.0
45.5
45.0
0.5

0.6

0.7

0.8

0.9

Wavelengh (um)

Figure 3. Splitter coating design for M=16
14

1.0
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), © IAEME

Table(1): Construction parameters of the antireflection and beam splitter coating
Antireflection Coating
Layer
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

Beam Splitter Coating

Refractive Thickness
Index
µm
1.00
-----------2.20
1.119305
4.20
0.719271
2.20
0.324698
4.20
0.387474
2.20
0.556538
4.20
0.340919
2.20
2.488036
4.20
1.495034
2.20
0.341780
4.20
0.387282
2.20
0.827030
4.20
0.216319
2.20
0.596713
4.20
1.471448
2.20
0.122277
4.00
------------

Refractive
Index
1.00
1.35
2.35
1.35
2.35
1.35
2.35
1.35
2.35
1.35
2.35
1.35
2.35
1.35
2.35
1.35
2.35

Thickness
µm
---------0.10811
0.06555
0.00765
0.05713
0.03912
0.12353
0.16354
0.11681
0.02721
0.08659
0.05567
0.09766
0.04615
0.04442
0.05719
0.00859

1.52

----------

17
MF

0.0916

0.03495

IV. CONCLUSIONS
These results have demonstrated that the new formula of crossover and mutation is a
synthesis approach for optical thin-film designs. These formulas can closely cooperate with any other
method to improve the overall search performance. The results of two optical coating designs verify
that the proposed approach, although some-what slower, is competitive with comparable algorithm to
obtain acceptable solutions for different types of coating designs. We believe that the crossover and
mutation operations can depend on the value of merit function to produce designs with high quality
comparing with other methods.
REFERENCES
[1]
[2]
[3]

J.Dobrowolski, and R.Kemp, Refinement of optical multilayer systems with different
optimization procedures, Applied Optics, 29, 1990,2876-2893.
K.Wang, and T. Woo, Genetic algorithms and adaptive optimization, Lecture Notes,
Department of Industrial Engineering, University of Washington, USA., 2001.
Ioannis G. Tsoulos , Solving constrained optimization problems using a novel genetic
algorithm, Applied Mathematics and Computation, 208(1), 2009,273-283.
15
International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print),
ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), © IAEME

[4]

[5]

[6]
[7]

[8]
[9]
[10]

[11]
[12]

[13]

P. Bumroongsri, S.Kheawhom, Simultaneous estimation of thin film thickness and optical
properties using two-stage optimization, Journal of Global Optimization 54(3), 2012,
583-597.
S. Patel and V. Kheraj, Determination of refractive index and thickness of thin-film from
reflectivity spectrum using genetic algorithm, AIP Conference. Proceeding, 1536, 509-510,
2013.
P. Berning, Theory and Calculations of Optical Thin Films, In: G. Hass (ed.) Physics of Thin
Films, Academic Press, New York , 1963,69-121.
J-M Yang and C-Y Kao, A robust evolutionary algorithm for optical thin-film designs,
Proceedings of the 2000 Congress on Evolutionary Computation, (CEC00).La Jolla,
California, UAS,2000, 978-985.
J.A. Dobrowolski, Numerical Methods for Optical Thin Films, Optics and Photonics News, 8
(6), 1997,24-33.
S. Martin, J.rivory, and M. Schoeannauer, Synthesis of optical multiplayer systems using
genetic algorithms, Applied Optics, 34(13) 1995, 2247-2254.
J.Aguilera, J. Aguilera, P. Baumeister, A. Bloom, D. Coursen, J.Dobrowolski, F. Goldstein,
D. Gustafson, and R. Kemp, Antireflection coatings for Germanium IR Optics: A
Comparison of Numerical Design Methods, Applied Optics, 27, 1988, 2832-2840.
J-M Yang, and C-Y Kao, Efficient evolutionary algorithm for the thin-film synthesis of
inhomogeneous optical coatings, Applied Optics, 40 (19), 2001, 3256-3267.
Anwar A. Alsagaf, Yousef Y. Holba, Anwar H. Jarndal and Gamil R. Salman, “The Hybrid
Evolutionary Algorithm For Optimal Planning Of Hybrid Woban”, International Journal of
Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 3,
2012, pp. 122 - 138, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.
D Kathirvel, N Suriyanarayanan, S Prabahar, S Srikanth and P Rajasekarana, “Optical and
AFM Studies of Vacuum Evaporated CDS Thin Films”, International Journal of Electronics
and Communication Engineering & Technology (IJECET), Volume 2, Issue 2, 2011,
pp. 16 - 22, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.

16

More Related Content

What's hot

Numerical simulation of electromagnetic radiation using high-order discontinu...
Numerical simulation of electromagnetic radiation using high-order discontinu...Numerical simulation of electromagnetic radiation using high-order discontinu...
Numerical simulation of electromagnetic radiation using high-order discontinu...IJECEIAES
 
Architecture neural network deep optimizing based on self organizing feature ...
Architecture neural network deep optimizing based on self organizing feature ...Architecture neural network deep optimizing based on self organizing feature ...
Architecture neural network deep optimizing based on self organizing feature ...journalBEEI
 
Classification of handwritten characters by their symmetry features
Classification of handwritten characters by their symmetry featuresClassification of handwritten characters by their symmetry features
Classification of handwritten characters by their symmetry featuresAYUSH RAJ
 
Advanced mechanics of piezoelectricity
Advanced mechanics of piezoelectricityAdvanced mechanics of piezoelectricity
Advanced mechanics of piezoelectricitySpringer
 
A New Approach for Solving Inverse Scattering Problems with Overset Grid Gene...
A New Approach for Solving Inverse Scattering Problems with Overset Grid Gene...A New Approach for Solving Inverse Scattering Problems with Overset Grid Gene...
A New Approach for Solving Inverse Scattering Problems with Overset Grid Gene...TELKOMNIKA JOURNAL
 
Presentation of an Algorithm for Secure Data Transmission based on Optimal Ro...
Presentation of an Algorithm for Secure Data Transmission based on Optimal Ro...Presentation of an Algorithm for Secure Data Transmission based on Optimal Ro...
Presentation of an Algorithm for Secure Data Transmission based on Optimal Ro...IJECEIAES
 
Analysis of feeding mechanism in microstrip patch
Analysis of feeding mechanism in microstrip patchAnalysis of feeding mechanism in microstrip patch
Analysis of feeding mechanism in microstrip patcheSAT Publishing House
 
Behavior study of entropy in a digital image through an iterative algorithm
Behavior study of entropy in a digital image through an iterative algorithmBehavior study of entropy in a digital image through an iterative algorithm
Behavior study of entropy in a digital image through an iterative algorithmijscmcj
 
A beamforming comparative study of least mean square, genetic algorithm and g...
A beamforming comparative study of least mean square, genetic algorithm and g...A beamforming comparative study of least mean square, genetic algorithm and g...
A beamforming comparative study of least mean square, genetic algorithm and g...TELKOMNIKA JOURNAL
 
Path Loss Prediction by Robust Regression Methods
Path Loss Prediction by Robust Regression MethodsPath Loss Prediction by Robust Regression Methods
Path Loss Prediction by Robust Regression Methodsijceronline
 
NON-SPLIT PERFECTLY MATCHED LAYER BOUNDARY CONDITIONS FOR NUMERICAL SOLUTION ...
NON-SPLIT PERFECTLY MATCHED LAYER BOUNDARY CONDITIONS FOR NUMERICAL SOLUTION ...NON-SPLIT PERFECTLY MATCHED LAYER BOUNDARY CONDITIONS FOR NUMERICAL SOLUTION ...
NON-SPLIT PERFECTLY MATCHED LAYER BOUNDARY CONDITIONS FOR NUMERICAL SOLUTION ...ijeljournal
 
Non-split Perfectly Matched Layer Boundary Conditions for Numerical Solution ...
Non-split Perfectly Matched Layer Boundary Conditions for Numerical Solution ...Non-split Perfectly Matched Layer Boundary Conditions for Numerical Solution ...
Non-split Perfectly Matched Layer Boundary Conditions for Numerical Solution ...ijeljournal
 
Medical diagnosis classification
Medical diagnosis classificationMedical diagnosis classification
Medical diagnosis classificationcsandit
 

What's hot (19)

synopsis_divyesh
synopsis_divyeshsynopsis_divyesh
synopsis_divyesh
 
Numerical simulation of electromagnetic radiation using high-order discontinu...
Numerical simulation of electromagnetic radiation using high-order discontinu...Numerical simulation of electromagnetic radiation using high-order discontinu...
Numerical simulation of electromagnetic radiation using high-order discontinu...
 
Architecture neural network deep optimizing based on self organizing feature ...
Architecture neural network deep optimizing based on self organizing feature ...Architecture neural network deep optimizing based on self organizing feature ...
Architecture neural network deep optimizing based on self organizing feature ...
 
Classification of handwritten characters by their symmetry features
Classification of handwritten characters by their symmetry featuresClassification of handwritten characters by their symmetry features
Classification of handwritten characters by their symmetry features
 
Path loss prediction
Path loss predictionPath loss prediction
Path loss prediction
 
Advanced mechanics of piezoelectricity
Advanced mechanics of piezoelectricityAdvanced mechanics of piezoelectricity
Advanced mechanics of piezoelectricity
 
D010212029
D010212029D010212029
D010212029
 
A New Approach for Solving Inverse Scattering Problems with Overset Grid Gene...
A New Approach for Solving Inverse Scattering Problems with Overset Grid Gene...A New Approach for Solving Inverse Scattering Problems with Overset Grid Gene...
A New Approach for Solving Inverse Scattering Problems with Overset Grid Gene...
 
Presentation of an Algorithm for Secure Data Transmission based on Optimal Ro...
Presentation of an Algorithm for Secure Data Transmission based on Optimal Ro...Presentation of an Algorithm for Secure Data Transmission based on Optimal Ro...
Presentation of an Algorithm for Secure Data Transmission based on Optimal Ro...
 
Analysis of feeding mechanism in microstrip patch
Analysis of feeding mechanism in microstrip patchAnalysis of feeding mechanism in microstrip patch
Analysis of feeding mechanism in microstrip patch
 
Behavior study of entropy in a digital image through an iterative algorithm
Behavior study of entropy in a digital image through an iterative algorithmBehavior study of entropy in a digital image through an iterative algorithm
Behavior study of entropy in a digital image through an iterative algorithm
 
LAB File
LAB FileLAB File
LAB File
 
A beamforming comparative study of least mean square, genetic algorithm and g...
A beamforming comparative study of least mean square, genetic algorithm and g...A beamforming comparative study of least mean square, genetic algorithm and g...
A beamforming comparative study of least mean square, genetic algorithm and g...
 
671515
671515671515
671515
 
Path Loss Prediction by Robust Regression Methods
Path Loss Prediction by Robust Regression MethodsPath Loss Prediction by Robust Regression Methods
Path Loss Prediction by Robust Regression Methods
 
NON-SPLIT PERFECTLY MATCHED LAYER BOUNDARY CONDITIONS FOR NUMERICAL SOLUTION ...
NON-SPLIT PERFECTLY MATCHED LAYER BOUNDARY CONDITIONS FOR NUMERICAL SOLUTION ...NON-SPLIT PERFECTLY MATCHED LAYER BOUNDARY CONDITIONS FOR NUMERICAL SOLUTION ...
NON-SPLIT PERFECTLY MATCHED LAYER BOUNDARY CONDITIONS FOR NUMERICAL SOLUTION ...
 
N0106298109
N0106298109N0106298109
N0106298109
 
Non-split Perfectly Matched Layer Boundary Conditions for Numerical Solution ...
Non-split Perfectly Matched Layer Boundary Conditions for Numerical Solution ...Non-split Perfectly Matched Layer Boundary Conditions for Numerical Solution ...
Non-split Perfectly Matched Layer Boundary Conditions for Numerical Solution ...
 
Medical diagnosis classification
Medical diagnosis classificationMedical diagnosis classification
Medical diagnosis classification
 

Viewers also liked

ROLE OF SUBSTANTIAL CHARACTERISTICS IN ELECTRONIC NOSE SENSOR SELECTION FOR D...
ROLE OF SUBSTANTIAL CHARACTERISTICS IN ELECTRONIC NOSE SENSOR SELECTION FOR D...ROLE OF SUBSTANTIAL CHARACTERISTICS IN ELECTRONIC NOSE SENSOR SELECTION FOR D...
ROLE OF SUBSTANTIAL CHARACTERISTICS IN ELECTRONIC NOSE SENSOR SELECTION FOR D...IAEME Publication
 
MEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASE
MEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASEMEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASE
MEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASEIAEME Publication
 
RECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGIC
RECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGICRECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGIC
RECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGICIAEME Publication
 
10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer ExperienceYuan Wang
 
How to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanHow to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanPost Planner
 
Learn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionLearn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionIn a Rocket
 
SEO: Getting Personal
SEO: Getting PersonalSEO: Getting Personal
SEO: Getting PersonalKirsty Hulse
 

Viewers also liked (7)

ROLE OF SUBSTANTIAL CHARACTERISTICS IN ELECTRONIC NOSE SENSOR SELECTION FOR D...
ROLE OF SUBSTANTIAL CHARACTERISTICS IN ELECTRONIC NOSE SENSOR SELECTION FOR D...ROLE OF SUBSTANTIAL CHARACTERISTICS IN ELECTRONIC NOSE SENSOR SELECTION FOR D...
ROLE OF SUBSTANTIAL CHARACTERISTICS IN ELECTRONIC NOSE SENSOR SELECTION FOR D...
 
MEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASE
MEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASEMEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASE
MEMORY EFFICIENT FREQUENT PATTERN MINING USING TRANSPOSITION OF DATABASE
 
RECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGIC
RECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGICRECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGIC
RECOMMENDER SYSTEM FOR DETECTION OF DENGUE USING FUZZY LOGIC
 
10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience10 Insightful Quotes On Designing A Better Customer Experience
10 Insightful Quotes On Designing A Better Customer Experience
 
How to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media PlanHow to Build a Dynamic Social Media Plan
How to Build a Dynamic Social Media Plan
 
Learn BEM: CSS Naming Convention
Learn BEM: CSS Naming ConventionLearn BEM: CSS Naming Convention
Learn BEM: CSS Naming Convention
 
SEO: Getting Personal
SEO: Getting PersonalSEO: Getting Personal
SEO: Getting Personal
 

Similar to 40220140501002

Design of switched beam planer arrays using the method of genetic alograthim
Design of switched beam planer arrays using the method of genetic alograthim Design of switched beam planer arrays using the method of genetic alograthim
Design of switched beam planer arrays using the method of genetic alograthim marwaeng
 
APPLICATION OF PARTICLE SWARM OPTIMIZATION TO MICROWAVE TAPERED MICROSTRIP LINES
APPLICATION OF PARTICLE SWARM OPTIMIZATION TO MICROWAVE TAPERED MICROSTRIP LINESAPPLICATION OF PARTICLE SWARM OPTIMIZATION TO MICROWAVE TAPERED MICROSTRIP LINES
APPLICATION OF PARTICLE SWARM OPTIMIZATION TO MICROWAVE TAPERED MICROSTRIP LINEScseij
 
Application of particle swarm optimization to microwave tapered microstrip lines
Application of particle swarm optimization to microwave tapered microstrip linesApplication of particle swarm optimization to microwave tapered microstrip lines
Application of particle swarm optimization to microwave tapered microstrip linescseij
 
Development of A 3d Model Eddy Current Testing
Development of A 3d Model Eddy Current TestingDevelopment of A 3d Model Eddy Current Testing
Development of A 3d Model Eddy Current Testinginventionjournals
 
Numerical Investigation of Multilayer Fractal FSS
Numerical Investigation of Multilayer Fractal FSSNumerical Investigation of Multilayer Fractal FSS
Numerical Investigation of Multilayer Fractal FSSIJMER
 
INFLUENCE OF CHANNEL FADING CORRELATION ON PERFORMANCE OF DETECTOR ALGORITHMS...
INFLUENCE OF CHANNEL FADING CORRELATION ON PERFORMANCE OF DETECTOR ALGORITHMS...INFLUENCE OF CHANNEL FADING CORRELATION ON PERFORMANCE OF DETECTOR ALGORITHMS...
INFLUENCE OF CHANNEL FADING CORRELATION ON PERFORMANCE OF DETECTOR ALGORITHMS...cscpconf
 
Influence of channel fading correlation on performance of detector algorithms...
Influence of channel fading correlation on performance of detector algorithms...Influence of channel fading correlation on performance of detector algorithms...
Influence of channel fading correlation on performance of detector algorithms...csandit
 
Damage detection in cfrp plates by means of numerical modeling of lamb waves ...
Damage detection in cfrp plates by means of numerical modeling of lamb waves ...Damage detection in cfrp plates by means of numerical modeling of lamb waves ...
Damage detection in cfrp plates by means of numerical modeling of lamb waves ...eSAT Journals
 
Real-Time Simulation for Laser-Tissue Interaction Model
Real-Time Simulation for Laser-Tissue Interaction ModelReal-Time Simulation for Laser-Tissue Interaction Model
Real-Time Simulation for Laser-Tissue Interaction ModelVictor Espigares
 
Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...
Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...
Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...IJERA Editor
 
Iterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO DecoderIterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO DecoderCSCJournals
 
Iterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO DecoderIterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO DecoderCSCJournals
 
Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...
Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...
Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...IJRES Journal
 
Petar Petrov MSc thesis defense
Petar Petrov MSc thesis defensePetar Petrov MSc thesis defense
Petar Petrov MSc thesis defensePetar Petrov
 
Intercept probability analysis in DF time switching full-duplex relaying netw...
Intercept probability analysis in DF time switching full-duplex relaying netw...Intercept probability analysis in DF time switching full-duplex relaying netw...
Intercept probability analysis in DF time switching full-duplex relaying netw...TELKOMNIKA JOURNAL
 

Similar to 40220140501002 (20)

Design of switched beam planer arrays using the method of genetic alograthim
Design of switched beam planer arrays using the method of genetic alograthim Design of switched beam planer arrays using the method of genetic alograthim
Design of switched beam planer arrays using the method of genetic alograthim
 
40120140501012
4012014050101240120140501012
40120140501012
 
Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...
Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...
Differential Evolution Algorithm with Triangular Adaptive Control Parameter f...
 
APPLICATION OF PARTICLE SWARM OPTIMIZATION TO MICROWAVE TAPERED MICROSTRIP LINES
APPLICATION OF PARTICLE SWARM OPTIMIZATION TO MICROWAVE TAPERED MICROSTRIP LINESAPPLICATION OF PARTICLE SWARM OPTIMIZATION TO MICROWAVE TAPERED MICROSTRIP LINES
APPLICATION OF PARTICLE SWARM OPTIMIZATION TO MICROWAVE TAPERED MICROSTRIP LINES
 
Application of particle swarm optimization to microwave tapered microstrip lines
Application of particle swarm optimization to microwave tapered microstrip linesApplication of particle swarm optimization to microwave tapered microstrip lines
Application of particle swarm optimization to microwave tapered microstrip lines
 
Development of A 3d Model Eddy Current Testing
Development of A 3d Model Eddy Current TestingDevelopment of A 3d Model Eddy Current Testing
Development of A 3d Model Eddy Current Testing
 
Numerical Investigation of Multilayer Fractal FSS
Numerical Investigation of Multilayer Fractal FSSNumerical Investigation of Multilayer Fractal FSS
Numerical Investigation of Multilayer Fractal FSS
 
D111823
D111823D111823
D111823
 
40220140505002
4022014050500240220140505002
40220140505002
 
INFLUENCE OF CHANNEL FADING CORRELATION ON PERFORMANCE OF DETECTOR ALGORITHMS...
INFLUENCE OF CHANNEL FADING CORRELATION ON PERFORMANCE OF DETECTOR ALGORITHMS...INFLUENCE OF CHANNEL FADING CORRELATION ON PERFORMANCE OF DETECTOR ALGORITHMS...
INFLUENCE OF CHANNEL FADING CORRELATION ON PERFORMANCE OF DETECTOR ALGORITHMS...
 
Influence of channel fading correlation on performance of detector algorithms...
Influence of channel fading correlation on performance of detector algorithms...Influence of channel fading correlation on performance of detector algorithms...
Influence of channel fading correlation on performance of detector algorithms...
 
Damage detection in cfrp plates by means of numerical modeling of lamb waves ...
Damage detection in cfrp plates by means of numerical modeling of lamb waves ...Damage detection in cfrp plates by means of numerical modeling of lamb waves ...
Damage detection in cfrp plates by means of numerical modeling of lamb waves ...
 
Real-Time Simulation for Laser-Tissue Interaction Model
Real-Time Simulation for Laser-Tissue Interaction ModelReal-Time Simulation for Laser-Tissue Interaction Model
Real-Time Simulation for Laser-Tissue Interaction Model
 
Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...
Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...
Performance Analysis of Adaptive DOA Estimation Algorithms For Mobile Applica...
 
Gy3312241229
Gy3312241229Gy3312241229
Gy3312241229
 
Iterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO DecoderIterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO Decoder
 
Iterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO DecoderIterative Soft Decision Based Complex K-best MIMO Decoder
Iterative Soft Decision Based Complex K-best MIMO Decoder
 
Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...
Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...
Performance Analysis of Massive MIMO Downlink System with Imperfect Channel S...
 
Petar Petrov MSc thesis defense
Petar Petrov MSc thesis defensePetar Petrov MSc thesis defense
Petar Petrov MSc thesis defense
 
Intercept probability analysis in DF time switching full-duplex relaying netw...
Intercept probability analysis in DF time switching full-duplex relaying netw...Intercept probability analysis in DF time switching full-duplex relaying netw...
Intercept probability analysis in DF time switching full-duplex relaying netw...
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 

Recently uploaded (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

40220140501002

  • 1. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), © IAEME TECHNOLOGY (IJEET) ISSN 0976 – 6545(Print) ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), pp. 10-16 © IAEME: www.iaeme.com/ijeet.asp Journal Impact Factor (2013): 5.5028 (Calculated by GISI) www.jifactor.com IJEET ©IAEME EFFICIENT EVOLUTIONARY ALGORITHM FOR THE THIN-FILM SYNTHESIS USING THE EFFECTS OF MERIT FUNCTION M.F.A. Alias1, M.A. Hussain2 1 Department of Physics, College of Science, University of Baghdad P.O. Box Jadiriyah, Baghdad, Iraq 2 University of Technology, Department of Laser and Optoelectronics Engineering Baghdad, Iraq ABSTRACT We propose a new method for designing of multilayer coatings which makes use of a specified reflectance or transmittance values over a range of wavelengths by using the evolutionary algorithms method. The crossover and mutation processes are adapted to depend directly on the value of merit function. The proposed method offers explicit values for the thickness and the refractive index of each layer. Comparing our theoretical evolutionary algorithm with other theoretical results which using different mathematical formulas for crossover, mutation and selection led to obtain acceptable solutions for different types of coating designs. Keywords: Evolutionary Algorithm, Multilayer System Design. I. INTRODUCTION The basic task of the approaches to the evolutionary algorithms for designing multilayer systems is to find the values of the construction parameters (refractive indices, and thicknesses) that bring the computed optical performance close to the target specification over the desired wavelength band. The mathematical framework for this paper assumes normal incidence of light, and the best solution for designing depends on the basis of minimizing merit function. The merit function (MF) employed here is the basic one that is used to represent the difference between the target reflectance and the computed reflectance over a range of wavelengths [1]. 10
  • 2. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), © IAEME MF = 1 W  2 1/ 2 W Rcomp ( n , d , λ j ) − Rtar ( λ j )  ∑  δR j =1  ( ) (1) where Rcomp and Rtar are the computed and the target reflectance at the wavelength λj, n and d are the refractive index and the thickness of all layers of coating system, and δR is the tolerance at the wavelength λj. In general δR is set to 0.01, W is the number of interesting points used to compute the merit function. Rcomp can be calculated using the most used method based on a matrix formulation [2]. The evolution process starting with an initial population of a number of chromosomes which each one of them is having a certain number of genes. A few statistical processes are acting on populations and species. These processes are selection, crossover, mutation and reproduction which are the principle of modern biological thought of Darwinian evolutionary theory. Starting with an initial population of chromosomes, we evaluate each of its genes by a certain fitness function. This work uses the evolutionary algorithms to the design of a thin film multilayer coating to achieve a particular reflectance or transmittance over a defined wavelength region. Also we propose a method that used merit function to determine the probability percentage of crossover and mutation processes. II. PROBLEM DEFINITION Function optimization is a rather theoretical application of a genetic algorithm. In general an optimization problem requires finding a setting of parameters of the system under consideration, such that a certain fitness function is maximized or equivalently minimized [3-5]. For a function consist of six unknown parameters: ݂ ሺ݊ଵ , ݀ଵ , ݊ଶ , ݀ଶ , ݊ଷ , ݀ଷ , … ሻ ൌ ݉݅݊݅݉‫݁ݑ݈ܽݒ ݉ݑ‬ (2) The above equation can represent three layer problems for antireflection (n) is the refractive index and d is the thickness of each layer. We can choose any possible solution of the unknown parameters, each possible parameter represent a gene while the whole set of parameters represent a chromosome. For the above function each chromosome will contain six genes, while for more complex function with more unknown parameters such as the thin-film multilayer function, the genes will exceeded to be equivalent to the layers number. The thin-film multilayer system consists of M layers of different materials with different thicknesses. This system can achieve a spectral reflectance (or transmittance) which can be compared with the desired or target reflectance via merit function. The basic operations for evolutionary algorithm are: 1- Cross-over operation The original version of this operation produced a child that inherits genes from each parent with equal probability, but in general the child inherits genes with different probability from each parents, some researchers considered that each gene of the child has an 80% probability of coming from the father and a 20% probability of coming from the mother [6], while other ones considered equal probability (50%) for each two chromosomes. Let the gene from the father be X f , and the gene from the mother or the other parent be X m , then the gene of the child Xc equal to: 11
  • 3. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), © IAEME X =P X + P X c f f m m (3) where Pf and Pm are the inheriting probability of the father and the mother, respectively. The first chromosome or the father chromosome will share with a percentage equal to: ( MF ) m P = f ( MF ) + ( MF ) m f (4) while the mother chromosome has a sharing percentage equal to: ( MF ) f P = m ( MF ) + ( MF ) m f (5) The child chromosome that comes from the cross-over of the two parents will be: X = c X .( MF ) + X .( MF ) f m m f ( MF ) + ( MF ) m f (6) Xf , Xm, Xc are the father, mother and child chromosomes, respectively. This new procedure will allow the child chromosome to inherit the best performance of the two parent chromosomes. 2- Mutation operation In this research a new formula for mutation operation has been produced, the mutation operation is assumed to have a probability of 0.2% of the total number of genes, these mutant genes are chosen randomly. The value of each mutant gene will change to another value according to the relation: X ′ = X 1+τ c c (7) τ is the variation in the value of the mutant gene, it is assumed to be equal to: τ = Rand . ( MF ) (8) c Rand is a random number between -0.5 to 0.5. Obviously, the change in the value of the mutant gene depends on its merit function value, the variation τ approaches zero as the merit function value (the perfect solution) approaches zero. 3- Replacement operation At the end of each generation of the evolutionary algorithm method, we apply the replacement operation. The replacement operation tends to remove the weakest chromosome which has maximum merit function value with another one coming from the stronger one which has minimum merit function. 12
  • 4. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), © IAEME If the genes of the stronger chromosome are (Xc)s , then the genes of the weakest chromosome (Xc)w will change to: ( X ) = ( X ) . Rand c w c s (9) (Rand) is a random number between 0.75 to 1.25. The gene of the weakest chromosome takes any value between 75% and 125% of the gene of the stronger chromosome. This operation has an important effect for elimination of any chromosome with high merit function value; this will increase the speed of reaching the best solution. III. RESULTS We will compare our theoretical evolutionary algorithm with other theoretical results which using different mathematical formulas for crossover, mutation and selection. The major results for comparison are the value of merit function and the shape of transmittance (or reflectance) curves. A. Antireflection Coating We have applied this analysis to two design problems. The first problem was treated in the work of Yang and Kao who used the family competition evolutionary algorithm and has also been the focus of several other studies [7-10], this problem is a wideband antireflection coating for germanium in the infrared region. The target design is for zero reflectance in the wavelength region between 7.7 and 12.3 µm. The incident medium (the zero layer) is air with refractive index 1.0 and the last layer is germanium substrate with refractive index 4.0, the first layer has the low refractive index (zinc sulfide with refractive index 2.2), and the second layer has the high refractive index (germanium with refractive index 4.2) . The coating materials are assumed to be non-dispersive and non-absorbing in the above wavelength region, which means that the extinction coefficient of the whole layers equals to zero then all layers will expressed with the refractive indices and thicknesses only. The total number of layers was 15. Figure (1) shows the convergence of merit function values with generation number. 1.0 15-Layer Film 0.9 0.8 Mi Fnto et uc n r i 0.7 0.6 0.5 0.4 0.3 0.2 0.1 0.0 0 2 4 6 8 10 12 14 16 18 20 Generation Number Figure 1. Convergence of merit function for M=15 The result for the reflectance as a function of wavelength is shown in figure (2), the merit function value was 0.0916 and the values of ∑ ni di was 35.1025 µm. The mean value of reflectance along the required wavelength range (7.7-12.3) µm is 0.8421%. The construction parameters of the layers are shown in Table (1). 13
  • 5. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), © IAEME 4.0 3.8 15-Layer Film 3.6 3.4 3.2 3.0 % e c ne R fle ta c 2.8 2.6 2.4 2.2 2.0 1.8 1.6 1.4 1.2 1.0 0.8 0.6 0.4 0.2 7.5 8.0 8.5 9.0 9.5 10.0 10.5 11.0 11.5 12.0 12.5 Wavelength (um) Figure 2. Antireflection coating design for M=15 B. Beam Splitter The second design was treated in the work of Yang and Kao [11] to design a beam splitter in the wavelength range (0.5-1.0) µm, the target design is the reflectance equal to 50% and transmittance 50%. The incident media (the zero layer) was air, and the substrate (the last layer) was the glass (ns=1.52), while the beams were incident normal to the plane of the splitter. The design consists of two materials with low refractive index 1.35 (NaAlF2) and high refractive index 2.35 (TiO2) arranged in sequences for 16 layers with first layer has the low refractive index. All extinction coefficients are assumed to have zero value. The result for the reflectance as a function of wavelength is shown in figure (3), the merit function value was 0.0349 and the value of ∑ ni di was 2.0920 µm. The resulting reflectance is (50±0.23) % with average value of 50.0% along the whole desired wavelength range. The construction parameters of the layers are shown in Table (1). 55.0 54.5 54.0 16-Layer Film 53.5 53.0 52.5 52.0 R eflec ce (% tan ) 51.5 51.0 50.5 50.0 49.5 49.0 48.5 48.0 47.5 47.0 46.5 46.0 45.5 45.0 0.5 0.6 0.7 0.8 0.9 Wavelengh (um) Figure 3. Splitter coating design for M=16 14 1.0
  • 6. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), © IAEME Table(1): Construction parameters of the antireflection and beam splitter coating Antireflection Coating Layer 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 Beam Splitter Coating Refractive Thickness Index µm 1.00 -----------2.20 1.119305 4.20 0.719271 2.20 0.324698 4.20 0.387474 2.20 0.556538 4.20 0.340919 2.20 2.488036 4.20 1.495034 2.20 0.341780 4.20 0.387282 2.20 0.827030 4.20 0.216319 2.20 0.596713 4.20 1.471448 2.20 0.122277 4.00 ------------ Refractive Index 1.00 1.35 2.35 1.35 2.35 1.35 2.35 1.35 2.35 1.35 2.35 1.35 2.35 1.35 2.35 1.35 2.35 Thickness µm ---------0.10811 0.06555 0.00765 0.05713 0.03912 0.12353 0.16354 0.11681 0.02721 0.08659 0.05567 0.09766 0.04615 0.04442 0.05719 0.00859 1.52 ---------- 17 MF 0.0916 0.03495 IV. CONCLUSIONS These results have demonstrated that the new formula of crossover and mutation is a synthesis approach for optical thin-film designs. These formulas can closely cooperate with any other method to improve the overall search performance. The results of two optical coating designs verify that the proposed approach, although some-what slower, is competitive with comparable algorithm to obtain acceptable solutions for different types of coating designs. We believe that the crossover and mutation operations can depend on the value of merit function to produce designs with high quality comparing with other methods. REFERENCES [1] [2] [3] J.Dobrowolski, and R.Kemp, Refinement of optical multilayer systems with different optimization procedures, Applied Optics, 29, 1990,2876-2893. K.Wang, and T. Woo, Genetic algorithms and adaptive optimization, Lecture Notes, Department of Industrial Engineering, University of Washington, USA., 2001. Ioannis G. Tsoulos , Solving constrained optimization problems using a novel genetic algorithm, Applied Mathematics and Computation, 208(1), 2009,273-283. 15
  • 7. International Journal of Electrical Engineering and Technology (IJEET), ISSN 0976 – 6545(Print), ISSN 0976 – 6553(Online) Volume 5, Issue 1, January (2014), © IAEME [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] P. Bumroongsri, S.Kheawhom, Simultaneous estimation of thin film thickness and optical properties using two-stage optimization, Journal of Global Optimization 54(3), 2012, 583-597. S. Patel and V. Kheraj, Determination of refractive index and thickness of thin-film from reflectivity spectrum using genetic algorithm, AIP Conference. Proceeding, 1536, 509-510, 2013. P. Berning, Theory and Calculations of Optical Thin Films, In: G. Hass (ed.) Physics of Thin Films, Academic Press, New York , 1963,69-121. J-M Yang and C-Y Kao, A robust evolutionary algorithm for optical thin-film designs, Proceedings of the 2000 Congress on Evolutionary Computation, (CEC00).La Jolla, California, UAS,2000, 978-985. J.A. Dobrowolski, Numerical Methods for Optical Thin Films, Optics and Photonics News, 8 (6), 1997,24-33. S. Martin, J.rivory, and M. Schoeannauer, Synthesis of optical multiplayer systems using genetic algorithms, Applied Optics, 34(13) 1995, 2247-2254. J.Aguilera, J. Aguilera, P. Baumeister, A. Bloom, D. Coursen, J.Dobrowolski, F. Goldstein, D. Gustafson, and R. Kemp, Antireflection coatings for Germanium IR Optics: A Comparison of Numerical Design Methods, Applied Optics, 27, 1988, 2832-2840. J-M Yang, and C-Y Kao, Efficient evolutionary algorithm for the thin-film synthesis of inhomogeneous optical coatings, Applied Optics, 40 (19), 2001, 3256-3267. Anwar A. Alsagaf, Yousef Y. Holba, Anwar H. Jarndal and Gamil R. Salman, “The Hybrid Evolutionary Algorithm For Optimal Planning Of Hybrid Woban”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 3, Issue 3, 2012, pp. 122 - 138, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. D Kathirvel, N Suriyanarayanan, S Prabahar, S Srikanth and P Rajasekarana, “Optical and AFM Studies of Vacuum Evaporated CDS Thin Films”, International Journal of Electronics and Communication Engineering & Technology (IJECET), Volume 2, Issue 2, 2011, pp. 16 - 22, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472. 16