This paper presents the topology-aware two-phase I/O (TATP), which optimizes the most popular collective MPI-IO implementation of ROMIO. In order to improve the hop-bytes metric during the file access, topology-aware two-phase I/O employs the Linear Assignment Problem (LAP) for finding an optimal assignment of file domain to aggregators, an aspect which is not considered in most two-phase I/O implementations. The distribution is based on the local data stored by each process, and its main purpose is to reduce the total hop-bytes of the I/O collective operation. Therefore, the global execution time can be improved. In most of the considered scenarios, topology-aware two-phase I/O obtains important improvements when compared with the original two-phase I/O implementations.
{"title":"Topology-Aware Strategy for MPI-IO Operations in Clusters","authors":"Weifeng Liu, Jie Zhou, Meng Guo","doi":"10.1155/2018/2068490","DOIUrl":"https://doi.org/10.1155/2018/2068490","url":null,"abstract":"This paper presents the topology-aware two-phase I/O (TATP), which optimizes the most popular collective MPI-IO implementation of ROMIO. In order to improve the hop-bytes metric during the file access, topology-aware two-phase I/O employs the Linear Assignment Problem (LAP) for finding an optimal assignment of file domain to aggregators, an aspect which is not considered in most two-phase I/O implementations. The distribution is based on the local data stored by each process, and its main purpose is to reduce the total hop-bytes of the I/O collective operation. Therefore, the global execution time can be improved. In most of the considered scenarios, topology-aware two-phase I/O obtains important improvements when compared with the original two-phase I/O implementations.","PeriodicalId":42964,"journal":{"name":"Journal of Optimization","volume":"5 1","pages":""},"PeriodicalIF":4.0,"publicationDate":"2018-11-19","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89049204","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Brain abnormality is a cause for the chief risk factors in human society with larger morbidity rate. Identification of tumor in its early stage is essential to provide necessary treatment procedure to save the patient. In this work, Jaya Algorithm (JA) and Otsu’s Function (OF) guided method is presented to mine the irregular section of brain MRI recorded with Flair and T2 modality. This work implements a two-step process to examine the brain tumor from the axial, sagittal, and coronal views of the two-dimensional (2D) MRI slices. This paper presents a detailed evaluation of thresholding procedure with varied threshold levels (Th=2,3,4,5), skull stripping process before/after the thresholding practice, and the tumor extraction based on the Chan-Vese approach. Superiority of JA is confirmed among other prominent heuristic approaches found in literature. The outcome of implemented study confirms that Jaya Algorithm guided method is capable of presenting superior values of Jaccard-Index, Dice-Coefficient, sensitivity, specificity, accuracy, and precision on the BRATS 2015 dataset.
脑异常是造成人类社会主要危险因素之一,发病率较高。早期发现肿瘤对于提供必要的治疗程序以挽救患者至关重要。本文采用Jaya算法(JA)和Otsu 's Function (OF)引导方法对Flair和T2模态记录的脑MRI不规则切片进行挖掘。这项工作实现了两步的过程,从二维(2D) MRI切片的轴向,矢状面和冠状面检查脑肿瘤。本文详细评价了不同阈值水平(Th=2,3,4,5)的阈值分割过程,阈值分割前后的颅骨剥离过程,以及基于Chan-Vese方法的肿瘤提取。在文献中发现的其他突出的启发式方法中,JA的优越性得到了证实。实施的研究结果证实,Jaya算法指导方法能够在BRATS 2015数据集上呈现优越的Jaccard-Index、Dice-Coefficient、灵敏度、特异性、准确度和精密度值。
{"title":"Jaya Algorithm Guided Procedure to Segment Tumor from Brain MRI","authors":"S. Satapathy, V. Rajinikanth","doi":"10.1155/2018/3738049","DOIUrl":"https://doi.org/10.1155/2018/3738049","url":null,"abstract":"Brain abnormality is a cause for the chief risk factors in human society with larger morbidity rate. Identification of tumor in its early stage is essential to provide necessary treatment procedure to save the patient. In this work, Jaya Algorithm (JA) and Otsu’s Function (OF) guided method is presented to mine the irregular section of brain MRI recorded with Flair and T2 modality. This work implements a two-step process to examine the brain tumor from the axial, sagittal, and coronal views of the two-dimensional (2D) MRI slices. This paper presents a detailed evaluation of thresholding procedure with varied threshold levels (Th=2,3,4,5), skull stripping process before/after the thresholding practice, and the tumor extraction based on the Chan-Vese approach. Superiority of JA is confirmed among other prominent heuristic approaches found in literature. The outcome of implemented study confirms that Jaya Algorithm guided method is capable of presenting superior values of Jaccard-Index, Dice-Coefficient, sensitivity, specificity, accuracy, and precision on the BRATS 2015 dataset.","PeriodicalId":42964,"journal":{"name":"Journal of Optimization","volume":"16 1","pages":""},"PeriodicalIF":4.0,"publicationDate":"2018-11-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"84505886","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
Hamiltonian Cycle Problem is one of the most explored combinatorial problems. Being an NP-complete problem, heuristic approaches are found to be more powerful than exponential time exact algorithms. This paper presents an efficient hybrid heuristic that sits in between the complex reliable approaches and simple faster approaches. The proposed algorithm is a combination of greedy, rotational transformation and unreachable vertex heuristics that works in three phases. In the first phase, an initial path is created by using greedy depth first search. This initial path is then extended to a Hamiltonian path in second phase by using rotational transformation and greedy depth first search. Third phase converts the Hamiltonian path into a Hamiltonian cycle by using rotational transformation. The proposed approach could find Hamiltonian cycles from a set of hard graphs collected from the literature, all the Hamiltonian instances (1000 to 5000 vertices) given in TSPLIB, and some instances of FHCP Challenge Set. Moreover, the algorithm has O(n3) worst case time complexity. The performance of the algorithm has been compared with the state-of-the-art algorithms and it was found that HybridHAM outperforms others in terms of running time.
{"title":"HybridHAM: A Novel Hybrid Heuristic for Finding Hamiltonian Cycle","authors":"K. R. Seeja","doi":"10.1155/2018/9328103","DOIUrl":"https://doi.org/10.1155/2018/9328103","url":null,"abstract":"Hamiltonian Cycle Problem is one of the most explored combinatorial problems. Being an NP-complete problem, heuristic approaches are found to be more powerful than exponential time exact algorithms. This paper presents an efficient hybrid heuristic that sits in between the complex reliable approaches and simple faster approaches. The proposed algorithm is a combination of greedy, rotational transformation and unreachable vertex heuristics that works in three phases. In the first phase, an initial path is created by using greedy depth first search. This initial path is then extended to a Hamiltonian path in second phase by using rotational transformation and greedy depth first search. Third phase converts the Hamiltonian path into a Hamiltonian cycle by using rotational transformation. The proposed approach could find Hamiltonian cycles from a set of hard graphs collected from the literature, all the Hamiltonian instances (1000 to 5000 vertices) given in TSPLIB, and some instances of FHCP Challenge Set. Moreover, the algorithm has O(n3) worst case time complexity. The performance of the algorithm has been compared with the state-of-the-art algorithms and it was found that HybridHAM outperforms others in terms of running time.","PeriodicalId":42964,"journal":{"name":"Journal of Optimization","volume":"42 1","pages":""},"PeriodicalIF":4.0,"publicationDate":"2018-10-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"87716686","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
We study the problem of optimal observability and prove time asymptotic observability estimates for the Schrödinger equation with a potential in L∞Ω, with Ω⊂Rd, using spectral theory. An elegant way to model the problem using a time asymptotic observability constant is presented. For certain small potentials, we demonstrate the existence of a nonzero asymptotic observability constant under given conditions and describe its explicit properties and optimal values. Moreover, we give a precise description of numerical models to analyze the properties of important examples of potentials wells, including that of the modified harmonic oscillator.
{"title":"Asymptotics for Optimal Design Problems for the Schrödinger Equation with a Potential","authors":"Alden Waters, Ekaterina Merkurjev","doi":"10.1155/2018/8162845","DOIUrl":"https://doi.org/10.1155/2018/8162845","url":null,"abstract":"We study the problem of optimal observability and prove time asymptotic observability estimates for the Schrödinger equation with a potential in L∞Ω, with Ω⊂Rd, using spectral theory. An elegant way to model the problem using a time asymptotic observability constant is presented. For certain small potentials, we demonstrate the existence of a nonzero asymptotic observability constant under given conditions and describe its explicit properties and optimal values. Moreover, we give a precise description of numerical models to analyze the properties of important examples of potentials wells, including that of the modified harmonic oscillator.","PeriodicalId":42964,"journal":{"name":"Journal of Optimization","volume":"24 1","pages":""},"PeriodicalIF":4.0,"publicationDate":"2018-10-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"90984381","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
In the management of software testing, testing-recourse allocation is one of the most important problems due to the tradeoff between development cost and reliability of released software. This paper presents the model-based approach to design the testing-resource allocation. In particular, we employ the architecture-based software reliability model with operational profile to estimate the quantitative software reliability in operation phase and formulate the multiobjective optimization problems with respect to cost, testing effort, and software reliability. In numerical experiment, we investigate the difference of the presented optimization problem from the existing testing-resource allocation model.
{"title":"Optimizing Testing-Resource Allocation Using Architecture-Based Software Reliability Model","authors":"H. Okamura, T. Dohi","doi":"10.1155/2018/6948656","DOIUrl":"https://doi.org/10.1155/2018/6948656","url":null,"abstract":"In the management of software testing, testing-recourse allocation is one of the most important problems due to the tradeoff between development cost and reliability of released software. This paper presents the model-based approach to design the testing-resource allocation. In particular, we employ the architecture-based software reliability model with operational profile to estimate the quantitative software reliability in operation phase and formulate the multiobjective optimization problems with respect to cost, testing effort, and software reliability. In numerical experiment, we investigate the difference of the presented optimization problem from the existing testing-resource allocation model.","PeriodicalId":42964,"journal":{"name":"Journal of Optimization","volume":"7 1","pages":""},"PeriodicalIF":4.0,"publicationDate":"2018-09-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75648586","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
This paper describes a modified three-term Hestenes–Stiefel (HS) method. The original HS method is the earliest conjugate gradient method. Although the HS method achieves global convergence using an exact line search, this is not guaranteed in the case of an inexact line search. In addition, the HS method does not usually satisfy the descent property. Our modified three-term conjugate gradient method possesses a sufficient descent property regardless of the type of line search and guarantees global convergence using the inexact Wolfe–Powell line search. The numerical efficiency of the modified three-term HS method is checked using 75 standard test functions. It is known that three-term conjugate gradient methods are numerically more efficient than two-term conjugate gradient methods. Importantly, this paper quantifies how much better the three-term performance is compared with two-term methods. Thus, in the numerical results, we compare our new modification with an efficient two-term conjugate gradient method. We also compare our modification with a state-of-the-art three-term HS method. Finally, we conclude that our proposed modification is globally convergent and numerically efficient.
{"title":"A New Modified Three-Term Hestenes–Stiefel Conjugate Gradient Method with Sufficient Descent Property and Its Global Convergence","authors":"B. Baluch, Z. Salleh, Ahmad Alhawarat","doi":"10.1155/2018/5057096","DOIUrl":"https://doi.org/10.1155/2018/5057096","url":null,"abstract":"This paper describes a modified three-term Hestenes–Stiefel (HS) method. The original HS method is the earliest conjugate gradient method. Although the HS method achieves global convergence using an exact line search, this is not guaranteed in the case of an inexact line search. In addition, the HS method does not usually satisfy the descent property. Our modified three-term conjugate gradient method possesses a sufficient descent property regardless of the type of line search and guarantees global convergence using the inexact Wolfe–Powell line search. The numerical efficiency of the modified three-term HS method is checked using 75 standard test functions. It is known that three-term conjugate gradient methods are numerically more efficient than two-term conjugate gradient methods. Importantly, this paper quantifies how much better the three-term performance is compared with two-term methods. Thus, in the numerical results, we compare our new modification with an efficient two-term conjugate gradient method. We also compare our modification with a state-of-the-art three-term HS method. Finally, we conclude that our proposed modification is globally convergent and numerically efficient.","PeriodicalId":42964,"journal":{"name":"Journal of Optimization","volume":"40 1","pages":""},"PeriodicalIF":4.0,"publicationDate":"2018-09-27","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89274856","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
In this paper a new approach for designing a truck appointment system (TAS) at container terminals is proposed. While the vast majority of published research analyzes the TAS from the perspective of drayage companies and terminal operations, in this work this topic is centered around truck drivers. The objective of this approach is to show that it is possible to increase the satisfaction of drivers which will maintain the positive effects that the TAS provides to the port. To be more precise, the focus is on exploiting the fact that individual truck drivers perform multiple visits to the container terminal in a day. Based on this information, a scheduling problem is defined and the corresponding integer programming model is developed. The potential benefits of the proposed approach are evaluated for the ports of Los Angeles and the port of Seattle. This has been done by generating problem instances based on the distribution of the number of daily truck visits to the port, number of daily working hours of drivers, and distances (lengths) of individual dray moves for the corresponding ports. The results of the conducted computational experiments show that using the proposed approach can positively affect gate waiting times and truck driver satisfaction. Further, it is shown that this type of approach favors more experienced drivers, which has a potential to provide additional benefits to the port.
{"title":"Optimizing Truck Visits to Container Terminals with Consideration of Multiple Drays of Individual Drivers","authors":"R. Jovanovic","doi":"10.1155/2018/5165124","DOIUrl":"https://doi.org/10.1155/2018/5165124","url":null,"abstract":"In this paper a new approach for designing a truck appointment system (TAS) at container terminals is proposed. While the vast majority of published research analyzes the TAS from the perspective of drayage companies and terminal operations, in this work this topic is centered around truck drivers. The objective of this approach is to show that it is possible to increase the satisfaction of drivers which will maintain the positive effects that the TAS provides to the port. To be more precise, the focus is on exploiting the fact that individual truck drivers perform multiple visits to the container terminal in a day. Based on this information, a scheduling problem is defined and the corresponding integer programming model is developed. The potential benefits of the proposed approach are evaluated for the ports of Los Angeles and the port of Seattle. This has been done by generating problem instances based on the distribution of the number of daily truck visits to the port, number of daily working hours of drivers, and distances (lengths) of individual dray moves for the corresponding ports. The results of the conducted computational experiments show that using the proposed approach can positively affect gate waiting times and truck driver satisfaction. Further, it is shown that this type of approach favors more experienced drivers, which has a potential to provide additional benefits to the port.","PeriodicalId":42964,"journal":{"name":"Journal of Optimization","volume":"33 1","pages":""},"PeriodicalIF":4.0,"publicationDate":"2018-09-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"85402978","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
The efficient planning and operation of power distribution systems are becoming increasingly significant with the integration of renewable energy options into power distribution networks. Keeping voltage magnitudes within permissible ranges is vital; hence, control devices, such as tap changers, voltage regulators, and capacitors, are used in power distribution systems. This study presents an optimization model that is based on three heuristic approaches, namely, particle swarm optimization, imperialist competitive algorithm, and moth flame optimization, for solving the voltage deviation problem. Two different load profiles are used to test the three modified algorithms on IEEE 123- and IEEE 13-bus test systems. The proposed optimization model uses three different cases: Case 1, changing the tap positions of the regulators; Case 2, changing the capacitor sizes; and Case 3, integrating Cases 1 and 2 and changing the locations of the capacitors. The numerical results of the optimization model using the three heuristic algorithms are given for the two specified load profiles.
{"title":"A Heuristic Approach for Optimal Planning and Operation of Distribution Systems","authors":"Khalid Mohammed Saffer Alzaidi, O. Bayat, O. Ucan","doi":"10.1155/2018/6258350","DOIUrl":"https://doi.org/10.1155/2018/6258350","url":null,"abstract":"The efficient planning and operation of power distribution systems are becoming increasingly significant with the integration of renewable energy options into power distribution networks. Keeping voltage magnitudes within permissible ranges is vital; hence, control devices, such as tap changers, voltage regulators, and capacitors, are used in power distribution systems. This study presents an optimization model that is based on three heuristic approaches, namely, particle swarm optimization, imperialist competitive algorithm, and moth flame optimization, for solving the voltage deviation problem. Two different load profiles are used to test the three modified algorithms on IEEE 123- and IEEE 13-bus test systems. The proposed optimization model uses three different cases: Case 1, changing the tap positions of the regulators; Case 2, changing the capacitor sizes; and Case 3, integrating Cases 1 and 2 and changing the locations of the capacitors. The numerical results of the optimization model using the three heuristic algorithms are given for the two specified load profiles.","PeriodicalId":42964,"journal":{"name":"Journal of Optimization","volume":"234 1","pages":""},"PeriodicalIF":4.0,"publicationDate":"2018-06-03","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"75522056","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}