Microsoft Word - BRAIN_7_issue_4_version_4.doc 23 Solving Optimization Problems via Vortex Optimization Algorithm and Cognitive Development Optimization Algorithm Ahmet Demir Karahalli Vocational School, Usak University, Uşak, Turkey ahmet.demir@usak.edu.tr Utku Kose Computer Sciences Application and Research Center, Usak University, Uşak, Turkey utku.kose@usak.edu.tr Abstract In the fields which require finding the most appropriate value, optimization became a vital approach to employ effective solutions. With the use of optimization techniques, many different fields in the modern life have found solutions to their real-world based problems. In this context, classical optimization techniques have had an important popularity. But after a while, more advanced optimization problems required the use of more effective techniques. At this point, Computer Science took an important role on providing software related techniques to improve the associated literature. Today, intelligent optimization techniques based on Artificial Intelligence are widely used for optimization problems. The objective of this paper is to provide a comparative study on the employment of classical optimization solutions and Artificial Intelligence solutions for enabling readers to have idea about the potential of intelligent optimization techniques. At this point, two recently developed intelligent optimization algorithms, Vortex Optimization Algorithm (VOA) and Cognitive Development Optimization Algorithm (CoDOA), have been used to solve some multidisciplinary optimization problems provided in the source book Thomas' Calculus 11th Edition and the obtained results have compared with classical optimization solutions. Keywords: optimization, classical optimization, vortex optimization algorithm, cognitive development optimization algorithm, Artificial Intelligence. 1. Introduction The concept of optimization is briefly defined as the choosing of the best set of alternatives in hand by also taking some rules into consideration. 1 When we examine optimization in the context of mathematics, we can say that a common optimization problem provides one or more functions to be optimized and besides the optimization process it requires meeting with some constraints while trying to reach optimum value(s). One cannot deny that the optimization has become an important solution approach especially for real world problems, ever since its first simple uses. Classical optimization techniques have provided a way of getting accurate enough results especially on complex problems of applied sciences. In time, many different fields in our life have been associated with the applications within optimization. Like many other unstoppable changes in technologies (and even in the world), also the field of optimization has changed. Because more advanced optimization problems appeared with technological developments, classical optimization solutions became too weak to be employed. Especially, the requirements involved by advanced optimization problems enabled researchers / scientists to think about alternative solutions and thus, many different advanced optimization solutions have been introduced in time. If we look at the current associated literatures, it can be seen that Computer Science has an important role in improving the optimization field with software oriented techniques. In other words, Artificial Intelligence, which is a great sub-research field of 1 INFORMS Computing Society, The nature of mathematical programming, Mathematical Programming Glossary. Online (Retrieved 10 June 2016): http://glossary.computing.society.informs.org/ver2/mpgwiki/index.php?title=Extra:Mathematical_programming MedLibrary. (2016). Mathematical optimization. Online (Retrieved 10 June 2016): http://medlibrary.org/medwiki/Mathematical_optimization BRAIN. Broad Research in Artificial Intelligence and Neuroscience Volume 7, Issue 4, November 2016, ISSN 2067-3957 (online), ISSN 2068 - 0473 (print) 24 Computer Science, currently occupies a remarkable place in optimization, with its intelligent approaches, methods, and techniques to solve advanced optimization problems. The current literature of Artificial Intelligence about optimization is mostly associated with research works on Swarm Intelligence. With an increasing popularity especially in the last decade, the solutions ways introduced in Swarm Intelligence are generally characterized by a decentralized way of working mimicking behaviors / functions of swarms regarding to social insects, flocks of birds, or even schools of fish, and the most common advantages of these solution ways are robustness and flexibility against especially complex, advanced problems (Blum & Li, 2008). As a result of the successful results obtained with the techniques / algorithms in Swarm Intelligence, there has been a remarkable interest in this sub-field of Artificial Intelligence (in time, even different sub-research subjects on Swarm Intelligence have appeared). If we focus on the most recent literature, we can see that there are some techniques / algorithms, which are popular and widely used. These are: Particle Swarm Optimization (PSO), Ant Colony Optimization (ACO), Artificial Bee Colony (ABC), Firefly Algorithm (FA), Bat Algorithm (BA), Cuckoo Search (CS). For more information about them, readers are referred to Blum & Li (2008), Bonabeau et al. (1999), Engelbrecht (2006), Kennedy et al. (2001), Kennedy (2011), Dorigo & Blum, (2005), Karaboga & Basturk (2008), Yang (2009), Yang & Deb (2009), Garnier et al. (2007), Rosenberg (2016), Foss (2016). The objective of this paper is to provide a comparative study on employing classical optimization solutions and Artificial Intelligence based solutions for enabling readers to have an idea about the potential of intelligent optimization techniques. At this point, two recently developed intelligent optimization algorithms, Vortex Optimization Algorithm (VOA) and Cognitive Development Optimization Algorithm (CoDOA), have been used to solve some multidisciplinary optimization problems provided by the source book Thomas' Calculus 11th Edition, and the obtained results have been compared with classical optimization solution ways. By this, the authors aimed to show the effectiveness of two recent intelligent optimization techniques in optimization problems from a multidisciplinary perspective. In the context of the objective of the paper, the organization of the remaining content is as follows: the next two sections are devoted to brief explanations of the employed techniques: Vortex Optimization Algorithm (VOA) and Cognitive Development Optimization Algorithm (CoDOA). Following that, the fourth section is related to applications on optimization problems in order to compare the potential of the related algorithms / techniques with classical optimization solution ways. Finally, the paper ends with conclusions and discussions about future works. 2. Vortex Optimization Algorithm As developed by Kose and Arslan, Vortex Optimization Algorithm (VOA) is an intelligent optimization technique, which is inspired from vortex flows / behaviors in nature (Kose & Arslan, 2015). In this context, VOA tries to simulate some dynamics occurred in the context of vortex nature. Generally, the algorithm is a swarm intelligence based evolutional technique, which includes many methods of eliminating weak swarm members and improving the solution process by supporting the solution space via new swarm members having adaptive parameters. The most recent algorithmic steps of the VOA can be explained briefly as follows (Kose & Arslan, 2015a; Kose et al., 2015): � Step 1: Define initial parameters (N for number of particles; vorticity (v) values of each particle; max. and min. limits for vorticity value and other values related to function, problem…etc.; and e for elimination rate). � Step 2: Locate the particles randomly within the solution space and calculate the fitness values for each of them. Update the v value of the particle with the best fitness value by using a random value. Mark this particle as a vortex and keep its values as the best so far. � Step 3: Repeat the sub-steps below until the stopping criteria: A. Demir, U. Kose - Solving Optimization Problems via Vortex Optimization Algorithm and Cognitive Development Optimization Algorithm 25 o Step 3.1: Mark each particle, whose fitness value is under the average fitness of all particles, as the vortex. The other – remaining particles are in the ‘normal’ particle status. o Step 3.2: Update v value of each particle by using the Equation 1: particlei_v_change = particlei_v + (random_value * (global_best_v / particlei_v)) particlei_v = particlei_v_change (1) o Step 3.3: Update the v value of each vortex particle (except from the best particle so far) by using a random value. o Step 3.4: Update the position of each particle (except from the best particle so far) by using the following equation (Equation 2): particlei_position += (random_value * (particlei_v_change * (global_best_position – particlei_position))) (2) o Step 3.5: Calculate the fitness values according to the new positions of each particle. Mark the particle with the best value as a vortex (if it is not a vortex yet) and keep its values as the best so far. o Step 3.6: If the number of non-vortex particles is under the value of e, remove all non- particles from the solution space and create new particles according to the number of removed particles. Locate these new particles randomly within the solution space. Perform in-system optimization in bigger problems. o Step 3.7: Return to the Step 3.1. if the stopping criteria has not reached yet. � Step 4: The best values obtained within the loop is the optimum solution. A flow chart regarding the VOA is presented under Figure 1. Figure 1. Flow chart of the VOA BRAIN. Broad Research in Artificial Intelligence and Neuroscience Volume 7, Issue 4, November 2016, ISSN 2067-3957 (online), ISSN 2068 - 0473 (print) 26 3. Cognitive Development Optimization Algorithm Cognitive Development Optimization Algorithm (CoDOA) is another intelligent optimization technique, which was introduced by Kose and Arslan (2015b). As similar to the VOA, CoDOA includes simple algorithmic steps and equations, which form a solution frame inspired from Piaget’s Theory on Cognitive Development. Piaget’s Theory explains that each individual goes through different stages of cognitive development like maturation, social interaction, balancing while learning new concepts and finally improving cognitive infrastructure (Kose & Arslan, 2015b; Piaget, 1964; Piaget, 1973; Singer & Revenson, 1997). CoDOA has been built based on the following phases: Initialization Phase, Socialization Phase, Maturation Phase, Rationalizing Phase, and Balancing Phase. All of these phases are some kind of calculation steps, which have been formed as a result of inspirations from the stages of cognitive development. The phases are repeated until the stopping criterion is met (Kose & Arslan, 2015b). Algorithmic steps of the CoDOAare as follows (Kose & Arslan, 2015b; Piaget, 1964; Piaget, 1973; Singer & Revenson, 1997; Kose & Arslan, 2016): � Step 1 (Initialization Phase): Set initial parameters (N: number of particles; initial interactivity rate (ir) and experience (ex) values for each particle; max. and min. limits (min. limit is 0.0) for ir value (max_ir and min_ir); ml for the maturity limit; and r for the rationality rate. Also, set other values related to the function, problem…etc. (e.g. dimension, search domain…etc.). � Step 2: Place the particles randomly in the solution space and calculate fitness values for each of them. Update the ir value of the particle with the best fitness value by using a random value (Equation 3). best_particle_ir_(new)=best_particle_ir_(current)+(rand. * best_particle_ir_(current)) (3) Also, increase the ex value of this particle by 1. � Step 3: Repeat the loop steps below until the stopping criterion (e.g. iteration number) is met: o Step 3.1 (Socialization Phase): Decrease (by 1) the ex value of each particle, whose fitness value is equal to or above the average fitness of all particles (if the problem is minimization). Also, increase (by 1) the ex value of each particle, whose fitness value is under the average fitness of all particles (if the problem is minimization). Finally, update the ir value of these particles by using a random value (Equation 4). particlej_ir_(new) = particlej_ir_(current) + (rand. * particlej_ir_(current)) (4) o Step 3.2: Update the ir value of all particles by using the following equation (Equation 5): particlei_ir_(new) = rand. * particlei_ir_(current) (5) o Step 3.3: Update the position of each particle (except from the best particle so far) by using the Equation 6: particlei_pos._(new) = particlei_pos._(current) + (rand. * (particlei_ir_(current) * (global_best_pos. – particlei_pos._(current)))) (6) o Step 3.4: Calculate fitness values according to the new position of each particle. Update the ir value of the particle with the better / best fitness value by using a random value (Equation 7). best_particle_ir_(new) = best_particle_ir_(current) + (rand. * best_particle_ir_(current))(7) Also, increase the ex value of this particle by 1. o Step 3.5 (Maturation Phase): Update the ir value of each particle, whose ex value is equal to or under the ml value by using the Equation 8: particlej_ir_(new) = particlej_ir_(current) + (rand. * particlej_ir_(current)) (8) Calculate the fitness values according to the new position of each particle. Update the ir value of the particle with the better / best fitness value by using a random value (Equation 9). A. Demir, U. Kose - Solving Optimization Problems via Vortex Optimization Algorithm and Cognitive Development Optimization Algorithm 27 best_particle_ir_(new) = best_particle_ir_(current) + (rand. * best_particle_ir_(current))(9) Also, increase ex value of this particle by 1. o Step 3.6 (Rationalizing Phase): Update ir and positions of each particle, whose ex value is under 0, by using the following equations: particlej_ir_(new) = particlej_ir_(current) + (rand. * (best_particle_ir_(current) / particlej_ir_(current))) (10) particlei_pos._(new) = particlei_pos._(current) + (rand. * (particlei_ir_(current) * (global_best_pos. – particlei_pos._(current)))) (11) Update ir of each particle, whose ex value is equal to or above 0, and repeat this r times; by using the Equation 12: particlej_ir_(new) = particlej_ir_(current) + (rand. * (best_particle_ir_(current) / particlej_ir_(current))) (12) o Step 3.7 (Balancing Phase): Update the ir value of all particles by using the Equation 13: particlei_ir_(new) = rand. * particlei_ir_(current) (13) Calculate fitness values according to the new position of each particle. Update the ir value of the particle with the better / best fitness value by using a random value (Equation 14). best_particle_ir_(new) = best_particle_ir_(current) + (rand. * best_particle_ir_(current))(14) Also, increase the ex value of this particle by 1. For big problems, perform in-system optimization. Return to the Step 3.1. if the stopping criteria is not achieved yet. � Step 4: The best values obtained within the loop are related to the optimum solution. Figure 2 shows a flow chart regarding the CoDOA (Kose, & Arslan, 2015b). Figure 2.Flow chart of the CoDOA (Kose & Arslan, 2015b). 4. Solving Optimization Problems via VOA and CoDOA The related problems solved here are from Thomas’ Calculus 11 th Edition (Thomas et al., 2005a). In order to see the success of the algorithms: VOA and CoDOA, the solutions offered by these algorithms have been compared with the solutions provided in the solution manual of Thomas Calculus book (Thomas et al., 2005b). In this context, a total of 10 problems have been taken into BRAIN. Broad Research in Artificial Intelligence and Neuroscience Volume 7, Issue 4, November 2016, ISSN 2067-3957 (online), ISSN 2068 - 0473 (print) 28 consideration. In order not to make the readability complex, the problems and their solutions with classical approaches are provided first, and then a comparison with the results provided by VOA and CoDOA are shown under a general table. In order to understand more about the background of classical approaches, The First Derivative Theorem for Local Extreme Values and also some solution rules in this manner are expressed briefly in the following paragraphs as follows (Thomas et al., 2005a): 4.1. The First Derivative Theorem for Local Extreme Values If f has a local maximum or minimum value at an interior point c of its domain, and if it is defined at c, then ( ) 0f c′ = . 4.1.1. The trapezoidal rule In order to approximate ( ) b a f x dx∫ , use ( )0 1 2 12 2 ... 2 2 n n x T y y y y y− ∆ = + + + + + .The y’s are the values of f at the partition points 0 x a= , 1 x a x= +∆ , 2 2x a x= + ∆ , …, ( )1 1nx a n x− = + − ∆ , n x b= , where ( ) /x b a n∆ = − . 4.1.2. Simpson’s rule In order to approximate ( ) b a f x dx∫ , use ( )0 1 2 3 2 14 2 4 ... 2 4 3 n n n x S y y y y y y y− − ∆ = + + + + + + + . The y’s are the values of f at the partition points 0 x a= , 1 x a x= +∆ , 2 2x a x= + ∆ , …, ( )1 1nx a n x− = + − ∆ , nx b= , The number n is even, and ( ) /x b a n∆ = − . 4.2. Optimization Problems from Thomas’ Calculus The chosen problems from Thomas' Calculus 11th Edition and their solutions with classical approaches are as follows (problem definitions and necessary explanations regarding the solutions are taken directly from the source books in order to enable readers to get exact information from the original source) (Thomas et al., 2005a; Thomas et al., 2005b): Problem – 1: “Piping oil from a drilling rig to a refinery”: A drilling rig 12 mi offshore is to be connected by pipe to a refinery onshore, 20 mi straight down the coast from the rig. If a underwater pipe costs $500,000 per mile and a land-based pipe costs $300,000 per mile, what combination of the two will render the least expensive connection? Solution – 1: Figure 3.Problem – 1: “Piping oil from a drilling rig to a refinery” (Thomas et al., 2005a; Thomas et al., 2005b). A. Demir, U. Kose - Solving Optimization Problems via Vortex Optimization Algorithm and Cognitive Development Optimization Algorithm 29 Now we introduce the length x of the underwater pipe and the length y of the land-based pipe as variables. The right angle opposite the rig is the key to expressing the relationship between x and y, for the Pythagorean Theorem gives: ( ) 22 2 12 20x y= + − ( ) 2 144 20x y= + − Only the positive root has meaning in this model. The dollar cost of the pipeline is: 500, 000 300, 000c x y= + . To express c as a function of a single variable, we can substitute for x, using the following equation: ( ) ( )2500, 000 144 20 300, 000c y y y= + − + Our goal now is to find the minimum value of c(y) on the interval 0 ≤ y ≤ 20. The first derivative of c(y) with respect to y according to the Chain Rule is: ( ) ( )( ) ( ) ( ) ( ) 2 2 2 20 11 500, 000 300, 000 2 144 20 20 500, 000 300, 000 144 20 y c y y y y − − ′ = + + − − = − + + − Setting c’ equal to zero gives: ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) 2 2 2 2 2 500, 000 20 300, 000 144 20 5 20 144 20 3 25 20 144 20 9 16 20 144 9 3 20 12 9 4 20 9 11 29 y y y y y y y y y y or y − = + − ⇒ − = + − ⇒ − = + − ⇒ − = ⇒ − = ± = ± ⇒ = ± ⇒ = = Only y = 11 lies in the interval of interest. The values of c at this critical point and at the endpoints are: ( ) ( ) ( ) 11 10, 800, 000 0 11, 661, 900 20 12, 000, 000 c c c = = = The least expensive connection costs $10,800,000, and we achieve it by running the line underwater to the point on shore 11 mi from the refinery. BRAIN. Broad Research in Artificial Intelligence and Neuroscience Volume 7, Issue 4, November 2016, ISSN 2067-3957 (online), ISSN 2068 - 0473 (print) 30 Figure 4.Problem – 1: “Piping oil from a drilling rig to a refinery” – solution (as drawn by the authors). Problem – 2: “Constructing a pipeline”: Supertankers off-load oil at a dockingfacility 4 mi offshore. The nearest refinery is 9 mi east of theshore point nearest the docking facility. A pipeline must be constructedconnecting the docking facility with the refinery. The pipeline costs $300,000 per mile if constructed underwater and $200,000 per mile if constructed overland. Figure 5.Problem – 2: “Constructing a pipeline” (Thomas et al., 2005a; Thomas et al., 2005b). a. Locate Point B to minimize the cost of the construction. b. The cost of underwater construction is expected to increase, whereas the cost of overland construction is expected to stay constant. At what cost does it become optimal to construct the pipeline directly to Point A? Solution – 2: Figure 6.Problem – 2: “Constructing a pipeline” – solution (Thomas et al., 2005a; Thomas et al., 2005b). A. Demir, U. Kose - Solving Optimization Problems via Vortex Optimization Algorithm and Cognitive Development Optimization Algorithm 31 a. The construction cost is ( ) ( )20.3 16 0.2 9C x x x= + + − million dollars, where 0 9x≤ ≤ miles. The following is a graph of ( )C x . Figure 7.Problem – 2: “Constructing a pipeline” – solution (Thomas et al., 2005a; Thomas et al., 2005b). Solving ( ) 2 0.3 0.2 0 16 C x x ′ = − = + gives 8 5 3.58 5 x = ± ≈ ± miles, but only 3.58x = miles is a critical point is the specified domain. Evaluating the costs at the critical and endpoints gives ( )0 $3C = million, 8 5 $2.694 5 C   ≈     million, and ( )9 $2.955C ≈ million. Therefore, to minimize the cost of construction, the pipeline should be placed from the docking facility to point B, 3.58 miles along the shore from point A, and then along the shore from B to the refinery. b. If the per mile cost of underwater construction is p, then ( ) ( )216 0.2 9C x p x x= + + − and ( ) 2 0.2 0 16 px C x x ′ = − = + gives 2 0.8 0.04 c x p = − , which minimizes the construction cost provided 9 c x ≤ . The value of p that gives 9 c x = miles is 0.218864. Consequently, if the underwater construction costs $0.218864 per mile or less, then running the pipeline along a straight line directly from the docking facility to the refinery will minimize the cost of construction. In theory, p would have to be infinite to justify running the pipe directly from the docking facility to point A (i.e., for c x to be zero). For all values of 0.218864p > there is always an ( )0, 9cx ∈ that will give a minimum value for C. This is proved by looking at ( ) ( ) 3/ 2 2 16 16 c c p C x x ′′ = + which is always positive for 0p > . Problem – 3: “Upgrading a highway”: A highway must be constructed to connect Village A with Village B. There is a rudimentary roadway that can be upgraded 50 mi south of the line connecting the two villages. The cost of upgrading the existing roadway is of $300,000 per mile, whereas the cost of constructing a new highway is of $500,000 per mile. Find the combination between upgrading the existing construction and a new construction, that minimizes the cost of connecting the two villages. Clearly define the location of the proposed highway. BRAIN. Broad Research in Artificial Intelligence and Neuroscience Volume 7, Issue 4, November 2016, ISSN 2067-3957 (online), ISSN 2068 - 0473 (print) 32 Figure 8.Problem – 3: “Upgrading a highway” (Thomas et al., 2005a; Thomas et al., 2005b). Solution – 3: There are two options to consider. The first one is to build a new road straight from Village A to Village B. The second one is to build a new highway segment from Village A to the Old Road, reconstruct a segment of the Old Road, and build a new highway segment from the Old Road to Village B. Figure 9. Problem – 3: “Upgrading a highway” – solution (as drawn by the authors). The cost of the first option is ( )1 0.5 150C = million dollars =75 million dollars. Figure 10.Problem – 3: “Upgrading a highway” – solution (Thomas et al., 2005a; Thomas et al., 2005b). The construction cost for the second option is ( ) ( ) ( )22 0.5 2 2500 0.3 150 2C x x x= + + − million dollars for 0 75x≤ ≤ miles. A graph of ( )2C x is shown in Figure 11. A. Demir, U. Kose - Solving Optimization Problems via Vortex Optimization Algorithm and Cognitive Development Optimization Algorithm 33 Figure 11.Problem – 3: “Upgrading a highway” – solution (Thomas et al., 2005a; Thomas et al., 2005b). Solving ( )2 2 0.6 0 2500 x C x x ′ = − = + give 37.5x = ± miles, but only 37.5x = miles is in the specified domain. In summary, 1 $75C = million, ( )2 0 $95C = million, ( )2 37.5 $85C = million, and ( )2 75 $90.139C = million. Consequently, a new road straight from village A to village B is the least expensive option. Problem – 4: “Locating a pumping station”: Two towns lie on the south side of a river. A pumping station is to be located to serve the two towns. A pipeline will be constructed from the pumping station to each of the towns along the line connecting the town and the pumping station. Locate the pumping station to minimize the amount of pipeline that must be constructed. Figure 12.Problem – 4: “Locating a pumping station” (Thomas et al., 2005a; Thomas et al., 2005b). Solution – 4 Figure 13.Problem – 4: “Locating a pumping station” – solution (Thomas et al., 2005a; Thomas et al., 2005b). The length of the pipeline is ( ) ( ) 22 4 25 10L x x x= + + + − for 0 10x≤ ≤ . A graph of ( )L x is shown in Figure 14. BRAIN. Broad Research in Artificial Intelligence and Neuroscience Volume 7, Issue 4, November 2016, ISSN 2067-3957 (online), ISSN 2068 - 0473 (print) 34 Figure 14.Problem – 4: “Locating a pumping station” – solution [22, 23]. Setting the derivative of ( )L x equal to zero gives ( ) ( ) ( )2 2 10 0 4 25 10 xx L x x x − ′ = − = + + − . Note that 2 cos 4 A x x θ= + and ( ) ( )2 10 cos 25 10 B x x θ − = + − .Therefore, ( ) 0L x′ = when cos cosA Bθ θ= , or A B θ θ= and ACP∆ is similar to BDP∆ . Use simple proportions to determine x as follows: 10 20 2.857 2 5 7 x x x − = ⇒ = ≈ miles along the coast from town A to town B. If the two towns were on opposite sides of the river, the obvious solution would be to place the pump station on a straight line (the shortest distance) between two towns, again forcing A B θ θ= . The shortest length of pipe is the same regardless of whether the towns are on the same or opposite sides of the river. Problem – 5: “The length of a guy wire”: One tower is 50 ft high and another tower is 30 ft high. The towers are 150 ft apart. A guy wire is to run from Point A to the top of each tower. Figure 15. Problem – 5: “Length of a guy wire” (Thomas et al., 2005a; Thomas et al., 2005b). a. Locate Point A so that the total length of guy wire is minimal. b. Show in general that regardless of the height of the towers, the length of guy wire is minimized if the angles at A are equal. A. Demir, U. Kose - Solving Optimization Problems via Vortex Optimization Algorithm and Cognitive Development Optimization Algorithm 35 Solution – 5: Figure 16. Problem – 5: “Length of a guy wire” – solution (Thomas et al., 2005a; Thomas et al., 2005b). a. The length of guy wire is ( ) ( )22900 2500 150L x x x= + + + − for 0 150x≤ ≤ . A graph of ( )L x is shown in Figure 17. Figure 17. Problem – 5: “Length of a guy wire” – solution (Thomas et al., 2005a; Thomas et al., 2005b). Setting ( )L x′ equal to zero gives ( ) ( ) ( )2 2 150 0 900 2500 150 xx L x x x − ′ = − = + + − . Note that 2 cos 900 C x x θ= + and ( ) ( )2 150 cos 2500 150 B x x θ − = + − . Therefore, ( ) 0L x′ = when cos cos C B θ θ= , or C B θ θ= and ACE∆ is similar to ABD∆ . Use simple proportions to determine x as follows: 150 225 56.25 30 50 4 x x x − = ⇒ = = feet. b. Figure 18. Problem – 5: “Length of a guy wire” – solution(as re-drawn by the authors). BRAIN. Broad Research in Artificial Intelligence and Neuroscience Volume 7, Issue 4, November 2016, ISSN 2067-3957 (online), ISSN 2068 - 0473 (print) 36 If the heights of the towers are hB B h and C h , and the horizontal distance between them is s, then ( ) ( )22 2 2C BL x h x h s x= + + + − and ( ) ( ) ( )2 2 22C B s xx L x h x h s x − ′ = − + + − . However, 2 2 cos C C x h x θ= + and ( ) ( )22 cos B B s x h s x θ − = + − . Therefore, ( ) 0L x′ = when cos cos C B θ θ= , or C B θ θ= and ACE∆ is similar to ABD∆ . Simple proportions can again be used to determine the optimum x: C C B B C hx s x x s h h h h  − = ⇒ =   +  . Problem – 6:“The area of an athletic field”: An athletic field is to be built in the shape of a rectangle x units long capped by semicircular regions of radius r at the two ends. The field is to be bounded by a 400-m racetrack. a. Express the area of the rectangular portion of the field as a function of x alone or r alone (your choice). b. What values of x and r give the rectangular portion the largest possible area? Solution – 6: Figure 19.Problem – 6: “Area of an athletic field” – solution (Thomas et al., 2005a; Thomas et al., 2005b). a. From the diagram, the perimeter 2 2 400 200P x r x rπ π= + = ⇒ = − . The area A is ( ) 22 400 2rx A r r rπ⇒ = − where 200 0 r π ≤ ≤ . b. ( ) 400 4A r rπ′ = − so the only critical point is 100 r π = . Since ( ) 0A r = if 0r = and 200 0x rπ= − = , the values 100 31.83r π = ≈ m and 100x = m maximize the area over the interval 200 0 r π ≤ ≤ . Problem – 7:“The alternating current peak value”: Suppose that at any given time t (in seconds) the current i (in amperes) in an alternating current circuit is 2 cos 2 sini t t= + . What is the peak value of current for this circuit (the largest magnitude)? Solution – 7: 2 sin 2 cos dI t t dt = − + , solving 0 tan 1 4 dI t t n dt π π= ⇒ = ⇒ = + where n is a nonnegative integer (in this exercise t is never negative) ⇒ the peak value of current is 2 2 amps. A. Demir, U. Kose - Solving Optimization Problems via Vortex Optimization Algorithm and Cognitive Development Optimization Algorithm 37 Problem – 8:“Draining a swamp”: A town wants to drain and fill a small polluted swamp (Figure 20). The swamp has an average depth of 5 ft. About how many cubic yards of dirt will it take to fill the area after the swamp is drained? Figure 20.Problem – 8: “Draining a swamp” – solution (Thomas et al., 2005a; Thomas et al., 2005b). Solution – 8: To calculate the volume of the swamp, we estimate the surface area and multiply by 5. To estimate the area, we use Simpson’s Rule with 20x∆ = ft and the y’s equal to the distances measured across the swamp, as shown in Figure 20. ( ) ( ) 0 1 2 3 4 5 6 4 2 4 2 4 3 20 146 488 152 216 80 120 13 3 x S y y y y y y y ∆ = + + + + + + = + + + + + + The volume is about ( )( ) 38100 5 40, 500 ft= or 31500 yd Problem – 9:“Stocking a fish pond”: As the fish and game warden of your township, you are responsible for stocking the town pond with fish before the fishing season. The average depth of the pond is 20 ft. Using a scaled map, the distances across the pond at 200-ft intervals are measured, as shown in the accompanying diagram. a. Use the Trapezoidal Rule to estimate the volume of the pond. b. You plan to start the season with one fish per 1000 cubic feet. You intend to have at least 25% of the opening day’s fish population left at the end of the season. What is the maximum number of licenses the town can sell if the average seasonal catch is of 20 fish per license? BRAIN. Broad Research in Artificial Intelligence and Neuroscience Volume 7, Issue 4, November 2016, ISSN 2067-3957 (online), ISSN 2068 - 0473 (print) 38 Figure 21.Problem – 9: “Stocking a fish pond” – solution (Thomas et al., 2005a; Thomas et al., 2005b). Solution – 9: Figure 22.Problem – 9: “Stocking a fish pond” – solution (Thomas et al., 2005a; Thomas et al., 2005b). a. Using Trapezoid Rule, 200 200 100 2 2 x x ∆ ∆ = ⇒ = = ; ( ) ( ) 213,180 100 13,180 1, 318, 000imf x Area ft= ⇒ ≈ =∑ Since the average depth = 20 ft we obtain Volume ≈ 20(Area) ≈ 26,360,000 3ft . b. Now, Number of fish 26, 360 1000 Volume = = (to the nearest fish) ⇒ Maximum to be caught =%75 of 26,360 = 19,770 ⇒ Number of licenses 19, 770 988 20 = . Problem – 10:“Wing design”: The design of a new airplane requires a gasoline tank of constant cross-sectional area in each wing. A scale drawing of a cross-section is shown here. The tank must hold 5000 lb of gasoline, which has a density of 42 3 /lb ft . Estimate the length of the tank. Figure 23.Problem – 10: “Wing design” – solution (Thomas et al., 2005a; Thomas et al., 2005b). A. Demir, U. Kose - Solving Optimization Problems via Vortex Optimization Algorithm and Cognitive Development Optimization Algorithm 39 Solution – 10: Figure 24.Problem – 10: “Wing design” – solution (Thomas et al., 2005a; Thomas et al., 2005b). Using Simpson's Rule, 1 1 3 3 x x ∆ ∆ = ⇒ = ; 33.6 i my =∑ ⇒ Cross Section Area ≈ ( ) 2 1 33.6 11.2 3 ft= . Let x be the length of the tank. Then the Volume V= (Cross Sectional Area) x=11.2x. Now 5000 lb of gasoline at 42 3 /lb ft ⇒ 3 3 5000 119.05 119.05 11.2 10.63 42 V ft x x ft= = ⇒ = ⇒ ≈ . 4.3. A comparison of Optimization Results In addition to the solutions with classical approaches, the related algorithms (VOA and CoDOA) have been applied in each optimization problem. Defined values for the parameters of VOA and CoDOAalong the solution processes are shown in Table 1. Table 1.Defined values for the parameters of VOA and CoDOA. VOA CoDOA Total number of particles (N): 50 Total number of particles (N): 50 Total iteration (the stopping criteria): 1500 Total iteration (the stopping criteria): 1500 Initial vorticity value: 0.50 Initial interactivity rate: 0.50 Max. vorticity value: 7.0 Max. interactivity rate: 10.0 Min. vorticity value: -7.0 Maturity limit (ml): 3 Elimination rate (e): 50 Rationality rate (r): 2 The obtained optimum values via different solution ways are provided briefly in Table 2. BRAIN. Broad Research in Artificial Intelligence and Neuroscience Volume 7, Issue 4, November 2016, ISSN 2067-3957 (online), ISSN 2068 - 0473 (print) 40 Table 2.Comparison of results with classical optimization and intelligent optimization by VOA and CoDOA. No. Problem Evaluated optimum valueswith; Classical Optimization VOA CoDOA 1 “Piping oil from a drilling rig to a refinery” 11 11.00000023 11.00000025 2 “Constructing a pipeline” a. 3.58 b. 0.218864 a. 3.57770878 b. 0.21886419 a. 3.57794999 b. 0.21886437 3 “Upgrading a highway” C1=150 C2=37.5 C1=150 C2=37.50000060 C1=150 C2=37.50000058 4 “Locating a pumping station” ≈2.857 2.85714284 2.85714011 5 “Length of a guy wire” a. 56.25 b. proved under the solution. a. 56.25000174 b. keeping the angles equal, the function was always at minimum. a. 56.25001853 b. keeping the angles equal, the function was always at minimum. 6 “Area of an athletic field” a. out of evaluation concept. b. ≈31.83; 100 a. out of evaluation concept. b. 31.83010059; 100.00001703 a. out of evaluation concept. b. 31.83010968; 100.00001599 7 “Peak alternating current” 2.83 2.82986004 2.82979951 8 “Draining a swamp” (distances across the swamp) 146; 122; 76; 54; 40; 30; 13 (distances across the swamp) 145.98660207; 122.00032280; 75.75901488; 53.99980502; 40.00000118; 30.11089200; 13.00651000 (distances across the swamp) 145.96803305; 122.00001999; 76.00739888; 53.99000855; 40.00099502; 29.87605209; 13.00788033 9 “Stocking a fish pond” a. (distances across the pond) 0; 520; 800; 1000; 1140; 1160; 1110; 860; 0 b. max. lic.= 988 a. (distances across the pond) 0.00000000; 520.00003122; 800.00010055; 1000.01000180; 1139.99866225; 1160.01330288; 1109.78908801; 860.00012000; 0.00000000 a. (distances across the pond) 0.00000000; 520.00003122; 800.00010055; 1000.01000180; 1139.99866225; 1160.01330288; 1109.78908801; 860.00012000; 0.00000000 A. Demir, U. Kose - Solving Optimization Problems via Vortex Optimization Algorithm and Cognitive Development Optimization Algorithm 41 b. max. lic.= 988 b. max. lic.= 988 10 “Wing design” (distances across the wing / tank) 1.5; 1.6; 1.8; 1.9; 2.0; 2.1; 2.1 (distances across the wing / tank) 1.50002333; 1.59999850; 1.80011019; 1.90000111; 1.99968005; 2.10003689; 2.10003444 (distances across the wing / tank) 1.50111088; 1.60000199; 1.79983001; 1.90044608; 1.97688903; 2.09999809; 2.10099985 5. Conclusions and future work This paper has provided a comparative study on classical optimization solutions and Artificial Intelligence based intelligent solutions for some optimization problems in a multidisciplinary manner. In order to achieve that, the authors have used two recently introduced intelligent optimization algorithm / techniques, Vortex Optimization Algorithm (VOA) and Cognitive Development Optimization Algorithm (CoDOA), on some optimization problems from the source book, Thomas' Calculus 11th Edition, and compared the obtained results with the ones rendered by the classical optimization. The obtained results show that the Artificial Intelligence and the techniques introduced under this important field have an effective role on providing desired optimization results. In detail, the employment of Artificial Intelligence (and so intelligent solutions) is also able to reduce calculation times and efforts spent to solve more advanced optimization problems, thanks to the power of computers and mathematically – logically improved solution steps. The authors believe that this paper is also a reference for enabling readers to have an idea about the potential of intelligent optimization techniques and their role on multidisciplinary cases. In addition to the applications reported here, there are also some future works especially on the employment of VOA and CoDOA on different optimization problems. In detail, the authors plan to use the related techniques on solving more advanced optimization problems in mathematics and comparing the obtained results with some other strong solution ways and even alternative Artificial Intelligence techniques. On the other hand, there are also some other works to use VOA and CoDOA for designing hybrid models under a multidisciplinary perspective, including many different fields needing more effective and efficient solutions. References Blum, C., & Li, X. (2008). Swarm Intelligence in Optimization (pp. 43-85). Springer Berlin Heidelberg. Bonabeau, E., Dorigo, M., & Theraulaz, G. (1999). Swarm Intelligence: From Natural to Artificial Systems (No. 1). Oxford University Press. Engelbrecht, A. P. (2006). Fundamentals of Computational Swarm Intelligence.John Wiley & Sons. Kennedy, J., Kennedy, J. F., Eberhart, R. C., & Shi, Y. (2001). Swarm Intelligence. Morgan Kaufmann. Kennedy, J. (2011). Particle swarm optimization.In Encyclopedia of machine learning (pp. 760- 766) Springer US. Dorigo, M., & Blum, C. (2005). Ant colony optimization theory: A survey. Theoretical computer science, 344(2), 243-278. Karaboga, D., & Basturk, B. (2008). On the performance of artificial bee colony (ABC) algorithm.Applied Soft Computing, 8: 687-697. Yang, X. S. (2009). Firefly algorithms for multimodal optimization. In Stochastic algorithms: foundations and applications (pp. 169-178). Springer Berlin Heidelberg. BRAIN. Broad Research in Artificial Intelligence and Neuroscience Volume 7, Issue 4, November 2016, ISSN 2067-3957 (online), ISSN 2068 - 0473 (print) 42 Yang, X. S., & Deb, S. (2009). Cuckoo search via Lévy flights. In Nature & Biologically Inspired Computing, 2009.NaBIC 2009. World Congress on (pp. 210-214). IEEE. Garnier, S., Gautrais, J., & Theraulaz, G. (2007). The biological principles of swarm intelligence.Swarm Intelligence, 1(1), 3-31. Rosenberg, L. (2016). Artificial Swarm Intelligence, a Human-in-the-loop approach to AI. In Thirtieth AAAI Conference on Artificial Intelligence. Foss, R. A. (2016). Major Mechanisms Contributing to Swarm Intelligence.Systems Research and Behavioral ScienceDOI: 10.1002/sres.2416. Kose, U., & Arslan, A. (2015). On the idea of a new artificial intelligence based optimization algorithm inspired from the nature of vortex. Broad Research in Artificial Intelligence and Neuroscience, 5(1-4), 60-66. Kose, U., Guraksin, G. E., & Deperlioglu, O. (2015). Diabetes determination via vortex optimization algorithm based support vector machines. In Medical Technologies National Conference (TIPTEKNO), 2015 (pp. 1-4). IEEE. Kose, U., & Arslan, A. (2015). Realizing an optimization approach inspired from Piaget’s theory on cognitive development.Broad Research in Artificial Intelligence and Neuroscience, 6(1-4), 15- 22. Piaget, J. (1964). Part I: Cognitive development in children: Piaget development and learning, Journal of Research in Science Teaching, 2(3), 176-186. Piaget, J. (1973). Main Trends in Psychology. London: George Allen &Unwin. Singer, D. G.,& Revenson, T. A. (1997). A Piaget primer: How a child thinks. International Universities Press, Inc., 59 Boston Post Road, Madison, CT 06443-1524. Kose, U., & Arslan, A. (2016). Intelligent e-learning system for improving students’ academic achievements in computer programming courses.International Journal of Engineering Education, 32(1-A), 185-198. Thomas, G. B., Weir, M. D., Hass, J., & Giordano, F. R. (2005). Thomas' Calculus 11 th Edition.Pearson Education – Addison-Wesley. Thomas, G. B., Weir, M. D., Hass, J., & Giordano, F. R. (2005). Thomas' Calculus 11 th Edition Solution Manual. Pearson Education – Addison-Wesley. INFORMS Computing Society, The nature of mathematical programming, Mathematical Programming Glossary. Online (Retrieved 10 June 2016): http://glossary.computing.society.informs.org/ver2/mpgwiki/index.php?title=Extra:Mathematic al_programming MedLibrary. (2016). Mathematical optimization. Online (Retrieved 10 June 2016): http://medlibrary.org/medwiki/Mathematical_optimization