WorldWideScience

Sample records for continuous knapsack problems

  1. Knapsack problems

    CERN Document Server

    Kellerer, Hans; Pisinger, David

    2004-01-01

    Thirteen years have passed since the seminal book on knapsack problems by Martello and Toth appeared. On this occasion a former colleague exclaimed back in 1990: "How can you write 250 pages on the knapsack problem?" Indeed, the definition of the knapsack problem is easily understood even by a non-expert who will not suspect the presence of challenging research topics in this area at the first glance. However, in the last decade a large number of research publications contributed new results for the knapsack problem in all areas of interest such as exact algorithms, heuristics and approximation schemes. Moreover, the extension of the knapsack problem to higher dimensions both in the number of constraints and in the num­ ber of knapsacks, as well as the modification of the problem structure concerning the available item set and the objective function, leads to a number of interesting variations of practical relevance which were the subject of intensive research during the last few years. Hence, two years ago ...

  2. Sensitivity analysis of a greedy heuristic for knapsack problems

    NARCIS (Netherlands)

    Ghosh, D; Chakravarti, N; Sierksma, G

    2006-01-01

    In this paper, we carry out parametric analysis as well as a tolerance limit based sensitivity analysis of a greedy heuristic for two knapsack problems-the 0-1 knapsack problem and the subset sum problem. We carry out the parametric analysis based on all problem parameters. In the tolerance limit

  3. Polyhedral combinatorics of the cardinality constrained quadratic knapsack problem and the quadratic selective travelling salesman problem

    DEFF Research Database (Denmark)

    Mak, Vicky; Thomadsen, Tommy

    2006-01-01

    This paper considers the cardinality constrained quadratic knapsack problem (QKP) and the quadratic selective travelling salesman problem (QSTSP). The QKP is a generalization of the knapsack problem and the QSTSP is a generalization of the travelling salesman problem. Thus, both problems are NP...

  4. An Optimal Parallel Algorithm for the Knapsack Problem Based on EREW

    Institute of Scientific and Technical Information of China (English)

    李肯立; 蒋盛益; 王卉; 李庆华

    2003-01-01

    A new parallel algorithm is proposed for the knapsack problem where the method of divide and conquer is adopted. Based on an EREW-SIMD machine with shared memory, the proposed algorithm utilizes O(2n/4)1-ε processors, 0≤ε≤1, and O(2n/2) memory to find a solution for the n-element knapsack problem in time O(2n/4(2n/4)ε). The cost of the proposed parallel algorithm is O(2n/2), which is an optimal method for solving the knapsack problem without memory conflicts and an improved result over the past researches.

  5. Solving the 0/1 Knapsack Problem by a Biomolecular DNA Computer

    Directory of Open Access Journals (Sweden)

    Hassan Taghipour

    2013-01-01

    Full Text Available Solving some mathematical problems such as NP-complete problems by conventional silicon-based computers is problematic and takes so long time. DNA computing is an alternative method of computing which uses DNA molecules for computing purposes. DNA computers have massive degrees of parallel processing capability. The massive parallel processing characteristic of DNA computers is of particular interest in solving NP-complete and hard combinatorial problems. NP-complete problems such as knapsack problem and other hard combinatorial problems can be easily solved by DNA computers in a very short period of time comparing to conventional silicon-based computers. Sticker-based DNA computing is one of the methods of DNA computing. In this paper, the sticker based DNA computing was used for solving the 0/1 knapsack problem. At first, a biomolecular solution space was constructed by using appropriate DNA memory complexes. Then, by the application of a sticker-based parallel algorithm using biological operations, knapsack problem was resolved in polynomial time.

  6. A Novel Discrete Global-Best Harmony Search Algorithm for Solving 0-1 Knapsack Problems

    Directory of Open Access Journals (Sweden)

    Wan-li Xiang

    2014-01-01

    is applied to decide whether or not a new randomly generated harmony is included into the HM. The proposed DGHS is evaluated on twenty knapsack problems with different scales and compared with other three metaheuristics from the literature. The experimental results indicate that DGHS is efficient, effective, and robust for solving difficult 0-1 knapsack problems.

  7. Comparative Analysis of Genetic Crossover Operators in Knapsack ...

    African Journals Online (AJOL)

    ADOWIE PERE

    Knapsack problem via GA (Genetic Algorithm) is presented. We compared ... Keywords: Genetic Algorithm, Crossover, Heuristic, Arithmetic, Intermediate, Evolutionary Algorithm. The knapsack .... application to 0/1 Knapsack problem, Applied.

  8. Improved Parallel Three-List Algorithm for the Knapsack Problem without Memory Conflicts

    Institute of Scientific and Technical Information of China (English)

    Pan Jun; Li Kenli; Li Qinghua

    2006-01-01

    Based on the two-list algorithm and the parallel three-list algorithm, an improved parallel three-list algorithm for knapsack problem is proposed, in which the method of divide and conquer, and parallel merging without memory conflicts are adopted. To find a solution for the n-element knapsack problem, the proposed algorithm needs O(23n/8) time when O(23n/8) shared memory units and O(2n/4) processors are available. The comparisons between the proposed algorithm and 10 existing algorithms show that the improved parallel three-list algorithm is the first exclusive-read exclusive-write (EREW) parallel algorithm that can solve the knapsack instances in less than O(2n/2) time when the available hardware resource is smaller than O(2n/2), and hence is an improved result over the past researches.

  9. Solving the Extended Tree Knapsack Problem with xed cost ow ...

    African Journals Online (AJOL)

    Parts of the Local Access Telecommunication Network planning problem may be modelled as an Extended Tree Knapsack Problem. The Local Access Telecommunication Network can contribute up to 60% of the total network costs. This paper presents partitioning algorithms that use standard o-the-shelf software coupled ...

  10. DESIGN AND EXAMINATION OF ALGORITHMS FOR SOLVING THE KNAPSACK PROBLEM

    Directory of Open Access Journals (Sweden)

    S. Kantsedal

    2015-07-01

    Full Text Available The use of methods of branches and boundaries as well as the methods of dynamic programming at solving the problem of «knapsack» is grounded. The main concepts are expounded. The methods and algorithms development for solving the above specified problem are described. Recommendations on practical application of constructed algorithms based on their experimental investigation and carrying out charactheristics comparison are presented.

  11. Genetic programming over context-free languages with linear constraints for the knapsack problem: first results.

    Science.gov (United States)

    Bruhn, Peter; Geyer-Schulz, Andreas

    2002-01-01

    In this paper, we introduce genetic programming over context-free languages with linear constraints for combinatorial optimization, apply this method to several variants of the multidimensional knapsack problem, and discuss its performance relative to Michalewicz's genetic algorithm with penalty functions. With respect to Michalewicz's approach, we demonstrate that genetic programming over context-free languages with linear constraints improves convergence. A final result is that genetic programming over context-free languages with linear constraints is ideally suited to modeling complementarities between items in a knapsack problem: The more complementarities in the problem, the stronger the performance in comparison to its competitors.

  12. A hybrid guided neighborhood search for the disjunctively constrained knapsack problem

    Directory of Open Access Journals (Sweden)

    Mhand Hifi

    2015-12-01

    Full Text Available In this paper, we investigate the use of a hybrid guided neighborhood search for solving the disjunctively constrained knapsack problem. The studied problem may be viewed as a combination of two NP-hard combinatorial optimization problems: the weighted-independent set and the classical binary knapsack. The proposed algorithm is a hybrid approach that combines both deterministic and random local searches. The deterministic local search is based on a descent method, where both building and exploring procedures are alternatively used for improving the solution at hand. In order to escape from a local optima, a random local search strategy is introduced which is based on a modified ant colony optimization system. During the search process, the ant colony optimization system tries to diversify and to enhance the solutions using some informations collected from the previous iterations. Finally, the proposed algorithm is computationally analyzed on a set of benchmark instances available in the literature. The provided results are compared to those realized by both the Cplex solver and a recent algorithm of the literature. The computational part shows that the obtained results improve most existing solution values.

  13. On local search for bi-objective knapsack problems.

    Science.gov (United States)

    Liefooghe, Arnaud; Paquete, Luís; Figueira, José Rui

    2013-01-01

    In this article, a local search approach is proposed for three variants of the bi-objective binary knapsack problem, with the aim of maximizing the total profit and minimizing the total weight. First, an experimental study on a given structural property of connectedness of the efficient set is conducted. Based on this property, a local search algorithm is proposed and its performance is compared to exact algorithms in terms of runtime and quality metrics. The experimental results indicate that this simple local search algorithm is able to find a representative set of optimal solutions in most of the cases, and in much less time than exact algorithms.

  14. An algorithm for determining the K-best solutions of the one-dimensional Knapsack problem

    Directory of Open Access Journals (Sweden)

    Horacio Hideki Yanasse

    2000-06-01

    Full Text Available In this work we present an enumerative scheme for determining the K-best solutions (K > 1 of the one dimensional knapsack problem. If n is the total number of different items and b is the knapsack's capacity, the computational complexity of the proposed scheme is bounded by O(Knb with memory requirements bounded by O(nb. The algorithm was implemented in a workstation and computational tests for varying values of the parameters were performed.Neste trabalho apresenta-se um esquema enumerativo para se determinar as K-melhores (K > 1 soluções para o problema da mochila unidimensional. Se n é o número total de itens diferentes e b é a capacidade da mochila, a complexidade computacional do esquema proposto é limitado por O(Knb. O algoritmo foi implementado em uma estação de trabalho e testes computacionais foram realizados variando-se diferentes parâmetros do problema.

  15. Multiple Choice Knapsack Problem: example of planning choice in transportation.

    Science.gov (United States)

    Zhong, Tao; Young, Rhonda

    2010-05-01

    Transportation programming, a process of selecting projects for funding given budget and other constraints, is becoming more complex as a result of new federal laws, local planning regulations, and increased public involvement. This article describes the use of an integer programming tool, Multiple Choice Knapsack Problem (MCKP), to provide optimal solutions to transportation programming problems in cases where alternative versions of projects are under consideration. In this paper, optimization methods for use in the transportation programming process are compared and then the process of building and solving the optimization problems is discussed. The concepts about the use of MCKP are presented and a real-world transportation programming example at various budget levels is provided. This article illustrates how the use of MCKP addresses the modern complexities and provides timely solutions in transportation programming practice. While the article uses transportation programming as a case study, MCKP can be useful in other fields where a similar decision among a subset of the alternatives is required. Copyright 2009 Elsevier Ltd. All rights reserved.

  16. An iterative bidirectional heuristic placement algorithm for solving the two-dimensional knapsack packing problem

    Science.gov (United States)

    Shiangjen, Kanokwatt; Chaijaruwanich, Jeerayut; Srisujjalertwaja, Wijak; Unachak, Prakarn; Somhom, Samerkae

    2018-02-01

    This article presents an efficient heuristic placement algorithm, namely, a bidirectional heuristic placement, for solving the two-dimensional rectangular knapsack packing problem. The heuristic demonstrates ways to maximize space utilization by fitting the appropriate rectangle from both sides of the wall of the current residual space layer by layer. The iterative local search along with a shift strategy is developed and applied to the heuristic to balance the exploitation and exploration tasks in the solution space without the tuning of any parameters. The experimental results on many scales of packing problems show that this approach can produce high-quality solutions for most of the benchmark datasets, especially for large-scale problems, within a reasonable duration of computational time.

  17. Resource allocation on computational grids using a utility model and the knapsack problem

    CERN Document Server

    Van der ster, Daniel C; Parra-Hernandez, Rafael; Sobie, Randall J

    2009-01-01

    This work introduces a utility model (UM) for resource allocation on computational grids and formulates the allocation problem as a variant of the 0–1 multichoice multidimensional knapsack problem. The notion of task-option utility is introduced, and it is used to effect allocation policies. We present a variety of allocation policies, which are expressed as functions of metrics that are both intrinsic and external to the task and resources. An external user-defined credit-value metric is shown to allow users to intervene in the allocation of urgent or low priority tasks. The strategies are evaluated in simulation against random workloads as well as those drawn from real systems. We measure the sensitivity of the UM-derived schedules to variations in the allocation policies and their corresponding utility functions. The UM allocation strategy is shown to optimally allocate resources congruent with the chosen policies.

  18. Cooperative parallel adaptive neighbourhood search for the disjunctively constrained knapsack problem

    Science.gov (United States)

    Quan, Zhe; Wu, Lei

    2017-09-01

    This article investigates the use of parallel computing for solving the disjunctively constrained knapsack problem. The proposed parallel computing model can be viewed as a cooperative algorithm based on a multi-neighbourhood search. The cooperation system is composed of a team manager and a crowd of team members. The team members aim at applying their own search strategies to explore the solution space. The team manager collects the solutions from the members and shares the best one with them. The performance of the proposed method is evaluated on a group of benchmark data sets. The results obtained are compared to those reached by the best methods from the literature. The results show that the proposed method is able to provide the best solutions in most cases. In order to highlight the robustness of the proposed parallel computing model, a new set of large-scale instances is introduced. Encouraging results have been obtained.

  19. On а Recursive-Parallel Algorithm for Solving the Knapsack Problem

    Directory of Open Access Journals (Sweden)

    Vladimir V. Vasilchikov

    2018-01-01

    Full Text Available In this paper, we offer an efficient parallel algorithm for solving the NP-complete Knapsack Problem in its basic, so-called 0-1 variant. To find its exact solution, algorithms belonging to the category ”branch and bound methods” have long been used. To speed up the solving with varying degrees of efficiency, various options for parallelizing computations are also used. We propose here an algorithm for solving the problem, based on the paradigm of recursive-parallel computations. We consider it suited well for problems of this kind, when it is difficult to immediately break up the computations into a sufficient number of subtasks that are comparable in complexity, since they appear dynamically at run time. We used the RPM ParLib library, developed by the author, as the main tool to program the algorithm. This library allows us to develop effective applications for parallel computing on a local network in the .NET Framework. Such applications have the ability to generate parallel branches of computation directly during program execution and dynamically redistribute work between computing modules. Any language with support for the .NET Framework can be used as a programming language in conjunction with this library. For our experiments, we developed some C# applications using this library. The main purpose of these experiments was to study the acceleration achieved by recursive-parallel computing. A detailed description of the algorithm and its testing, as well as the results obtained, are also given in the paper.

  20. On the efficient solvability of a simple class of nonlinear knapsack ...

    African Journals Online (AJOL)

    Abstract. In this paper the efficient solvability of a class of nonlinear knapsack problems are investigated by means of the problem's necessary and sufficient conditions. It is shown that, from the general theory, it is impossible to determine sufficient conditions for a solution to be globally optimal. Furthermore, it is shown that ...

  1. Rancang Bangun Aplikasi Enkripsi dan Dekripsi Email Dengan Menggunakan Algoritma Advanced Encryption Standard Dan Knapsack

    Directory of Open Access Journals (Sweden)

    Timothy John Pattiasina

    2014-07-01

    Full Text Available Advanced Encryption Standard (AES dan Knapsack adalah dua algoritma enkripsi simetris dan asimetris yang paling sering digunakan. Penelitian ini menganalisa kedua algoritma AES dan algoritma Knapsack. Prototipe aplikasi enkripsi email ini dirancang dengan menggabungkan karateristik algoritma AES dan Knapsack untuk memecahkan masalah keamanan email. Algoritma AES digunakan untuk mengenkripsi dan deskripsi email berupa teks atau file, sedangkan Algoritma Knapsack di gunakan untuk mengenkripsi kunci AES. Enkripsi hybrid yang diterapkan pada aplikasi bertujuan untuk menambah keamanan informasi dalam sebuah jaringan.

  2. Integer 1/0 Knapsack Problem Dynamic Programming Approach in Building Maintenance Optimization

    Directory of Open Access Journals (Sweden)

    Viska Dewi Fawzy

    2017-12-01

    Full Text Available The most common problem in urban areas is the high public demand and the limited provision of housing. In meeting the needs of affordable housing for low income communities, the Government of Indonesia implements Rusunawa Project. Object of this research is Pandanarang Rusunawa. Rusunawa Pandanarang is one of the vertical housing in Cilacap that is facing deterioration issue and needs good maintenance management. This study aims at insetting priority and optimizing maintenance plan due to limited funds (limited budget and the amount of damage that must be repaired.This study uses one of the optimization methods of Dynamic Programing on the application of Integer 1/0 Knapsack Problem, to determine an schedule the maintenance activities. The Criteria that are used such as: the level of building components damage and the level of occupants participation. In the first criterion, the benefit (p is the percentage of damage that is fixed with the cost (w. While on the second criterion, the benefit (p is the percentage of occupant participation rate on the maintenance activities with the cost (w. For the budget of Rp 125.000.000, 00, it was obtained from the simulation that the value of the optimum solution on the first criterion at the 7th stage of 71.88% with total cost Rp 106.000.000, 00. At the second criterion, the value of the optimum solution at the 7th stage of 89.29% with total cost Rp 124.000.000, 00.

  3. A Case Study of Controlling Crossover in a Selection Hyper-heuristic Framework Using the Multidimensional Knapsack Problem.

    Science.gov (United States)

    Drake, John H; Özcan, Ender; Burke, Edmund K

    2016-01-01

    Hyper-heuristics are high-level methodologies for solving complex problems that operate on a search space of heuristics. In a selection hyper-heuristic framework, a heuristic is chosen from an existing set of low-level heuristics and applied to the current solution to produce a new solution at each point in the search. The use of crossover low-level heuristics is possible in an increasing number of general-purpose hyper-heuristic tools such as HyFlex and Hyperion. However, little work has been undertaken to assess how best to utilise it. Since a single-point search hyper-heuristic operates on a single candidate solution, and two candidate solutions are required for crossover, a mechanism is required to control the choice of the other solution. The frameworks we propose maintain a list of potential solutions for use in crossover. We investigate the use of such lists at two conceptual levels. First, crossover is controlled at the hyper-heuristic level where no problem-specific information is required. Second, it is controlled at the problem domain level where problem-specific information is used to produce good-quality solutions to use in crossover. A number of selection hyper-heuristics are compared using these frameworks over three benchmark libraries with varying properties for an NP-hard optimisation problem: the multidimensional 0-1 knapsack problem. It is shown that allowing crossover to be managed at the domain level outperforms managing crossover at the hyper-heuristic level in this problem domain.

  4. Paraquat Exposure of Knapsack Spray Operators on Banana Plantations in Costa Rica

    NARCIS (Netherlands)

    Van Wendel de Joode BN, [No Value; De Graaf IA, [No Value; Wesseling, B; Kromhout, S.B.; de Graaf, Inge

    1996-01-01

    A study of occupational exposure to paraquat was performed among 11 knapsack spray operators at banana plantations in Costa Rica. External and internal exposures were quantified and determinants of exposure identified by measurements, observations, and interviews. Dermal exposure was measured with

  5. Quantification of emissions from knapsack sprayers: 'the weight method

    Science.gov (United States)

    Garcia-Santos, Glenda; Binder, Claudia R.

    2010-05-01

    Misuse of pesticides kill or seriously sicken thousands of people every year and poison the natural environment. Investigations of occupational and environmental risk have received considerable interest over the last decades. And yet, lack of staff and analytical equipments as well the costs of chemical analyses make difficult, if not impossible, the control of the pesticide contamination and residues in humans, air, water, and soils in developing countries. To assess emissions of pesticides (transport and deposition) during spray application and the risk for the human health and the environment, tracers can be useful tools. Uranine was used to quantify drift airborne and later deposition on the neighbouring field and clothes of the applicator after spraying with a knapsack sprayer in one of the biggest areas of potato production in Colombia. Keeping the same setup the amount of wet drift was measured by difference in the weight of high absorbent papers used to collect the tracer. Surprisingly this weight method (Weight-HAP) was able to explain 71% of the drift variance measured with the tracer. Therefore the weight method is presented as a suitable rapid low cost screening tool, complementary to toxicological tests, to assess air pollution, occupational and environmental exposure generated by the emissions from knapsack sprayers during pesticide application. This technique might be important in places were there is lack of analytical instruments.

  6. Heuristics for Multidimensional Packing Problems

    DEFF Research Database (Denmark)

    Egeblad, Jens

    for a minimum height container required for the items. The main contributions of the thesis are three new heuristics for strip-packing and knapsack packing problems where items are both rectangular and irregular. In the two first papers we describe a heuristic for the multidimensional strip-packing problem...... that is based on a relaxed placement principle. The heuristic starts with a random overlapping placement of items and large container dimensions. From the overlapping placement overlap is reduced iteratively until a non-overlapping placement is found and a new problem is solved with a smaller container size...... of this heuristic are among the best published in the literature both for two- and three-dimensional strip-packing problems for irregular shapes. In the third paper, we introduce a heuristic for two- and three-dimensional rectangular knapsack packing problems. The two-dimensional heuristic uses the sequence pair...

  7. Knapsack--TOPSIS Technique for Vertical Handover in Heterogeneous Wireless Network.

    Directory of Open Access Journals (Sweden)

    E M Malathy

    Full Text Available In a heterogeneous wireless network, handover techniques are designed to facilitate anywhere/anytime service continuity for mobile users. Consistent best-possible access to a network with widely varying network characteristics requires seamless mobility management techniques. Hence, the vertical handover process imposes important technical challenges. Handover decisions are triggered for continuous connectivity of mobile terminals. However, bad network selection and overload conditions in the chosen network can cause fallout in the form of handover failure. In order to maintain the required Quality of Service during the handover process, decision algorithms should incorporate intelligent techniques. In this paper, a new and efficient vertical handover mechanism is implemented using a dynamic programming method from the operation research discipline. This dynamic programming approach, which is integrated with the Technique to Order Preference by Similarity to Ideal Solution (TOPSIS method, provides the mobile user with the best handover decisions. Moreover, in this proposed handover algorithm a deterministic approach which divides the network into zones is incorporated into the network server in order to derive an optimal solution. The study revealed that this method is found to achieve better performance and QoS support to users and greatly reduce the handover failures when compared to the traditional TOPSIS method. The decision arrived at the zone gateway using this operational research analytical method (known as the dynamic programming knapsack approach together with Technique to Order Preference by Similarity to Ideal Solution yields remarkably better results in terms of the network performance measures such as throughput and delay.

  8. Tolerance analysis for 0–1 knapsack problems

    DEFF Research Database (Denmark)

    Pisinger, David; Saidi, Alima

    2017-01-01

    Post-optimal analysis is the task of understanding the behavior of the solution of a problem due to changes in the data. Frequently, post-optimal analysis is as important as obtaining the optimal solution itself. Post-optimal analysis for linear programming problems is well established and widely...... used. However, for integer programming problems the task is much more computationally demanding, and various approaches based on branch-and-bound or cutting planes have been presented. In the present paper, we study how much coefficients in the original problem can vary without changing the optimal...

  9. A Branch and Bound Approach for Truss Topology Design Problems with Valid Inequalities

    International Nuclear Information System (INIS)

    Cerveira, Adelaide; Agra, Agostinho; Bastos, Fernando; Varum, Humberto

    2010-01-01

    One of the classical problems in the structural optimization field is the Truss Topology Design Problem (TTDP) which deals with the selection of optimal configuration for structural systems for applications in mechanical, civil, aerospace engineering, among others. In this paper we consider a TTDP where the goal is to find the stiffest truss, under a given load and with a bound on the total volume. The design variables are the cross-section areas of the truss bars that must be chosen from a given finite set. This results in a large-scale non-convex problem with discrete variables. This problem can be formulated as a Semidefinite Programming Problem (SDP problem) with binary variables. We propose a branch and bound algorithm to solve this problem. In this paper it is considered a binary formulation of the problem, to take advantage of its structure, which admits a Knapsack problem as subproblem. Thus, trying to improve the performance of the Branch and Bound, at each step, some valid inequalities for the Knapsack problem are included.

  10. Separation and extension of cover inequalities for second-order conic knapsack constraints with GUBs

    DEFF Research Database (Denmark)

    Atamtürk, Alper; Muller, Laurent Flindt; Pisinger, David

    We consider the second-order conic equivalent of the classic knapsack polytope where the variables are subject to generalized upper bound constraints. We describe and compare a number of separation and extension algorithms which make use of the extra structure implied by the generalized upper bound...... constraints in order to strengthen the second-order conic equivalent of the classic cover cuts. We show that determining whether a cover can be extended with a variable is NP-hard. Computational experiments are performed comparing the proposed separation and extension algorithms. These experiments show...

  11. Separation and Extension of Cover Inequalities for Conic Quadratic Knapsack Constraints with Generalized Upper Bounds

    DEFF Research Database (Denmark)

    Atamtürk, Alper; Muller, Laurent Flindt; Pisinger, David

    2013-01-01

    Motivated by addressing probabilistic 0-1 programs we study the conic quadratic knapsack polytope with generalized upper bound (GUB) constraints. In particular, we investigate separating and extending GUB cover inequalities. We show that, unlike in the linear case, determining whether a cover can...... be extended with a single variable is NP-hard. We describe and compare a number of exact and heuristic separation and extension algorithms which make use of the structure of the constraints. Computational experiments are performed for comparing the proposed separation and extension algorithms...

  12. A Quantum Approach to Subset-Sum and Similar Problems

    OpenAIRE

    Daskin, Ammar

    2017-01-01

    In this paper, we study the subset-sum problem by using a quantum heuristic approach similar to the verification circuit of quantum Arthur-Merlin games. Under described certain assumptions, we show that the exact solution of the subset sum problem my be obtained in polynomial time and the exponential speed-up over the classical algorithms may be possible. We give a numerical example and discuss the complexity of the approach and its further application to the knapsack problem.

  13. A matheuristic for the liner shipping network design problem

    DEFF Research Database (Denmark)

    Brouer, Berit Dangaard; Desaulniers, Guy

    2012-01-01

    for revenue and transshipment of cargo along with in/decrease of vessel- and operational cost for the current solution. The evaluation functions may be used by heuristics in general to evaluate changes to a network design without solving a large scale multicommodity flow problem.......We present a matheuristic, an integer programming based heuristic, for the Liner Shipping Network Design Problem. The heuristic applies a greedy construction heuristic based on an interpretation of the liner shipping network design problem as a multiple quadratic knapsack problem. The construction...

  14. Unpacking the invisible knapsack: The invention of white privilege pedagogy

    Directory of Open Access Journals (Sweden)

    Leslie Margolin

    2015-12-01

    Full Text Available This article uses Ricoeur’s hermeneutics of suspicion, an interpretive strategy directed to the hidden or repressed meanings behind texts, to examine the origins of white privilege pedagogy, in particular their foundational technique, “unpacking the invisible knapsack.” This article’s chief finding is that this pedagogy, though designed to fight racism, has the unintended effect of supporting white privilege. Teaching whites to “unpack their invisible knapsack” does not make them more willing to take action against racial inequality. On the contrary, it makes them more complacent, more at home in an unjust world, and more comfortable with their whiteness. White privilege pedagogy does this by focusing on personal identity (whites’ personal identity over institutional structures, by paying more attention to whites’ experiences than to blacks’, by falsely claiming that the confession of white privileges leads to social action beneficial to blacks, and by restoring and expanding whites’ sense of moral rightness.

  15. Algorithms for solving the single-sink fixed-charge transportation problem

    DEFF Research Database (Denmark)

    Klose, Andreas

    2006-01-01

    The single-sink fixed-charge transportation problem is an important subproblem of the fixed-charge transportation problem. Just a few methods have been proposed in the literature to solve this problem. In this paper, solution approaches based on dynamic programming and implicit enumeration...... are revisited. It is shown how the problem size as well as the search space of a recently published dynamic programming method can be reduced by exploiting reduced cost information. Additionally, a further implicit enumeration approach relying on solution concepts for the binary knapsack problem is introduced...

  16. Collective Problem-Solving: The Role of Self-Efficacy, Skill, and Prior Knowledge

    Directory of Open Access Journals (Sweden)

    Dorit Geifman

    2015-12-01

    In a controlled experiment, 632 participants in 47 markets traded a solution to a complex problem, a naïve framing of the knapsack problem. Contrary to earlier research, we find that technical and functional self-efficacy perceptions are indistinguishable, probably due to a focus on outcomes rather than on resources. Further, results demonstrate that prediction markets are an effective collective problem-solving platform that correctly aggregates individual knowledge and is resilient to traders’ self-efficacy.

  17. Analysis of some greedy algorithms for the single-sink fixed-charge transportation problem

    DEFF Research Database (Denmark)

    Görtz, Simon; Klose, Andreas

    2009-01-01

    -charge transportation problem. Nevertheless, just a few methods for solving this problem have been proposed in the literature. In this paper, some greedy heuristic solutions methods for the SSFCTP are investigated. It is shown that two greedy approaches for the SSFCTP known from the literature can be arbitrarily bad......, whereas an approximation algorithm proposed in the literature for the binary min-knapsack problem has a guaranteed worst case bound if adapted accordingly to the case of the SSFCTP....

  18. Continuous reformulations for zero-one programming problems

    OpenAIRE

    Marianna De Santis; Francesco Rinaldi

    2010-01-01

    In this work, we study continuous reformulations of zero-one programming problems. We prove that, under suitable conditions, the optimal solutions of a zero-one programming problem can be obtained by solving a specific continuous problem.

  19. Heuristic algorithm for single resource constrained project scheduling problem based on the dynamic programming

    Directory of Open Access Journals (Sweden)

    Stanimirović Ivan

    2009-01-01

    Full Text Available We introduce a heuristic method for the single resource constrained project scheduling problem, based on the dynamic programming solution of the knapsack problem. This method schedules projects with one type of resources, in the non-preemptive case: once started an activity is not interrupted and runs to completion. We compare the implementation of this method with well-known heuristic scheduling method, called Minimum Slack First (known also as Gray-Kidd algorithm, as well as with Microsoft Project.

  20. Qubit Complexity of Continuous Problems

    National Research Council Canada - National Science Library

    Papageorgiou, A; Traub, J. F

    2005-01-01

    .... The authors show how to obtain the classical query complexity for continuous problems. They then establish a simple formula for a lower bound on the qubit complexity in terms of the classical query complexity...

  1. Preimage Selective Trapdoor Function: How to Repair an Easy Problem

    Directory of Open Access Journals (Sweden)

    Baocang Wang

    2014-01-01

    Full Text Available Public key cryptosystems are constructed by embedding a trapdoor into a one-way function. So, the one-wayness and the trapdoorness are vital to public key cryptography. In this paper, we propose a novel public key cryptographic primitive called preimage selective trapdoor function. This scenario allows to use exponentially many preimage to hide a plaintext even if the underlying function is not one-way. The compact knapsack problem is used to construct a probabilistic public key cryptosystem, the underlying encryption function of which is proven to be preimage selective trapdoor one-way functions under some linearization attack models. The constructive method can guarantee the noninjectivity of the underlying encryption function and the unique decipherability for ciphertexts simultaneously. It is heuristically argued that the security of the proposal cannot be compromised by a polynomial-time adversary even if the compact knapsack is easy to solve. We failed to provide any provable security results about the proposal; however, heuristic illustrations show that the proposal is secure against some known attacks including brute force attacks, linearization attacks, and key-recovery attacks. The proposal turns out to have acceptable key sizes and performs efficiently and hence is practical.

  2. The cost-constrained traveling salesman problem

    Energy Technology Data Exchange (ETDEWEB)

    Sokkappa, P.R.

    1990-10-01

    The Cost-Constrained Traveling Salesman Problem (CCTSP) is a variant of the well-known Traveling Salesman Problem (TSP). In the TSP, the goal is to find a tour of a given set of cities such that the total cost of the tour is minimized. In the CCTSP, each city is given a value, and a fixed cost-constraint is specified. The objective is to find a subtour of the cities that achieves maximum value without exceeding the cost-constraint. Thus, unlike the TSP, the CCTSP requires both selection and sequencing. As a consequence, most results for the TSP cannot be extended to the CCTSP. We show that the CCTSP is NP-hard and that no K-approximation algorithm or fully polynomial approximation scheme exists, unless P = NP. We also show that several special cases are polynomially solvable. Algorithms for the CCTSP, which outperform previous methods, are developed in three areas: upper bounding methods, exact algorithms, and heuristics. We found that a bounding strategy based on the knapsack problem performs better, both in speed and in the quality of the bounds, than methods based on the assignment problem. Likewise, we found that a branch-and-bound approach using the knapsack bound was superior to a method based on a common branch-and-bound method for the TSP. In our study of heuristic algorithms, we found that, when selecting modes for inclusion in the subtour, it is important to consider the neighborhood'' of the nodes. A node with low value that brings the subtour near many other nodes may be more desirable than an isolated node of high value. We found two types of repetition to be desirable: repetitions based on randomization in the subtour buildings process, and repetitions encouraging the inclusion of different subsets of the nodes. By varying the number and type of repetitions, we can adjust the computation time required by our method to obtain algorithms that outperform previous methods.

  3. Continuous Decision Support

    Science.gov (United States)

    2015-12-24

    typically either a corporate finance perspective such as net present value, an operations research perspective that treats the issue as a knapsack...117 6.6 +Resources Reactive . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 118 6.7 ++Resources Reactive with Pearson -Tukey...applying financial methods deals with a class of techniques known as real options methods. [11, 80] In a real options framework, “any corporate decision

  4. Multi-objective optimisation with stochastic discrete-event simulation in retail banking: a case study

    Directory of Open Access Journals (Sweden)

    E Scholtz

    2012-12-01

    Full Text Available The cash management of an autoteller machine (ATM is a multi-objective optimisation problem which aims to maximise the service level provided to customers at minimum cost. This paper focus on improved cash management in a section of the South African retail banking industry, for which a decision support system (DSS was developed. This DSS integrates four Operations Research (OR methods: the vehicle routing problem (VRP, the continuous review policy for inventory management, the knapsack problem and stochastic, discrete-event simulation. The DSS was applied to an ATM network in the Eastern Cape, South Africa, to investigate 90 different scenarios. Results show that the application of a formal vehicle routing method consistently yields higher service levels at lower cost when compared to two other routing approaches, in conjunction with selected ATM reorder levels and a knapsack-based notes dispensing algorithm. It is concluded that the use of vehicle routing methods is especially beneficial when the bank has substantial control over transportation cost.

  5. Drift from the Use of Hand-Held Knapsack Pesticide Sprayers in Boyacá (Colombian Andes).

    Science.gov (United States)

    García-Santos, Glenda; Feola, Giuseppe; Nuyttens, David; Diaz, Jaime

    2016-05-25

    Offsite pesticide losses in tropical mountainous regions have been little studied. One example is measuring pesticide drift soil deposition, which can support pesticide risk assessment for surface water, soil, bystanders, and off-target plants and fauna. This is considered a serious gap, given the evidence of pesticide-related poisoning in those regions. Empirical data of drift deposition of a pesticide surrogate, Uranine tracer, within one of the highest potato-producing regions in Colombia, characterized by small plots and mountain orography, is presented. High drift values encountered in this study reflect the actual spray conditions using hand-held knapsack sprayers. Comparison between measured and predicted drift values using three existing empirical equations showed important underestimation. However, after their optimization based on measured drift information, the equations showed a strong predictive power for this study area and the study conditions. The most suitable curve to assess mean relative drift was the IMAG calculator after optimization.

  6. Continuous-Variable Quantum Computation of Oracle Decision Problems

    Science.gov (United States)

    Adcock, Mark R. A.

    Quantum information processing is appealing due its ability to solve certain problems quantitatively faster than classical information processing. Most quantum algorithms have been studied in discretely parameterized systems, but many quantum systems are continuously parameterized. The field of quantum optics in particular has sophisticated techniques for manipulating continuously parameterized quantum states of light, but the lack of a code-state formalism has hindered the study of quantum algorithms in these systems. To address this situation, a code-state formalism for the solution of oracle decision problems in continuously-parameterized quantum systems is developed. Quantum information processing is appealing due its ability to solve certain problems quantitatively faster than classical information processing. Most quantum algorithms have been studied in discretely parameterized systems, but many quantum systems are continuously parameterized. The field of quantum optics in particular has sophisticated techniques for manipulating continuously parameterized quantum states of light, but the lack of a code-state formalism has hindered the study of quantum algorithms in these systems. To address this situation, a code-state formalism for the solution of oracle decision problems in continuously-parameterized quantum systems is developed. In the infinite-dimensional case, we study continuous-variable quantum algorithms for the solution of the Deutsch--Jozsa oracle decision problem implemented within a single harmonic-oscillator. Orthogonal states are used as the computational bases, and we show that, contrary to a previous claim in the literature, this implementation of quantum information processing has limitations due to a position-momentum trade-off of the Fourier transform. We further demonstrate that orthogonal encoding bases are not unique, and using the coherent states of the harmonic oscillator as the computational bases, our formalism enables quantifying

  7. Facets for the Cardinality Constrained Quadratic Knapsack Problem and the Quadratic Selective Travelling Salesman Problem

    DEFF Research Database (Denmark)

    Mak, Vicky; Thomadsen, Tommy

    2004-01-01

    A well-known extension of the Travelling Salesman Problem (TSP) is the Selective (or Prize-collecting) TSP: In addition to the edge-costs, each node has an associated reward (denoted the node-reward) and instead of visiting all nodes, only profitable nodes are visited. The Quadratic Selective TSP...

  8. Systematization of the protein sequence diversity in enzymes related to secondary metabolic pathways in plants, in the context of big data biology inspired by the KNApSAcK motorcycle database.

    Science.gov (United States)

    Ikeda, Shun; Abe, Takashi; Nakamura, Yukiko; Kibinge, Nelson; Hirai Morita, Aki; Nakatani, Atsushi; Ono, Naoaki; Ikemura, Toshimichi; Nakamura, Kensuke; Altaf-Ul-Amin, Md; Kanaya, Shigehiko

    2013-05-01

    Biology is increasingly becoming a data-intensive science with the recent progress of the omics fields, e.g. genomics, transcriptomics, proteomics and metabolomics. The species-metabolite relationship database, KNApSAcK Core, has been widely utilized and cited in metabolomics research, and chronological analysis of that research work has helped to reveal recent trends in metabolomics research. To meet the needs of these trends, the KNApSAcK database has been extended by incorporating a secondary metabolic pathway database called Motorcycle DB. We examined the enzyme sequence diversity related to secondary metabolism by means of batch-learning self-organizing maps (BL-SOMs). Initially, we constructed a map by using a big data matrix consisting of the frequencies of all possible dipeptides in the protein sequence segments of plants and bacteria. The enzyme sequence diversity of the secondary metabolic pathways was examined by identifying clusters of segments associated with certain enzyme groups in the resulting map. The extent of diversity of 15 secondary metabolic enzyme groups is discussed. Data-intensive approaches such as BL-SOM applied to big data matrices are needed for systematizing protein sequences. Handling big data has become an inevitable part of biology.

  9. Using Continuous Action Spaces to Solve Discrete Problems

    NARCIS (Netherlands)

    van Hasselt, Hado; Wiering, Marco

    2009-01-01

    Real-world control problems are often modeled as Markov Decision Processes (MDPs) with discrete action spaces to facilitate the use of the many reinforcement learning algorithms that exist to find solutions for such MDPs. For many of these problems an underlying continuous action space can be

  10. Dynamic-Programming Approaches to Single- and Multi-Stage Stochastic Knapsack Problems for Portfolio Optimization

    National Research Council Canada - National Science Library

    Khoo, Wai

    1999-01-01

    .... These problems model stochastic portfolio optimization problems (SPOPs) which assume deterministic unit weight, and normally distributed unit return with known mean and variance for each item type...

  11. Continuous Problem of Function Continuity

    Science.gov (United States)

    Jayakody, Gaya; Zazkis, Rina

    2015-01-01

    We examine different definitions presented in textbooks and other mathematical sources for "continuity of a function at a point" and "continuous function" in the context of introductory level Calculus. We then identify problematic issues related to definitions of continuity and discontinuity: inconsistency and absence of…

  12. Exponential convergence on a continuous Monte Carlo transport problem

    International Nuclear Information System (INIS)

    Booth, T.E.

    1997-01-01

    For more than a decade, it has been known that exponential convergence on discrete transport problems was possible using adaptive Monte Carlo techniques. An adaptive Monte Carlo method that empirically produces exponential convergence on a simple continuous transport problem is described

  13. Problems of implementing continuous assessment in secondary ...

    African Journals Online (AJOL)

    The paper examined problems of implementing continuous assessment in secondary schools in Obowo local government area of Imo State, Nigeria. Data were collected with the aid of a structured questionnaire administered to 100 randomly selected respondents in the study area. Descriptive statistics were used for data ...

  14. Density-conserving affine continuous cellular automata solving the relaxed density classification problem

    International Nuclear Information System (INIS)

    Wolnik, Barbara; Dembowski, Marcin; Bołt, Witold; Baetens, Jan M; De Baets, Bernard

    2017-01-01

    The focus of this paper is on the density classification problem in the context of affine continuous cellular automata. Although such cellular automata cannot solve this problem in the classical sense, most density-conserving affine continuous cellular automata with a unit neighborhood radius are valid solutions of a slightly relaxed version of this problem. This result follows from a detailed study of the dynamics of the density-conserving affine continuous cellular automata that we introduce. (paper)

  15. Non-Interior Continuation Method for Solving the Monotone Semidefinite Complementarity Problem

    International Nuclear Information System (INIS)

    Huang, Z.H.; Han, J.

    2003-01-01

    Recently, Chen and Tseng extended non-interior continuation smoothing methods for solving linear/ nonlinear complementarity problems to semidefinite complementarity problems (SDCP). In this paper we propose a non-interior continuation method for solving the monotone SDCP based on the smoothed Fischer-Burmeister function, which is shown to be globally linearly and locally quadratically convergent under suitable assumptions. Our algorithm needs at most to solve a linear system of equations at each iteration. In addition, in our analysis on global linear convergence of the algorithm, we need not use the assumption that the Frechet derivative of the function involved in the SDCP is Lipschitz continuous. For non-interior continuation/ smoothing methods for solving the nonlinear complementarity problem, such an assumption has been used widely in the literature in order to achieve global linear convergence results of the algorithms

  16. Continuous-time quantum algorithms for unstructured problems

    International Nuclear Information System (INIS)

    Hen, Itay

    2014-01-01

    We consider a family of unstructured optimization problems, for which we propose a method for constructing analogue, continuous-time (not necessarily adiabatic) quantum algorithms that are faster than their classical counterparts. In this family of problems, which we refer to as ‘scrambled input’ problems, one has to find a minimum-cost configuration of a given integer-valued n-bit black-box function whose input values have been scrambled in some unknown way. Special cases within this set of problems are Grover’s search problem of finding a marked item in an unstructured database, certain random energy models, and the functions of the Deutsch–Josza problem. We consider a couple of examples in detail. In the first, we provide an O(1) deterministic analogue quantum algorithm to solve the seminal problem of Deutsch and Josza, in which one has to determine whether an n-bit boolean function is constant (gives 0 on all inputs or 1 on all inputs) or balanced (returns 0 on half the input states and 1 on the other half). We also study one variant of the random energy model, and show that, as one might expect, its minimum energy configuration can be found quadratically faster with a quantum adiabatic algorithm than with classical algorithms. (paper)

  17. Modelos lineares e não lineares inteiros para problemas da mochila bidimensional restrita a 2 estágios Linear and nonlinear integer models for constrained two-stage two-dimensional knapsack problems

    Directory of Open Access Journals (Sweden)

    Horacio Hideki Yanasse

    2013-01-01

    Full Text Available Neste trabalho revemos alguns modelos lineares e não lineares inteiros para gerar padrões de corte bidimensionais guilhotinados de 2 estágios, incluindo os casos exato e não exato e restrito e irrestrito. Esses problemas são casos particulares do problema da mochila bidimensional. Apresentamos também novos modelos para gerar esses padrões de corte, baseados em adaptações ou extensões de modelos para gerar padrões de corte bidimensionais restritos 1-grupo. Padrões 2 estágios aparecem em diferentes processos de corte, como, por exemplo, em indústrias de móveis e de chapas de madeira. Os modelos são úteis para a pesquisa e o desenvolvimento de métodos de solução mais eficientes, explorando estruturas particulares, a decomposição do modelo, relaxações do modelo etc. Eles também são úteis para a avaliação do desempenho de heurísticas, já que permitem (pelo menos para problemas de tamanho moderado uma estimativa do gap de otimalidade de soluções obtidas por heurísticas. Para ilustrar a aplicação dos modelos, analisamos os resultados de alguns experimentos computacionais com exemplos da literatura e outros gerados aleatoriamente. Os resultados foram produzidos usando um software comercial conhecido e mostram que o esforço computacional necessário para resolver os modelos pode ser bastante diferente.In this work we review some linear and nonlinear integer models to generate two stage two-dimensional guillotine cutting patterns, including the constrained, non constrained, exact and non exact cases. These problems are particular cases of the two dimensional knapsack problems. We also present new models to generate these cutting patterns, based on adaptations and extensions of models that generate one-group constrained two dimensional cutting patterns. Two stage patterns arise in different cutting processes like, for instance, in the furniture industry and wooden hardboards. The models are useful for the research and

  18. Application of Fuzzy Optimization to the Orienteering Problem

    Directory of Open Access Journals (Sweden)

    Madhushi Verma

    2015-01-01

    Full Text Available This paper deals with the orienteering problem (OP which is a combination of two well-known problems (i.e., travelling salesman problem and the knapsack problem. OP is an NP-hard problem and is useful in appropriately modeling several challenging applications. As the parameters involved in these applications cannot be measured precisely, depicting them using crisp numbers is unrealistic. Further, the decision maker may be satisfied with graded satisfaction levels of solutions, which cannot be formulated using a crisp program. To deal with the above-stated two issues, we formulate the fuzzy orienteering problem (FOP and provide a method to solve it. Here we state the two necessary conditions of OP of maximizing the total collected score and minimizing the time taken to traverse a path (within the specified time bound as fuzzy goals and the remaining necessary conditions as crisp constraints. Using the max-min formulation of the fuzzy sets obtained from the fuzzy goals, we calculate the fuzzy decision sets (Z and Z∗ that contain the feasible paths and the desirable paths, respectively, along with the degrees to which they are acceptable. To efficiently solve large instances of FOP, we also present a parallel algorithm on CREW PRAM model.

  19. Similarities of discrete and continuous Sturm-Liouville problems

    Directory of Open Access Journals (Sweden)

    Kazem Ghanbari

    2007-12-01

    Full Text Available In this paper we present a study on the analogous properties of discrete and continuous Sturm-Liouville problems arising in matrix analysis and differential equations, respectively. Green's functions in both cases have analogous expressions in terms of the spectral data. Most of the results associated to inverse problems in both cases are identical. In particular, in both cases Weyl's m-function determines the Sturm-Liouville operators uniquely. Moreover, the well known Rayleigh-Ritz Theorem in linear algebra can be proved by using the concept of Green's function in discrete case.

  20. Multidimensional integral representations problems of analytic continuation

    CERN Document Server

    Kytmanov, Alexander M

    2015-01-01

    The monograph is devoted to integral representations for holomorphic functions in several complex variables, such as Bochner-Martinelli, Cauchy-Fantappiè, Koppelman, multidimensional logarithmic residue etc., and their boundary properties. The applications considered are problems of analytic continuation of functions from the boundary of a bounded domain in C^n. In contrast to the well-known Hartogs-Bochner theorem, this book investigates functions with the one-dimensional property of holomorphic extension along complex lines, and includes the problems of receiving multidimensional boundary analogs of the Morera theorem.   This book is a valuable resource for specialists in complex analysis, theoretical physics, as well as graduate and postgraduate students with an understanding of standard university courses in complex, real and functional analysis, as well as algebra and geometry.

  1. The Subset Sum game.

    Science.gov (United States)

    Darmann, Andreas; Nicosia, Gaia; Pferschy, Ulrich; Schauer, Joachim

    2014-03-16

    In this work we address a game theoretic variant of the Subset Sum problem, in which two decision makers (agents/players) compete for the usage of a common resource represented by a knapsack capacity. Each agent owns a set of integer weighted items and wants to maximize the total weight of its own items included in the knapsack. The solution is built as follows: Each agent, in turn, selects one of its items (not previously selected) and includes it in the knapsack if there is enough capacity. The process ends when the remaining capacity is too small for including any item left. We look at the problem from a single agent point of view and show that finding an optimal sequence of items to select is an [Formula: see text]-hard problem. Therefore we propose two natural heuristic strategies and analyze their worst-case performance when (1) the opponent is able to play optimally and (2) the opponent adopts a greedy strategy. From a centralized perspective we observe that some known results on the approximation of the classical Subset Sum can be effectively adapted to the multi-agent version of the problem.

  2. Multi-Criteria Knapsack Problem for Disease Selection in an Observation Ward

    International Nuclear Information System (INIS)

    Lurkittikul, N; Kittithreerapronchai, O

    2014-01-01

    The aging population and the introduction of Thailand universal healthcare have increased inpatients and outpatients to public hospitals, particularly to a hospital that provides special and comprehensive health services. Many inpatient wards have experienced large influx of inpatients as the hospitals have to admit all patients regardless their conditions. These overcrowding wards cause stress to medical staffs, block access between medical departments, hospital-acquired infections, and ineffective uses of resources. One way to manage such inundated inpatient is to select some patients whose conditions require less clinical attention or whose lengths of stay are predictable and short and, then, place them at an observation ward. This intermediate ward increases turnover of beds and reduces unnecessary paperwork as patients are considered to be outpatients. In this article, we studied inpatient data of a tertiary care hospital in which an observation ward was considered to alleviate the overcrowding problem at Internal Medicine Department. The analysis of data showed that the hospital can balance inpatient flow by managing a group of patients who is admitted because of treatments ordered by its special clinics. Having explored several alternatives, we suggested patient selection criteria and proposed a layout at an observation ward. The hospital should increase medical beds in a new building ward because the current observation ward can handle 27.3% of total short stay patients, while the observation ward is projected to handle 80% of total short stay patients

  3. Multi-Criteria Knapsack Problem for Disease Selection in an Observation Ward

    Science.gov (United States)

    Lurkittikul, N.; Kittithreerapronchai, O.

    2014-06-01

    The aging population and the introduction of Thailand universal healthcare have increased inpatients and outpatients to public hospitals, particularly to a hospital that provides special and comprehensive health services. Many inpatient wards have experienced large influx of inpatients as the hospitals have to admit all patients regardless their conditions. These overcrowding wards cause stress to medical staffs, block access between medical departments, hospital-acquired infections, and ineffective uses of resources. One way to manage such inundated inpatient is to select some patients whose conditions require less clinical attention or whose lengths of stay are predictable and short and, then, place them at an observation ward. This intermediate ward increases turnover of beds and reduces unnecessary paperwork as patients are considered to be outpatients. In this article, we studied inpatient data of a tertiary care hospital in which an observation ward was considered to alleviate the overcrowding problem at Internal Medicine Department. The analysis of data showed that the hospital can balance inpatient flow by managing a group of patients who is admitted because of treatments ordered by its special clinics. Having explored several alternatives, we suggested patient selection criteria and proposed a layout at an observation ward. The hospital should increase medical beds in a new building ward because the current observation ward can handle 27.3% of total short stay patients, while the observation ward is projected to handle 80% of total short stay patients.

  4. POWERPLAY: Training an Increasingly General Problem Solver by Continually Searching for the Simplest Still Unsolvable Problem

    Directory of Open Access Journals (Sweden)

    Jürgen eSchmidhuber

    2013-06-01

    Full Text Available Most of computer science focuses on automatically solving given computational problems. I focus on automatically inventing or discovering problems in a way inspired by the playful behavior of animals and humans, to train a more and more general problem solver from scratch in an unsupervised fashion. Consider the infinite set of all computable descriptions of tasks with possibly computable solutions. The novel algorithmic framework POWERPLAY (2011 continually searches the space of possible pairs of new tasks and modifications of the current problem solver, until it finds a more powerful problem solver that provably solves all previously learned tasks plus the new one, while the unmodified predecessor does not. Wow-effects are achieved by continually making previously learned skills more efficient such that they require less time and space. New skills may (partially re-use previously learned skills. POWERPLAY's search orders candidate pairs of tasks and solver modifications by their conditional computational (time & space complexity, given the stored experience so far. The new task and its corresponding task-solving skill are those first found and validated. The computational costs of validating new tasks need not grow with task repertoire size. POWERPLAY's ongoing search for novelty keeps breaking the generalization abilities of its present solver. This is related to Goedel's sequence of increasingly powerful formal theories based on adding formerly unprovable statements to the axioms without affecting previously provable theorems. The continually increasing repertoire of problem solving procedures can be exploited by a parallel search for solutions to additional externally posed tasks. POWERPLAY may be viewed as a greedy but practical implementation of basic principles of creativity. A first experimental analysis can be found in separate papers [58, 56, 57].

  5. Continuous admission to primary school and mental health problems

    NARCIS (Netherlands)

    S.A. Reijneveld (Sijmen); C.H. Wiefferink (Carin); E. Brugman (Emily); F.C. Verhulst (Frank); S.P. Verloove-Vanhorick; A.D.C. Paulussen (Aimée)

    2006-01-01

    textabstractBackground: Younger children in a school class have higher rates of mental health problems if admission to primary school occurs once a year. This study examines whether this relative age effect also occurs if children are admitted to school continuously throughout the year. Methods: We

  6. Continuous admission to primary school and mental health problems

    NARCIS (Netherlands)

    Reijneveld, S.A.; Wiefferink, C.H.; Brugman, E.; Verhulst, F.C.; Verloove-Vanhorick, S.P.; Paulussen, T.G.W.

    2006-01-01

    Background: Younger children in a school class have higher rates of mental health problems if admission to primary school occurs once a year. This study examines whether this relative age effect also occurs if children are admitted to school continuously throughout the year. Methods: We assessed

  7. Packing in Two and Three Dimensions

    National Research Council Canada - National Science Library

    Martins, Gustavo H

    2003-01-01

    ...), the Multidimensional Knapsack Problem (MD-KP), and the Multidimensional Bin Packing Problem (MD-BPP). In these problems, there is a set of items, with rectangular dimensions, and a set of large containers, or bins, also with rectangular dimensions...

  8. Dynamic Inertia Weight Binary Bat Algorithm with Neighborhood Search

    Directory of Open Access Journals (Sweden)

    Xingwang Huang

    2017-01-01

    Full Text Available Binary bat algorithm (BBA is a binary version of the bat algorithm (BA. It has been proven that BBA is competitive compared to other binary heuristic algorithms. Since the update processes of velocity in the algorithm are consistent with BA, in some cases, this algorithm also faces the premature convergence problem. This paper proposes an improved binary bat algorithm (IBBA to solve this problem. To evaluate the performance of IBBA, standard benchmark functions and zero-one knapsack problems have been employed. The numeric results obtained by benchmark functions experiment prove that the proposed approach greatly outperforms the original BBA and binary particle swarm optimization (BPSO. Compared with several other heuristic algorithms on zero-one knapsack problems, it also verifies that the proposed algorithm is more able to avoid local minima.

  9. Continuity in Primary School Children's Eating Problems and the Influence of Parental Feeding Strategies

    Science.gov (United States)

    Matton, Annelies; Goossens, Lien; Braet, Caroline; Van Durme, Kim

    2013-01-01

    Eating problems are highly prevalent and seem to show continuity in children. Nevertheless, the effect of different maternal and paternal feeding practices on changes in these problems is not fully understood yet. This study examines short-term continuity in primary school children's overeating, loss of control (over eating), restraint and…

  10. L^p-continuity of solutions to parabolic free boundary problems

    Directory of Open Access Journals (Sweden)

    Abdeslem Lyaghfouri

    2015-07-01

    Full Text Available In this article, we consider a class of parabolic free boundary problems. We establish some properties of the solutions, including L^infinity-regularity in time and a monotonicity property, from which we deduce strong L^p-continuity in time.

  11. Monte Carlo Tree Search for Continuous and Stochastic Sequential Decision Making Problems

    International Nuclear Information System (INIS)

    Couetoux, Adrien

    2013-01-01

    In this thesis, I studied sequential decision making problems, with a focus on the unit commitment problem. Traditionally solved by dynamic programming methods, this problem is still a challenge, due to its high dimension and to the sacrifices made on the accuracy of the model to apply state of the art methods. I investigated on the applicability of Monte Carlo Tree Search methods for this problem, and other problems that are single player, stochastic and continuous sequential decision making problems. In doing so, I obtained a consistent and anytime algorithm, that can easily be combined with existing strong heuristic solvers. (author)

  12. The problem with time in mixed continuous/discrete time modelling

    NARCIS (Netherlands)

    Rovers, K.C.; Kuper, Jan; Smit, Gerardus Johannes Maria

    The design of cyber-physical systems requires the use of mixed continuous time and discrete time models. Current modelling tools have problems with time transformations (such as a time delay) or multi-rate systems. We will present a novel approach that implements signals as functions of time,

  13. Continuous Dependence on Modeling in the Cauchy Problem for Nonlinear Elliptic Equations.

    Science.gov (United States)

    1987-04-01

    problema di Cauchy per le equazione di tipo ellitico, Ann. Mat. Pura Appl., 46 (1958), pp. 131-153 [18] P. W. Schaefer, On the Cauchy problem for an...Continued) PP 438 PP 448 Fletcher, Jean W. Supply Problems in the Naval Reserve, Cymrot, Donald J., Military Retiremnt and Social Security: A 14 pp

  14. Firefly Mating Algorithm for Continuous Optimization Problems

    Directory of Open Access Journals (Sweden)

    Amarita Ritthipakdee

    2017-01-01

    Full Text Available This paper proposes a swarm intelligence algorithm, called firefly mating algorithm (FMA, for solving continuous optimization problems. FMA uses genetic algorithm as the core of the algorithm. The main feature of the algorithm is a novel mating pair selection method which is inspired by the following 2 mating behaviors of fireflies in nature: (i the mutual attraction between males and females causes them to mate and (ii fireflies of both sexes are of the multiple-mating type, mating with multiple opposite sex partners. A female continues mating until her spermatheca becomes full, and, in the same vein, a male can provide sperms for several females until his sperm reservoir is depleted. This new feature enhances the global convergence capability of the algorithm. The performance of FMA was tested with 20 benchmark functions (sixteen 30-dimensional functions and four 2-dimensional ones against FA, ALC-PSO, COA, MCPSO, LWGSODE, MPSODDS, DFOA, SHPSOS, LSA, MPDPGA, DE, and GABC algorithms. The experimental results showed that the success rates of our proposed algorithm with these functions were higher than those of other algorithms and the proposed algorithm also required fewer numbers of iterations to reach the global optima.

  15. Experimental bifurcation analysis—Continuation for noise-contaminated zero problems

    DEFF Research Database (Denmark)

    Schilder, Frank; Bureau, Emil; Santos, Ilmar Ferreira

    2015-01-01

    Noise contaminated zero problems involve functions that cannot be evaluated directly, but only indirectly via observations. In addition, such observations are affected by a non-deterministic observation error (noise). We investigate the application of numerical bifurcation analysis for studying...... the solution set of such noise contaminated zero problems, which is highly relevant in the context of equation-free analysis (coarse grained analysis) and bifurcation analysis in experiments, and develop specialized algorithms to address challenges that arise due to the presence of noise. As a working example......, we demonstrate and test our algorithms on a mechanical nonlinear oscillator experiment using control based continuation, which we used as a main application and test case for development of the Coco compatible Matlab toolbox Continex that implements our algorithms....

  16. Problem continuity in discontinuity of development of Serbian industry

    Directory of Open Access Journals (Sweden)

    Šljukić Marica

    2017-01-01

    Full Text Available In this paper the author uses a comparative analysis in order to show the discontinuity in the process of the industrial development of the Serbian society, as well as to point out the fact that the almost same problems have not been mastered throughout the whole process of industrialization. Besides the historical data, the data of the empirical research are used. The goal of the empirical research was to determine the real and the possible degree and intensity of the influence of the structural social changes to the organizing of industrial work. The research had been done from 2011 to 2013 using the multiple case study method, and it included six organizations from different sectors of industry. By comparison of different phases of the industrial development in Serbia the author concludes the continuity of the following problems: accumulation of capital, technical and technological underdevelopment and dependence, raw materials dependence, and the deficit of the competent work force (especially managers. The biggest and the basic problem, which encompasses all four problems mentioned above, has been the absence of the strategy of the industrial development throughout the whole process of this development.

  17. Development of internalizing problems from adolescence to emerging adulthood: Accounting for heterotypic continuity with vertical scaling.

    Science.gov (United States)

    Petersen, Isaac T; Lindhiem, Oliver; LeBeau, Brandon; Bates, John E; Pettit, Gregory S; Lansford, Jennifer E; Dodge, Kenneth A

    2018-03-01

    Manifestations of internalizing problems, such as specific symptoms of anxiety and depression, can change across development, even if individuals show strong continuity in rank-order levels of internalizing problems. This illustrates the concept of heterotypic continuity, and raises the question of whether common measures might be construct-valid for one age but not another. This study examines mean-level changes in internalizing problems across a long span of development at the same time as accounting for heterotypic continuity by using age-appropriate, changing measures. Internalizing problems from age 14-24 were studied longitudinally in a community sample (N = 585), using Achenbach's Youth Self-Report (YSR) and Young Adult Self-Report (YASR). Heterotypic continuity was evaluated with an item response theory (IRT) approach to vertical scaling, linking different measures over time to be on the same scale, as well as with a Thurstone scaling approach. With vertical scaling, internalizing problems peaked in mid-to-late adolescence and showed a group-level decrease from adolescence to early adulthood, a change that would not have been seen with the approach of using only age-common items. Individuals' trajectories were sometimes different than would have been seen with the common-items approach. Findings support the importance of considering heterotypic continuity when examining development and vertical scaling to account for heterotypic continuity with changing measures. (PsycINFO Database Record (c) 2018 APA, all rights reserved).

  18. Download this PDF file

    African Journals Online (AJOL)

    *School of Computer, Statistical and Mathematical Sciences North-West University ( ... Following on an overview of the pipeline design problem, ... Key words: Network flow models, integer linear programming, extended tree knapsack model.

  19. An investment plan for preventing child injuries using risk priority number of failure mode and effects analysis methodology and a multi-objective, multi-dimensional mixed 0-1 knapsack model

    International Nuclear Information System (INIS)

    Bas, Esra

    2011-01-01

    In this paper, a general framework for child injury prevention and a multi-objective, multi-dimensional mixed 0-1 knapsack model were developed to determine the optimal time to introduce preventive measures against child injuries. Furthermore, the model maximises the prevention of injuries with the highest risks for each age period by combining preventive measures and supervision as well as satisfying budget limits and supervision time constraints. The risk factors for each injury, variable, and time period were based on risk priority numbers (RPNs) obtained from failure mode and effects analysis (FMEA) methodology, and these risk factors were incorporated into the model as objective function parameters. A numerical experiment based on several different situations was conducted, revealing that the model provided optimal timing of preventive measures for child injuries based on variables considered.

  20. Mixed-integer programming methods for transportation and power generation problems

    Science.gov (United States)

    Damci Kurt, Pelin

    This dissertation conducts theoretical and computational research to solve challenging problems in application areas such as supply chain and power systems. The first part of the dissertation studies a transportation problem with market choice (TPMC) which is a variant of the classical transportation problem in which suppliers with limited capacities have a choice of which demands (markets) to satisfy. We show that TPMC is strongly NP-complete. We consider a version of the problem with a service level constraint on the maximum number of markets that can be rejected and show that if the original problem is polynomial, its cardinality-constrained version is also polynomial. We propose valid inequalities for mixed-integer cover and knapsack sets with variable upper bound constraints, which appear as substructures of TPMC and use them in a branch-and-cut algorithm to solve this problem. The second part of this dissertation studies a unit commitment (UC) problem in which the goal is to minimize the operational cost of power generators over a time period subject to physical constraints while satisfying demand. We provide several exponential classes of multi-period ramping and multi-period variable upper bound inequalities. We prove the strength of these inequalities and describe polynomial-time separation algorithms. Computational results show the effectiveness of the proposed inequalities when used as cuts in a branch-and-cut algorithm to solve the UC problem. The last part of this dissertation investigates the effects of uncertain wind power on the UC problem. A two-stage robust model and a three-stage stochastic program are compared.

  1. Um problema de corte com padrões compartimentados

    Directory of Open Access Journals (Sweden)

    Robinson Hoto

    2003-01-01

    Full Text Available Neste artigo apresentaremos a aplicação do Problema da Mochila Compartimentada (PMC no Problema de Corte de Bobinas de Aço (PCBA, que é um problema de corte em duas etapas com restrições especiais de agrupamento dos itens. O PMC consiste em construir compartimentos de capacidades desconhecidas em uma mochila de capacidade conhecida, tendo em vista que os itens de interesse estão agrupados em subconjuntos, de modo que, itens de um agrupamento não podem ser combinados com itens de outro. Para entender melhor o PMC admita que a mochila de um alpinista deve ser composta por um número ideal de compartimentos com itens de quatro categorias (remédios, alimentos, ferramentas, roupas, porém, itens de categorias distintas não podem ser combinados para formar um mesmo compartimento, além do mais, são desconhecidas as capacidades ideais de cada compartimento da mochila.In this paper we will present the application of the Compartmented Knapsack Problem (CKP in the Cut Problem of Steel Rolls (CPSR, that it is a problem of cut in two stages with restrictions special of grouping of items. The CKP consists of constructing compartments of unknown capacities in a knapsack of known capacity, in view of that items of interest is grouped in subgroups, in mode that, items of a grouping cannot be matched with items of another one. To understand the CKP more good it admits that the knapsack of a alpinist must be composite for an ideal number of compartments with items of four categories (remedies, foods, tools, clothes, however, items of distinct categories cannot be matched to form one same compartment, in addition, is unknown the ideal capacities of each compartment of the knapsack.

  2. Development of Internalizing Problems from Adolescence to Emerging Adulthood: Accounting for Heterotypic Continuity with Vertical Scaling

    Science.gov (United States)

    Petersen, Isaac T.; Lindhiem, Oliver; LeBeau, Brandon; Bates, John E.; Pettit, Gregory S.; Lansford, Jennifer E.; Dodge, Kenneth A.

    2018-01-01

    Manifestations of internalizing problems, such as specific symptoms of anxiety and depression, can change across development, even if individuals show strong continuity in rank-order levels of internalizing problems. This illustrates the concept of heterotypic continuity, and raises the question of whether common measures might be construct-valid…

  3. Problems in continuous dose rate measurement

    International Nuclear Information System (INIS)

    Yoshioka, Mitsuo

    1983-01-01

    The system of continuous dose rate measurement in Fukui Prefecture is described. A telemeter system was constructed in October, 1976, and it has been operated since 1977. Observation has been made at 11 observation stations in the Prefecture. In addition to the continuous measurement of dose rate by using NaI(T1)-DBM systems, the ionization chambers for high dose rate were installed, and also meteorological data have been collected. The detectors are covered with 1 mm thick aluminum designed so that the absorption of external radiation is kept as small as possible. To keep the environmental temperature of the detectors constant, constant temperature wind blow is made. With these consideration, the measurement of Xe-133 is possible, and the standard deviation of yearly dose is around 0.4 mR/Y. By measuring DBM transmission rate, the contribution of Xe-133, which comes from the exhaust pumps in power plants, can be detected. The problems of this system are as follows. First of all, the characteristics of the system must meet the purpose of dose monitoring. The system must detect the dose less than the target value to be achieved. The second is the selection of measuring systems to be set. The system is still not unified, and it is difficult to exchange data between different stations. Finally, the method of data analysis is not yet unified. Manuals or guide-books for this purpose are necessary for the mutual comparison of the data from the stations in different districts. (Kato, T.)

  4. Some Results on facets for linear inequality in 0-1 variables

    Directory of Open Access Journals (Sweden)

    D. Sashi Bhusan

    2010-03-01

    Full Text Available The facet of Knapsack ploytope, i.e. convex hull of 0-1 points satisfying a given linear inequality has been presented in this current paper. Such type of facets plays an important role in set covering set partitioning, matroidal-intersection vertex- packing, generalized assignment and other combinatorial problems. Strong covers for facets of Knapsack ploytope has been developed in the first part of the present paper. Generating family of valid cutting planes that satisfy inequality with 0-1 variables through algorithms are the attraction of this paper.

  5. [Progress in improvement of continuous monoculture cropping problem in Panax ginseng by controlling soil-borne disease management].

    Science.gov (United States)

    Wang, Rui; Dong, Lin-Lin; Xu, Jiang; Chen, Jun-Wen; Li, Xi-Wen; Chen, Shi-Lin

    2016-11-01

    The continuous monoculture cropping problem severely has hindered the land resource of Panax ginseng cultivation and threatened the sustainable development of ginseng industry. There are comprehensive factors causing the continuous monoculture cropping problem, such as deterioration of soil physical and chemical properties, accumulation of allelochemical, increase of pesticide residue and heavy metal, imbalance of rhizospheric micro-ecosystem, and increase of soil-borne diseases. Among soil-borne disease was one of the key factors. More than 40 soil-borne diseases have been reported in the ginseng cultivation, especially, the diseases were more serious in the ginseng replanting land. Here main soil-borne diseases and their prevention way have been summarized, and we try to provide the effective improvement strategy of continuous monoculture cropping problem focusing on the disease control and offer reference for overcoming the ginseng continuous monoculture cropping problem. Copyright© by the Chinese Pharmaceutical Association.

  6. Hard equality constrained integer knapsacks

    NARCIS (Netherlands)

    Aardal, K.I.; Lenstra, A.K.; Cook, W.J.; Schulz, A.S.

    2002-01-01

    We consider the following integer feasibility problem: "Given positive integer numbers a 0, a 1,..., a n, with gcd(a 1,..., a n) = 1 and a = (a 1,..., a n), does there exist a nonnegative integer vector x satisfying ax = a 0?" Some instances of this type have been found to be extremely hard to solve

  7. Continuous Energy, Multi-Dimensional Transport Calculations for Problem Dependent Resonance Self-Shielding

    International Nuclear Information System (INIS)

    Downar, T.

    2009-01-01

    The overall objective of the work here has been to eliminate the approximations used in current resonance treatments by developing continuous energy multi-dimensional transport calculations for problem dependent self-shielding calculations. The work here builds on the existing resonance treatment capabilities in the ORNL SCALE code system. The overall objective of the work here has been to eliminate the approximations used in current resonance treatments by developing continuous energy multidimensional transport calculations for problem dependent self-shielding calculations. The work here builds on the existing resonance treatment capabilities in the ORNL SCALE code system. Specifically, the methods here utilize the existing continuous energy SCALE5 module, CENTRM, and the multi-dimensional discrete ordinates solver, NEWT to develop a new code, CENTRM( ) NEWT. The work here addresses specific theoretical limitations in existing CENTRM resonance treatment, as well as investigates advanced numerical and parallel computing algorithms for CENTRM and NEWT in order to reduce the computational burden. The result of the work here will be a new computer code capable of performing problem dependent self-shielding analysis for both existing and proposed GENIV fuel designs. The objective of the work was to have an immediate impact on the safety analysis of existing reactors through improvements in the calculation of fuel temperature effects, as well as on the analysis of more sophisticated GENIV/NGNP systems through improvements in the depletion/transmutation of actinides for Advanced Fuel Cycle Initiatives.

  8. Wicked Problems in Large Organizations: Why Pilot Retention Continues to Challenge the Air Force

    Science.gov (United States)

    2017-05-25

    solving complex problems even more challenging.10 This idea of complexity extends to another theoretical concept , the complex adaptive system, which... concept in order to avoid the pitfalls and dangers in group problem - solving .26 His ideas to mitigate potential groupthink place responsibility... Problems in Large Organizations: Why Pilot Retention Continues to Challenge the Air Force 5a. CONTRACT NUMBER 5b. GRANT NUMBER 5c. PROGRAM

  9. A Scalable Approach for QoS-Based Web Service Selection

    DEFF Research Database (Denmark)

    Alrifai, Mohammad; Risse, Thomas; Dolog, Peter

    2009-01-01

    QoS-based service selection aims at finding the best component services that satisfy the end-to-end quality requirements. The problem can be modeled as a multi-dimension multi-choice 0-1 knapsack problem, which is known as NP-hard. Recently published solutions propose using linear programming...

  10. Physics of continuous media problems and solutions in electromagnetism, fluid mechanics and MHD

    CERN Document Server

    Vekstein, Grigory

    2013-01-01

    This book presents an excellent and exemplary collection of up-to-date exercises and their solutions on continuous media, covering a wide range of topics from electro-, magnetohydro- and fluid dynamics, and from the theory of elasticity. The author is an international expert with many years of research and teaching experience in the field. Each chapter begins with a comprehensive summary of definitions and the mathematical description of the physical laws necessary to understand and solve the series of problems that follow. The problems and exercises are a gradual built up in each of the topics and they introduce the reader step by step into the principles of the subject. The solutions are well explained and detailed with additional readings when necessary. This exercise book is written in a true scholarly manner that allows the reader to understand the basic principles and physical laws of continuous media. This problem-solving book is highly recommended to graduate and postgraduate students, postdoctoral re...

  11. C1-continuous Virtual Element Method for Poisson-Kirchhoff plate problem

    Energy Technology Data Exchange (ETDEWEB)

    Gyrya, Vitaliy [Los Alamos National Lab. (LANL), Los Alamos, NM (United States); Mourad, Hashem Mohamed [Los Alamos National Lab. (LANL), Los Alamos, NM (United States)

    2016-09-20

    We present a family of C1-continuous high-order Virtual Element Methods for Poisson-Kirchho plate bending problem. The convergence of the methods is tested on a variety of meshes including rectangular, quadrilateral, and meshes obtained by edge removal (i.e. highly irregular meshes). The convergence rates are presented for all of these tests.

  12. Discrete and Continuous Models for Partitioning Problems

    KAUST Repository

    Lellmann, Jan

    2013-04-11

    Recently, variational relaxation techniques for approximating solutions of partitioning problems on continuous image domains have received considerable attention, since they introduce significantly less artifacts than established graph cut-based techniques. This work is concerned with the sources of such artifacts. We discuss the importance of differentiating between artifacts caused by discretization and those caused by relaxation and provide supporting numerical examples. Moreover, we consider in depth the consequences of a recent theoretical result concerning the optimality of solutions obtained using a particular relaxation method. Since the employed regularizer is quite tight, the considered relaxation generally involves a large computational cost. We propose a method to significantly reduce these costs in a fully automatic way for a large class of metrics including tree metrics, thus generalizing a method recently proposed by Strekalovskiy and Cremers (IEEE conference on computer vision and pattern recognition, pp. 1905-1911, 2011). © 2013 Springer Science+Business Media New York.

  13. Weak unique continuation property and a related inverse source problem for time-fractional diffusion-advection equations

    Science.gov (United States)

    Jiang, Daijun; Li, Zhiyuan; Liu, Yikan; Yamamoto, Masahiro

    2017-05-01

    In this paper, we first establish a weak unique continuation property for time-fractional diffusion-advection equations. The proof is mainly based on the Laplace transform and the unique continuation properties for elliptic and parabolic equations. The result is weaker than its parabolic counterpart in the sense that we additionally impose the homogeneous boundary condition. As a direct application, we prove the uniqueness for an inverse problem on determining the spatial component in the source term by interior measurements. Numerically, we reformulate our inverse source problem as an optimization problem, and propose an iterative thresholding algorithm. Finally, several numerical experiments are presented to show the accuracy and efficiency of the algorithm.

  14. New heuristic method for the optimization of product mix based on theory of constraints and knapsack problem

    Directory of Open Access Journals (Sweden)

    Vinicius Amorim Sobreiro

    2013-06-01

    Full Text Available The definition of the product mix provides the allocation of the productive resources in the manufacture process and the optimization of productive system. However, the definition of the product mix is a problem of the NP-complete, in other words, of difficult solution. Taking this into account, with the aid of the Theory of Constraints - TOC, some constructive heuristics have been presented to help to solve this problem. Thus, the objective in this paper is to propose a new heuristics to provide better solutions when compared with the main heuristics presented in the literature, TOC-h of Fredendall and Lea. To accomplish this comparison, simulations were accomplished with the objective of identifying the production mix with the best throughput, considering CPU time and the characteristics of the productive ambient. The results show that the heuristics proposal was more satisfactory when compared to TOC-h and it shows good solution when compared with the optimum solution. This fact evidence the importance of the heuristics proposal in the definition of product mix.

  15. Organochlorine pesticides and PCB's: A continuing problem for the 1980s

    Science.gov (United States)

    Fleming, W.J.; Clark, D.R.; Henny, C.J.

    1983-01-01

    In general. decreases in OC contamination in North America are unmistakable. This is documented by the NPMP. but. more importantly. it is borne out by improvements in the reproduction and population status of the brown pelican. bald eagle, peregrine falcon, and osprey. However, some OC contamination still persists, and several species, particularly predatory birds and insectivorous bats, continue to be vulnerable. Current OC problems in North America result from present and past usage and from industrial contamination. In addition, some studies suggest that some migrant bird species that winter south of the U.S. border are exposed to higher levels of OC pesticide than non-migrants. However, heavy OC pesticide contamination is known to exist in Arizona, New Mexico, and in southern California where migratory birds might stop during migration. At this time, we do not have the information to assess specifically the sources of contamination for most migrant species. From the number of recent OC problems identified in North America, it is apparent that OC's are not confined to the past and that we must continue to monitor and study OC's during this decade. However, current administrative, management, and research priorities are being directed toward the search for potential impacts of newer pesticides, air pollution. industrial waste, and other contaminants. Although it is necessary to build a body of scientific data on these types of contaminants, we feel that we cannot neglect continued work on OC's for which harmful effects impacting our wildlife resources are already known.

  16. Numerical continuation methods for dynamical systems path following and boundary value problems

    CERN Document Server

    Krauskopf, Bernd; Galan-Vioque, Jorge

    2007-01-01

    Path following in combination with boundary value problem solvers has emerged as a continuing and strong influence in the development of dynamical systems theory and its application. It is widely acknowledged that the software package AUTO - developed by Eusebius J. Doedel about thirty years ago and further expanded and developed ever since - plays a central role in the brief history of numerical continuation. This book has been compiled on the occasion of Sebius Doedel''s 60th birthday. Bringing together for the first time a large amount of material in a single, accessible source, it is hoped that the book will become the natural entry point for researchers in diverse disciplines who wish to learn what numerical continuation techniques can achieve. The book opens with a foreword by Herbert B. Keller and lecture notes by Sebius Doedel himself that introduce the basic concepts of numerical bifurcation analysis. The other chapters by leading experts discuss continuation for various types of systems and objects ...

  17. Solving Singular Two-Point Boundary Value Problems Using Continuous Genetic Algorithm

    Directory of Open Access Journals (Sweden)

    Omar Abu Arqub

    2012-01-01

    Full Text Available In this paper, the continuous genetic algorithm is applied for the solution of singular two-point boundary value problems, where smooth solution curves are used throughout the evolution of the algorithm to obtain the required nodal values. The proposed technique might be considered as a variation of the finite difference method in the sense that each of the derivatives is replaced by an appropriate difference quotient approximation. This novel approach possesses main advantages; it can be applied without any limitation on the nature of the problem, the type of singularity, and the number of mesh points. Numerical examples are included to demonstrate the accuracy, applicability, and generality of the presented technique. The results reveal that the algorithm is very effective, straightforward, and simple.

  18. Continuous grasp algorithm applied to economic dispatch problem of thermal units

    Energy Technology Data Exchange (ETDEWEB)

    Vianna Neto, Julio Xavier [Pontifical Catholic University of Parana - PUCPR, Curitiba, PR (Brazil). Undergraduate Program at Mechatronics Engineering; Bernert, Diego Luis de Andrade; Coelho, Leandro dos Santos [Pontifical Catholic University of Parana - PUCPR, Curitiba, PR (Brazil). Industrial and Systems Engineering Graduate Program, LAS/PPGEPS], e-mail: leandro.coelho@pucpr.br

    2010-07-01

    The economic dispatch problem (EDP) is one of the fundamental issues in power systems to obtain benefits with the stability, reliability and security. Its objective is to allocate the power demand among committed generators in the most economical manner, while all physical and operational constraints are satisfied. The cost of power generation, particularly in fossil fuel plants, is very high and economic dispatch helps in saving a significant amount of revenue. Recently, as an alternative to the conventional mathematical approaches, modern heuristic optimization techniques such as simulated annealing, evolutionary algorithms, neural networks, ant colony, and tabu search have been given much attention by many researchers due to their ability to find an almost global optimal solution in EDPs. On other hand, continuous GRASP (C-GRASP) is a stochastic local search meta-heuristic for finding cost-efficient solutions to continuous global optimization problems subject to box constraints. Like a greedy randomized adaptive search procedure (GRASP), a C-GRASP is a multi-start procedure where a starting solution for local improvement is constructed in a greedy randomized fashion. The C-GRASP algorithm is validated for a test system consisting of fifteen units, test system that takes into account spinning reserve and prohibited operating zones constrains. (author)

  19. Articulation Works for Most Community College Transfer Students, But Some Problems Continue. OPPAGA Program Review.

    Science.gov (United States)

    Florida State Legislature, Tallahassee. Office of Program Policy Analysis and Government Accountability.

    The Florida legislature has passed several reforms designed to shorten the time it takes students to obtain their degrees. Although the reforms have produced benefits, some articulation problems continue. The problems include the following: (1) One in five (20%) AA transfer students take a semester or more of lower division courses at a…

  20. Search and imperative programming

    OpenAIRE

    Apt, Krzysztof; Schaerf, A.

    1996-01-01

    textabstractWe augment the expressive power of imperative programming in order to make it a more attractive vehicle for problems that involve search.The proposed additions are limited yet powerful and are inspired by the logic programming paradigm.We illustrate their use by presenting solutions to a number of classical problems, including the straight search problem, the knapsack problem, and the 8 queens problem. These solutions are substantially simpler than their counterparts written in th...

  1. An Improved Real-Coded Population-Based Extremal Optimization Method for Continuous Unconstrained Optimization Problems

    Directory of Open Access Journals (Sweden)

    Guo-Qiang Zeng

    2014-01-01

    Full Text Available As a novel evolutionary optimization method, extremal optimization (EO has been successfully applied to a variety of combinatorial optimization problems. However, the applications of EO in continuous optimization problems are relatively rare. This paper proposes an improved real-coded population-based EO method (IRPEO for continuous unconstrained optimization problems. The key operations of IRPEO include generation of real-coded random initial population, evaluation of individual and population fitness, selection of bad elements according to power-law probability distribution, generation of new population based on uniform random mutation, and updating the population by accepting the new population unconditionally. The experimental results on 10 benchmark test functions with the dimension N=30 have shown that IRPEO is competitive or even better than the recently reported various genetic algorithm (GA versions with different mutation operations in terms of simplicity, effectiveness, and efficiency. Furthermore, the superiority of IRPEO to other evolutionary algorithms such as original population-based EO, particle swarm optimization (PSO, and the hybrid PSO-EO is also demonstrated by the experimental results on some benchmark functions.

  2. A separation theorem for the stochastic sampled-data LQG problem. [control of continuous linear plant disturbed by white noise

    Science.gov (United States)

    Halyo, N.; Caglayan, A. K.

    1976-01-01

    This paper considers the control of a continuous linear plant disturbed by white plant noise when the control is constrained to be a piecewise constant function of time; i.e. a stochastic sampled-data system. The cost function is the integral of quadratic error terms in the state and control, thus penalizing errors at every instant of time while the plant noise disturbs the system continuously. The problem is solved by reducing the constrained continuous problem to an unconstrained discrete one. It is shown that the separation principle for estimation and control still holds for this problem when the plant disturbance and measurement noise are Gaussian.

  3. Mathematical Modeling of Contact Problems of Elasticity Theory with Continuous Unilateral Contact

    Directory of Open Access Journals (Sweden)

    I. V. Stankevich

    2015-01-01

    Full Text Available The work [1] presents the formulation and numerical solution of the problem concerning the unilateral discrete contact interaction of an elastic body and a rigid half-space. However, many parts and components of engineering structures have a pronounced continuous contact within a given surface [2, 3]. In this paper we consider a special case of this option of contact interaction when, the elastic body of finite size, subjected to external forces, is based on a rigid half-space. Contact occurs through a dedicated contact surface, which in general can change their sizes.Developed to solve this problem, a numerical algorithm is a further adaptation and development of the approaches described in [1]. The paper shows results of solving the model problem of the elasticity theory with and without taking friction into account. In the latter case, were additionally obtained numerical data characterizing the convergence of the solution.

  4. The continuous 1.5D terrain guarding problem: Discretization, optimal solutions, and PTAS

    Directory of Open Access Journals (Sweden)

    Stephan Friedrichs

    2016-05-01

    Full Text Available In the NP-hard continuous 1.5D Terrain Guarding Problem (TGP we are given an $x$-monotone chain of line segments in $R^2$ (the terrain $T$, and ask for the minimum number of guards (located anywhere on $T$ required to guard all of $T$. We construct guard candidate and witness sets $G, W \\subset T$ of polynomial size such that any feasible (optimal guard cover $G^* \\subseteq G$ for $W$ is also feasible (optimal for the continuous TGP. This discretization allows us to: (1 settle NP-completeness for the continuous TGP; (2 provide a Polynomial Time Approximation Scheme (PTAS for the continuous TGP using the PTAS for the discrete TGP by Gibson et al.; (3 formulate the continuous TGP as an Integer Linear Program (IP. Furthermore, we propose several filtering techniques reducing the size of our discretization, allowing us to devise an efficient IP-based algorithm that reliably provides optimal guard placements for terrains with up to $10^6$ vertices within minutes on a standard desktop computer.

  5. On the Quantum Inverse problem for the continuous Heisenberg spin chain with axial anisotropy

    International Nuclear Information System (INIS)

    Roy Chowdhury, A.; Chanda, P.K.

    1986-06-01

    We have considered the Quantum Inverse problem for the continuous form of Heisenberg spin chain with anisotropy. The form of quantum R-matrix, the commutation rules for the scattering data, and the explicit structure of the excitation spectrum are obtained. (author)

  6. Comprehensive Feature-Based Landscape Analysis of Continuous and Constrained Optimization Problems Using the R-Package flacco

    OpenAIRE

    Kerschke, Pascal

    2017-01-01

    Choosing the best-performing optimizer(s) out of a portfolio of optimization algorithms is usually a difficult and complex task. It gets even worse, if the underlying functions are unknown, i.e., so-called Black-Box problems, and function evaluations are considered to be expensive. In the case of continuous single-objective optimization problems, Exploratory Landscape Analysis (ELA) - a sophisticated and effective approach for characterizing the landscapes of such problems by means of numeric...

  7. Spatial and Angular Moment Analysis of Continuous and Discretized Transport Problems

    International Nuclear Information System (INIS)

    Brantley, Patrick S.; Larsen, Edward W.

    2000-01-01

    A new theoretical tool for analyzing continuous and discretized transport equations is presented. This technique is based on a spatial and angular moment analysis of the analytic transport equation, which yields exact expressions for the 'center of mass' and 'squared radius of gyration' of the particle distribution. Essentially the same moment analysis is applied to discretized particle transport problems to determine numerical expressions for the center of mass and squared radius of gyration. Because this technique makes no assumption about the optical thickness of the spatial cells or about the amount of absorption in the system, it is applicable to problems that cannot be analyzed by a truncation analysis or an asymptotic diffusion limit analysis. The spatial differencing schemes examined (weighted- diamond, lumped linear discontinuous, and multiple balance) yield a numerically consistent expression for computing the squared radius of gyration plus an error term that depends on the mesh spacing, quadrature constants, and material properties of the system. The numerical results presented suggest that the relative accuracy of spatial differencing schemes for different types of problems can be assessed by comparing the magnitudes of these error terms

  8. THE PROBLEMS OF PERFORMANCE MONITORING TO TAKLE THE TASKS OF THE AIRCRAFT CONTINUED AIRWORTHINESS

    Directory of Open Access Journals (Sweden)

    Yu. M. Chinyuchin

    2017-01-01

    Full Text Available Improving of the aircraft continued airworthiness system is currently becoming of particular importance applied both to aircraft of domestic and foreign production, used in civil aviation of Russia. This article discusses the background and content of the tasks for long-haul aircraft continued airworthiness, which presents a challenge directly related to the provision of intensive, regular, economically viable, and safe operation of assigned airline fleet. A special place among the problems of continued airworthiness is held by the creation and organization of mechanisms and methods of resource status and age of the assigned airline fleet monitoring to manage its forecasting and timely updates. Not least important among the issues of resource and age structure monitoring to be considered is the need to improve the design of aircraft, taking into account preliminary technical and economic feasibility assessment of its modifications in the interests of the operator. A deep study of the contents of the monitoring allows to develop up-to-date methodological and scientific basis for building an integrated system of aircraft resource management and timing services. This system is developed based on the integrated approach that allows to provide a solution to the entire set of problems presented in this article and faced by professionals and scientists involved in the aircraft maintenance programs development on the stages of their design and manufacturing and long operation of aircraft continued airworthiness.

  9. ORiON - Vol 26, No 1 (2010)

    African Journals Online (AJOL)

    Solving the Extended Tree Knapsack Problem with xed cost ow expansion functions · EMAIL FREE FULL TEXT EMAIL FREE FULL TEXT DOWNLOAD FULL TEXT DOWNLOAD FULL TEXT. DJ van der Merwe, JM Hattingh. A simple proof of Debreu's Gap Lemma · EMAIL FREE FULL TEXT EMAIL FREE FULL TEXT

  10. FUNDAMENTAL MATRIX OF LINEAR CONTINUOUS SYSTEM IN THE PROBLEM OF ESTIMATING ITS TRANSPORT DELAY

    Directory of Open Access Journals (Sweden)

    N. A. Dudarenko

    2014-09-01

    Full Text Available The paper deals with the problem of quantitative estimation for transport delay of linear continuous systems. The main result is received by means of fundamental matrix of linear differential equations solutions specified in the normal Cauchy form for the cases of SISO and MIMO systems. Fundamental matrix has the dual property. It means that the weight function of the system can be formed as a free motion of systems. Last one is generated by the vector of initial system conditions, which coincides with the matrix input of the system being researched. Thus, using the properties of the system- solving for fundamental matrix has given the possibility to solve the problem of estimating transport linear continuous system delay without the use of derivation procedure in hardware environment and without formation of exogenous Dirac delta function. The paper is illustrated by examples. The obtained results make it possible to solve the problem of modeling the pure delay links using consecutive chain of aperiodic links of the first order with the equal time constants. Modeling results have proved the correctness of obtained computations. Knowledge of transport delay can be used when configuring multi- component technological complexes and in the diagnosis of their possible functional degeneration.

  11. PowerPlay: Training an Increasingly General Problem Solver by Continually Searching for the Simplest Still Unsolvable Problem.

    Science.gov (United States)

    Schmidhuber, Jürgen

    2013-01-01

    Most of computer science focuses on automatically solving given computational problems. I focus on automatically inventing or discovering problems in a way inspired by the playful behavior of animals and humans, to train a more and more general problem solver from scratch in an unsupervised fashion. Consider the infinite set of all computable descriptions of tasks with possibly computable solutions. Given a general problem-solving architecture, at any given time, the novel algorithmic framework PowerPlay (Schmidhuber, 2011) searches the space of possible pairs of new tasks and modifications of the current problem solver, until it finds a more powerful problem solver that provably solves all previously learned tasks plus the new one, while the unmodified predecessor does not. Newly invented tasks may require to achieve a wow-effect by making previously learned skills more efficient such that they require less time and space. New skills may (partially) re-use previously learned skills. The greedy search of typical PowerPlay variants uses time-optimal program search to order candidate pairs of tasks and solver modifications by their conditional computational (time and space) complexity, given the stored experience so far. The new task and its corresponding task-solving skill are those first found and validated. This biases the search toward pairs that can be described compactly and validated quickly. The computational costs of validating new tasks need not grow with task repertoire size. Standard problem solver architectures of personal computers or neural networks tend to generalize by solving numerous tasks outside the self-invented training set; PowerPlay's ongoing search for novelty keeps breaking the generalization abilities of its present solver. This is related to Gödel's sequence of increasingly powerful formal theories based on adding formerly unprovable statements to the axioms without affecting previously provable theorems. The continually increasing

  12. Convergence of a continuous BGK model for initial boundary-value problems for conservation laws

    Directory of Open Access Journals (Sweden)

    Driss Seghir

    2001-11-01

    Full Text Available We consider a scalar conservation law in the quarter plane. This equation is approximated in a continuous kinetic Bhatnagar-Gross-Krook (BGK model. The convergence of the model towards the unique entropy solution is established in the space of functions of bounded variation, using kinetic entropy inequalities, without special restriction on the flux nor on the equilibrium problem's data. As an application, we establish the hydrodynamic limit for a $2imes2$ relaxation system with general data. Also we construct a new family of convergent continuous BGK models with simple maxwellians different from the $chi$ models.

  13. APPLICATION OF PARAMETER CONTINUATION METHOD FOR INVESTIGATION OF VIBROIMPACT SYSTEMS DYNAMIC BEHAVIOUR. PROBLEM STATE. SHORT SURVEY OF WORLD SCIENTIFIC LITERATURE

    Directory of Open Access Journals (Sweden)

    V.A. Bazhenov

    2014-12-01

    Full Text Available Authors in their works study vibroimpact system dynamic behaviour by numerical parametric continuation technique combined with shooting and Newton-Raphson’s methods. The technique is adapted to two-mass two-degree-of-freedom vibroimpact system under periodic excitation. Impact is simulated by nonlinear contact interaction force based on Hertz’s contact theory. Stability or instability of obtained periodic solutions is determined by monodromy matrix eigenvalues (multipliers based on Floquet’s theory. In the present paper we describe the state of problem of parameter continuation method using for nonlinear tasks solution. Also we give the short survey of numerous contemporary literature in English and Russian about parameter continuation method application for nonlinear problems. This method is applied for vibroimpact problem solving more rarely because of the difficulties connected with repeated impacts.

  14. Application of wavelet scaling function expansion continuous-energy resonance calculation method to MOX fuel problem

    International Nuclear Information System (INIS)

    Yang, W.; Wu, H.; Cao, L.

    2012-01-01

    More and more MOX fuels are used in all over the world in the past several decades. Compared with UO 2 fuel, it contains some new features. For example, the neutron spectrum is harder and more resonance interference effects within the resonance energy range are introduced because of more resonant nuclides contained in the MOX fuel. In this paper, the wavelets scaling function expansion method is applied to study the resonance behavior of plutonium isotopes within MOX fuel. Wavelets scaling function expansion continuous-energy self-shielding method is developed recently. It has been validated and verified by comparison to Monte Carlo calculations. In this method, the continuous-energy cross-sections are utilized within resonance energy, which means that it's capable to solve problems with serious resonance interference effects without iteration calculations. Therefore, this method adapts to treat the MOX fuel resonance calculation problem natively. Furthermore, plutonium isotopes have fierce oscillations of total cross-section within thermal energy range, especially for 240 Pu and 242 Pu. To take thermal resonance effect of plutonium isotopes into consideration the wavelet scaling function expansion continuous-energy resonance calculation code WAVERESON is enhanced by applying the free gas scattering kernel to obtain the continuous-energy scattering source within thermal energy range (2.1 eV to 4.0 eV) contrasting against the resonance energy range in which the elastic scattering kernel is utilized. Finally, all of the calculation results of WAVERESON are compared with MCNP calculation. (authors)

  15. Solution of the Cauchy problem for a continuous limit of the Toda lattice and its superextension

    International Nuclear Information System (INIS)

    Saveliev, M.V.; Sorba, P.

    1991-01-01

    A supersymmetric equation associated with a continuum limit of the classical superalgebra sl(n/n+1) is constructed. This equation can be considered as a superextension of a continuous limit of the Toda lattice with fixed end-points or, in other words, as a supersymmetric version of the heavenly equation. A solution of the Cauchy problem for the continuous limit of the Toda lattice and for its superextension is given using some formal reasonings. (orig.)

  16. Stochastic Resource Allocation for Energy-Constrained Systems

    Directory of Open Access Journals (Sweden)

    Sachs DanielGrobe

    2009-01-01

    Full Text Available Battery-powered wireless systems running media applications have tight constraints on energy, CPU, and network capacity, and therefore require the careful allocation of these limited resources to maximize the system's performance while avoiding resource overruns. Usually, resource-allocation problems are solved using standard knapsack-solving techniques. However, when allocating conservable resources like energy (which unlike CPU and network remain available for later use if they are not used immediately knapsack solutions suffer from excessive computational complexity, leading to the use of suboptimal heuristics. We show that use of Lagrangian optimization provides a fast, elegant, and, for convex problems, optimal solution to the allocation of energy across applications as they enter and leave the system, even if the exact sequence and timing of their entrances and exits is not known. This permits significant increases in achieved utility compared to heuristics in common use. As our framework requires only a stochastic description of future workloads, and not a full schedule, we also significantly expand the scope of systems that can be optimized.

  17. Discrete bacteria foraging optimization algorithm for graph based problems - a transition from continuous to discrete

    Science.gov (United States)

    Sur, Chiranjib; Shukla, Anupam

    2018-03-01

    Bacteria Foraging Optimisation Algorithm is a collective behaviour-based meta-heuristics searching depending on the social influence of the bacteria co-agents in the search space of the problem. The algorithm faces tremendous hindrance in terms of its application for discrete problems and graph-based problems due to biased mathematical modelling and dynamic structure of the algorithm. This had been the key factor to revive and introduce the discrete form called Discrete Bacteria Foraging Optimisation (DBFO) Algorithm for discrete problems which exceeds the number of continuous domain problems represented by mathematical and numerical equations in real life. In this work, we have mainly simulated a graph-based road multi-objective optimisation problem and have discussed the prospect of its utilisation in other similar optimisation problems and graph-based problems. The various solution representations that can be handled by this DBFO has also been discussed. The implications and dynamics of the various parameters used in the DBFO are illustrated from the point view of the problems and has been a combination of both exploration and exploitation. The result of DBFO has been compared with Ant Colony Optimisation and Intelligent Water Drops Algorithms. Important features of DBFO are that the bacteria agents do not depend on the local heuristic information but estimates new exploration schemes depending upon the previous experience and covered path analysis. This makes the algorithm better in combination generation for graph-based problems and combination generation for NP hard problems.

  18. Prognosis and continuity of child mental health problems from preschool to primary school: results of a four-year longitudinal study.

    Science.gov (United States)

    Beyer, Thomas; Postert, Christian; Müller, Jörg M; Furniss, Tilman

    2012-08-01

    In a four-year longitudinal study, changes in and continuity of behavioral and emotional problems were examined in 814 subjects from kindergarten to primary school. Mental health problems were assessed by means of the Child Behavior Checklist (CBCL). The distribution of the CBCL broadband groups revealed a high level of continuity of internalizing symptoms over the four-year period and a shift from externalizing symptoms at baseline towards a combination of internalizing and externalizing symptoms at follow-up. The presence of mental health problems at follow-up was correlated with gender (higher amongst boys), pre-existing mental health problems at baseline, and separation or divorce of the parents, but not with single-family status or the age and educational level of the mother. The increasing number of children with a combination of internalizing and externalizing symptoms demonstrates the increasing complexity of child mental health problems in the developmental span from preschool age to school age.

  19. An extended continuous estimation of distribution algorithm for solving the permutation flow-shop scheduling problem

    Science.gov (United States)

    Shao, Zhongshi; Pi, Dechang; Shao, Weishi

    2017-11-01

    This article proposes an extended continuous estimation of distribution algorithm (ECEDA) to solve the permutation flow-shop scheduling problem (PFSP). In ECEDA, to make a continuous estimation of distribution algorithm (EDA) suitable for the PFSP, the largest order value rule is applied to convert continuous vectors to discrete job permutations. A probabilistic model based on a mixed Gaussian and Cauchy distribution is built to maintain the exploration ability of the EDA. Two effective local search methods, i.e. revolver-based variable neighbourhood search and Hénon chaotic-based local search, are designed and incorporated into the EDA to enhance the local exploitation. The parameters of the proposed ECEDA are calibrated by means of a design of experiments approach. Simulation results and comparisons based on some benchmark instances show the efficiency of the proposed algorithm for solving the PFSP.

  20. Basic problems and solution methods for two-dimensional continuous 3 × 3 order hidden Markov model

    International Nuclear Information System (INIS)

    Wang, Guo-gang; Tang, Gui-jin; Gan, Zong-liang; Cui, Zi-guan; Zhu, Xiu-chang

    2016-01-01

    A novel model referred to as two-dimensional continuous 3 × 3 order hidden Markov model is put forward to avoid the disadvantages of the classical hypothesis of two-dimensional continuous hidden Markov model. This paper presents three equivalent definitions of the model, in which the state transition probability relies on not only immediate horizontal and vertical states but also immediate diagonal state, and in which the probability density of the observation relies on not only current state but also immediate horizontal and vertical states. The paper focuses on the three basic problems of the model, namely probability density calculation, parameters estimation and path backtracking. Some algorithms solving the questions are theoretically derived, by exploiting the idea that the sequences of states on rows or columns of the model can be viewed as states of a one-dimensional continuous 1 × 2 order hidden Markov model. Simulation results further demonstrate the performance of the algorithms. Because there are more statistical characteristics in the structure of the proposed new model, it can more accurately describe some practical problems, as compared to two-dimensional continuous hidden Markov model.

  1. Asymmetric continuous-time neural networks without local traps for solving constraint satisfaction problems.

    Directory of Open Access Journals (Sweden)

    Botond Molnár

    Full Text Available There has been a long history of using neural networks for combinatorial optimization and constraint satisfaction problems. Symmetric Hopfield networks and similar approaches use steepest descent dynamics, and they always converge to the closest local minimum of the energy landscape. For finding global minima additional parameter-sensitive techniques are used, such as classical simulated annealing or the so-called chaotic simulated annealing, which induces chaotic dynamics by addition of extra terms to the energy landscape. Here we show that asymmetric continuous-time neural networks can solve constraint satisfaction problems without getting trapped in non-solution attractors. We concentrate on a model solving Boolean satisfiability (k-SAT, which is a quintessential NP-complete problem. There is a one-to-one correspondence between the stable fixed points of the neural network and the k-SAT solutions and we present numerical evidence that limit cycles may also be avoided by appropriately choosing the parameters of the model. This optimal parameter region is fairly independent of the size and hardness of instances, this way parameters can be chosen independently of the properties of problems and no tuning is required during the dynamical process. The model is similar to cellular neural networks already used in CNN computers. On an analog device solving a SAT problem would take a single operation: the connection weights are determined by the k-SAT instance and starting from any initial condition the system searches until finding a solution. In this new approach transient chaotic behavior appears as a natural consequence of optimization hardness and not as an externally induced effect.

  2. TARCMO: Theory and Algorithms for Robust, Combinatorial, Multicriteria Optimization

    Science.gov (United States)

    2016-11-28

    methods is presented in the book chapter [CG16d]. 4.4 Robust Timetable Information Problems. Timetable information is the process of determining a...Princeton and Oxford, 2009. [BTN98] A. Ben-Tal and A. Nemirovski. Robust convex optimization. Math - ematics of Operations Research, 23(4):769–805...Goerigk. A note on upper bounds to the robust knapsack problem with discrete scenarios. Annals of Operations Research, 223(1):461–469, 2014. [GS16] M

  3. Parallel Implementation of Numerical Solution of Few-Body Problem Using Feynman's Continual Integrals

    Science.gov (United States)

    Naumenko, Mikhail; Samarin, Viacheslav

    2018-02-01

    Modern parallel computing algorithm has been applied to the solution of the few-body problem. The approach is based on Feynman's continual integrals method implemented in C++ programming language using NVIDIA CUDA technology. A wide range of 3-body and 4-body bound systems has been considered including nuclei described as consisting of protons and neutrons (e.g., 3,4He) and nuclei described as consisting of clusters and nucleons (e.g., 6He). The correctness of the results was checked by the comparison with the exactly solvable 4-body oscillatory system and experimental data.

  4. Radiation streaming: the continuing problem of shield design

    International Nuclear Information System (INIS)

    Avery, A.F.

    1977-01-01

    The practical problems of shield design are reviewed and the major difficulties are shown to be those associated with streaming problems. The situations in which streaming occurs in various types of reactor are described including LMFBR's and fusion devices, and examples are given of ways in which the problems have been solved

  5. A model for solving the prescribed burn planning problem.

    Science.gov (United States)

    Rachmawati, Ramya; Ozlen, Melih; Reinke, Karin J; Hearne, John W

    2015-01-01

    The increasing frequency of destructive wildfires, with a consequent loss of life and property, has led to fire and land management agencies initiating extensive fuel management programs. This involves long-term planning of fuel reduction activities such as prescribed burning or mechanical clearing. In this paper, we propose a mixed integer programming (MIP) model that determines when and where fuel reduction activities should take place. The model takes into account multiple vegetation types in the landscape, their tolerance to frequency of fire events, and keeps track of the age of each vegetation class in each treatment unit. The objective is to minimise fuel load over the planning horizon. The complexity of scheduling fuel reduction activities has led to the introduction of sophisticated mathematical optimisation methods. While these approaches can provide optimum solutions, they can be computationally expensive, particularly for fuel management planning which extends across the landscape and spans long term planning horizons. This raises the question of how much better do exact modelling approaches compare to simpler heuristic approaches in their solutions. To answer this question, the proposed model is run using an exact MIP (using commercial MIP solver) and two heuristic approaches that decompose the problem into multiple single-period sub problems. The Knapsack Problem (KP), which is the first heuristic approach, solves the single period problems, using an exact MIP approach. The second heuristic approach solves the single period sub problem using a greedy heuristic approach. The three methods are compared in term of model tractability, computational time and the objective values. The model was tested using randomised data from 711 treatment units in the Barwon-Otway district of Victoria, Australia. Solutions for the exact MIP could be obtained for up to a 15-year planning only using a standard implementation of CPLEX. Both heuristic approaches can solve

  6. Wisselboustelsels in die Swartland

    Directory of Open Access Journals (Sweden)

    H.C. De Kock

    2014-01-01

    Full Text Available In the Swartland region farmers do not plant wheat exclusively. There are a lot of reasons for this. The main reason is that farmers who plant only one crop will end up with a situation where they will have to buy so much fertiliser that they would not be able to make any money. Every crop influences the crops on the same land later on. It is up to the farmer to decide what the influence will be. That means it is up to the farmer to decide what crop to plant on what land. The farmer ends up rotating a certain number of crops on his land. This rotation of crops is called a rotary crop system. In this situation arises the problem of what sequence of crops should be planted to ensure an optimal income to the farmer without exhausting the land. The problem could be solved by means of linear programming (LP. This problem, however, seem to get very large as the number of crops as well as the number of years over which the problem is solved is increased. By assuming that the influence of crops are only for three years and by restricting the number of years over which the problem is solved the problem is greatly reduced. If we look at the dual of the problem we find a further reduction. The solution of the dual problem also leads to the formulation of strategies. If we formulate the problem by means of the above mentioned strategies the problem reduces to a linear programming problem with only on constraint (which is the knapsack problem. The solution of this knapsack problem with help of a little game theory is then used in a computer program to assist farmers in deciding which crops to plant.

  7. Inverse Ising problem in continuous time: A latent variable approach

    Science.gov (United States)

    Donner, Christian; Opper, Manfred

    2017-12-01

    We consider the inverse Ising problem: the inference of network couplings from observed spin trajectories for a model with continuous time Glauber dynamics. By introducing two sets of auxiliary latent random variables we render the likelihood into a form which allows for simple iterative inference algorithms with analytical updates. The variables are (1) Poisson variables to linearize an exponential term which is typical for point process likelihoods and (2) Pólya-Gamma variables, which make the likelihood quadratic in the coupling parameters. Using the augmented likelihood, we derive an expectation-maximization (EM) algorithm to obtain the maximum likelihood estimate of network parameters. Using a third set of latent variables we extend the EM algorithm to sparse couplings via L1 regularization. Finally, we develop an efficient approximate Bayesian inference algorithm using a variational approach. We demonstrate the performance of our algorithms on data simulated from an Ising model. For data which are simulated from a more biologically plausible network with spiking neurons, we show that the Ising model captures well the low order statistics of the data and how the Ising couplings are related to the underlying synaptic structure of the simulated network.

  8. Parallel Implementation of Numerical Solution of Few-Body Problem Using Feynman’s Continual Integrals

    Directory of Open Access Journals (Sweden)

    Naumenko Mikhail

    2018-01-01

    Full Text Available Modern parallel computing algorithm has been applied to the solution of the few-body problem. The approach is based on Feynman’s continual integrals method implemented in C++ programming language using NVIDIA CUDA technology. A wide range of 3-body and 4-body bound systems has been considered including nuclei described as consisting of protons and neutrons (e.g., 3,4He and nuclei described as consisting of clusters and nucleons (e.g., 6He. The correctness of the results was checked by the comparison with the exactly solvable 4-body oscillatory system and experimental data.

  9. An MPCC Formulation and Its Smooth Solution Algorithm for Continuous Network Design Problem

    Directory of Open Access Journals (Sweden)

    Guangmin Wang

    2017-12-01

    Full Text Available Continuous network design problem (CNDP is searching for a transportation network configuration to minimize the sum of the total system travel time and the investment cost of link capacity expansions by considering that the travellers follow a traditional Wardrop user equilibrium (UE to choose their routes. In this paper, the CNDP model can be formulated as mathematical programs with complementarity constraints (MPCC by describing UE as a non-linear complementarity problem (NCP. To address the difficulty resulting from complementarity constraints in MPCC, they are substituted by the Fischer-Burmeister (FB function, which can be smoothed by the introduction of the smoothing parameter. Therefore, the MPCC can be transformed into a well-behaved non-linear program (NLP by replacing the complementarity constraints with a smooth equation. Consequently, the solver such as LINDOGLOBAL in GAMS can be used to solve the smooth approximate NLP to obtain the solution to MPCC for modelling CNDP. The numerical experiments on the example from the literature demonstrate that the proposed algorithm is feasible.

  10. Continuous Time Dynamic Contraflow Models and Algorithms

    Directory of Open Access Journals (Sweden)

    Urmila Pyakurel

    2016-01-01

    Full Text Available The research on evacuation planning problem is promoted by the very challenging emergency issues due to large scale natural or man-created disasters. It is the process of shifting the maximum number of evacuees from the disastrous areas to the safe destinations as quickly and efficiently as possible. Contraflow is a widely accepted model for good solution of evacuation planning problem. It increases the outbound road capacity by reversing the direction of roads towards the safe destination. The continuous dynamic contraflow problem sends the maximum number of flow as a flow rate from the source to the sink in every moment of time unit. We propose the mathematical model for the continuous dynamic contraflow problem. We present efficient algorithms to solve the maximum continuous dynamic contraflow and quickest continuous contraflow problems on single source single sink arbitrary networks and continuous earliest arrival contraflow problem on single source single sink series-parallel networks with undefined supply and demand. We also introduce an approximation solution for continuous earliest arrival contraflow problem on two-terminal arbitrary networks.

  11. Turnpike theory of continuous-time linear optimal control problems

    CERN Document Server

    Zaslavski, Alexander J

    2015-01-01

    Individual turnpike results are of great interest due to their numerous applications in engineering and in economic theory; in this book the study is focused on new results of turnpike phenomenon in linear optimal control problems.  The book is intended for engineers as well as for mathematicians interested in the calculus of variations, optimal control, and in applied functional analysis. Two large classes of problems are studied in more depth. The first class studied in Chapter 2 consists of linear control problems with periodic nonsmooth convex integrands. Chapters 3-5 consist of linear control problems with autonomous nonconvex and nonsmooth integrands.  Chapter 6 discusses a turnpike property for dynamic zero-sum games with linear constraints. Chapter 7 examines genericity results. In Chapter 8, the description of structure of variational problems with extended-valued integrands is obtained. Chapter 9 ends the exposition with a study of turnpike phenomenon for dynamic games with extended value integran...

  12. Optimization Solution of Troesch’s and Bratu’s Problems of Ordinary Type Using Novel Continuous Genetic Algorithm

    Directory of Open Access Journals (Sweden)

    Zaer Abo-Hammour

    2014-01-01

    Full Text Available A new kind of optimization technique, namely, continuous genetic algorithm, is presented in this paper for numerically approximating the solutions of Troesch’s and Bratu’s problems. The underlying idea of the method is to convert the two differential problems into discrete versions by replacing each of the second derivatives by an appropriate difference quotient approximation. The new method has the following characteristics. First, it should not resort to more advanced mathematical tools; that is, the algorithm should be simple to understand and implement and should be thus easily accepted in the mathematical and physical application fields. Second, the algorithm is of global nature in terms of the solutions obtained as well as its ability to solve other mathematical and physical problems. Third, the proposed methodology has an implicit parallel nature which points to its implementation on parallel machines. The algorithm is tested on different versions of Troesch’s and Bratu’s problems. Experimental results show that the proposed algorithm is effective, straightforward, and simple.

  13. Projected regression method for solving Fredholm integral equations arising in the analytic continuation problem of quantum physics

    International Nuclear Information System (INIS)

    Arsenault, Louis-François; Millis, Andrew J; Neuberg, Richard; Hannah, Lauren A

    2017-01-01

    We present a supervised machine learning approach to the inversion of Fredholm integrals of the first kind as they arise, for example, in the analytic continuation problem of quantum many-body physics. The approach provides a natural regularization for the ill-conditioned inverse of the Fredholm kernel, as well as an efficient and stable treatment of constraints. The key observation is that the stability of the forward problem permits the construction of a large database of outputs for physically meaningful inputs. Applying machine learning to this database generates a regression function of controlled complexity, which returns approximate solutions for previously unseen inputs; the approximate solutions are then projected onto the subspace of functions satisfying relevant constraints. Under standard error metrics the method performs as well or better than the Maximum Entropy method for low input noise and is substantially more robust to increased input noise. We suggest that the methodology will be similarly effective for other problems involving a formally ill-conditioned inversion of an integral operator, provided that the forward problem can be efficiently solved. (paper)

  14. Combinatorial optimization theory and algorithms

    CERN Document Server

    Korte, Bernhard

    2018-01-01

    This comprehensive textbook on combinatorial optimization places special emphasis on theoretical results and algorithms with provably good performance, in contrast to heuristics. It is based on numerous courses on combinatorial optimization and specialized topics, mostly at graduate level. This book reviews the fundamentals, covers the classical topics (paths, flows, matching, matroids, NP-completeness, approximation algorithms) in detail, and proceeds to advanced and recent topics, some of which have not appeared in a textbook before. Throughout, it contains complete but concise proofs, and also provides numerous exercises and references. This sixth edition has again been updated, revised, and significantly extended. Among other additions, there are new sections on shallow-light trees, submodular function maximization, smoothed analysis of the knapsack problem, the (ln 4+ɛ)-approximation for Steiner trees, and the VPN theorem. Thus, this book continues to represent the state of the art of combinatorial opti...

  15. About solution of multipoint boundary problem of static analysis of deep beam with the use of combined application of finite element method and discrete-continual finite element method. part 1: formulation of the problem and general principles of approximation

    Directory of Open Access Journals (Sweden)

    Lyakhovich Leonid

    2017-01-01

    Full Text Available This paper is devoted to formulation and general principles of approximation of multipoint boundary problem of static analysis of deep beam with the use of combined application of finite element method (FEM discrete-continual finite element method (DCFEM. The field of application of DCFEM comprises structures with regular physical and geometrical parameters in some dimension (“basic” dimension. DCFEM presupposes finite element approximation for non-basic dimension while in the basic dimension problem remains continual. DCFEM is based on analytical solutions of resulting multipoint boundary problems for systems of ordinary differential equations with piecewise-constant coefficients.

  16. High Order A-stable Continuous General Linear Methods for Solution of Systems of Initial Value Problems in ODEs

    Directory of Open Access Journals (Sweden)

    Dauda GuliburYAKUBU

    2012-12-01

    Full Text Available Accurate solutions to initial value systems of ordinary differential equations may be approximated efficiently by Runge-Kutta methods or linear multistep methods. Each of these has limitations of one sort or another. In this paper we consider, as a middle ground, the derivation of continuous general linear methods for solution of stiff systems of initial value problems in ordinary differential equations. These methods are designed to combine the advantages of both Runge-Kutta and linear multistep methods. Particularly, methods possessing the property of A-stability are identified as promising methods within this large class of general linear methods. We show that the continuous general linear methods are self-starting and have more ability to solve the stiff systems of ordinary differential equations, than the discrete ones. The initial value systems of ordinary differential equations are solved, for instance, without looking for any other method to start the integration process. This desirable feature of the proposed approach leads to obtaining very high accuracy of the solution of the given problem. Illustrative examples are given to demonstrate the novelty and reliability of the methods.

  17. Self-similar continued root approximants

    International Nuclear Information System (INIS)

    Gluzman, S.; Yukalov, V.I.

    2012-01-01

    A novel method of summing asymptotic series is advanced. Such series repeatedly arise when employing perturbation theory in powers of a small parameter for complicated problems of condensed matter physics, statistical physics, and various applied problems. The method is based on the self-similar approximation theory involving self-similar root approximants. The constructed self-similar continued roots extrapolate asymptotic series to finite values of the expansion parameter. The self-similar continued roots contain, as a particular case, continued fractions and Padé approximants. A theorem on the convergence of the self-similar continued roots is proved. The method is illustrated by several examples from condensed-matter physics.

  18. An Empirical Comparison of Seven Iterative and Evolutionary Function Optimization Heuristics

    Science.gov (United States)

    Baluja, Shumeet

    1995-01-01

    This report is a repository of the results obtained from a large scale empirical comparison of seven iterative and evolution-based optimization heuristics. Twenty-seven static optimization problems, spanning six sets of problem classes which are commonly explored in genetic algorithm literature, are examined. The problem sets include job-shop scheduling, traveling salesman, knapsack, binpacking, neural network weight optimization, and standard numerical optimization. The search spaces in these problems range from 2368 to 22040. The results indicate that using genetic algorithms for the optimization of static functions does not yield a benefit, in terms of the final answer obtained, over simpler optimization heuristics. Descriptions of the algorithms tested and the encodings of the problems are described in detail for reproducibility.

  19. SHOOT2.0: An indirect grid shooting package for optimal control problems, with switching handling and embedded continuation

    OpenAIRE

    Martinon , Pierre; Gergaud , Joseph

    2010-01-01

    The SHOOT2.0 package implements an indirect shooting method for optimal control problems. It is specifically designed to handle control discontinuities, with an automatic switching detection that requires no assumptions concerning the number of switchings. Special care is also devoted to the computation of the Jacobian matrix of the shooting function, using the variational system instead of classical finite differences. The package also features an embedded continuation method and an automati...

  20. A Path-Based Gradient Projection Algorithm for the Cost-Based System Optimum Problem in Networks with Continuously Distributed Value of Time

    Directory of Open Access Journals (Sweden)

    Wen-Xiang Wu

    2014-01-01

    Full Text Available The cost-based system optimum problem in networks with continuously distributed value of time is formulated as a path-based form, which cannot be solved by the Frank-Wolfe algorithm. In light of magnitude improvement in the availability of computer memory in recent years, path-based algorithms have been regarded as a viable approach for traffic assignment problems with reasonably large network sizes. We develop a path-based gradient projection algorithm for solving the cost-based system optimum model, based on Goldstein-Levitin-Polyak method which has been successfully applied to solve standard user equilibrium and system optimum problems. The Sioux Falls network tested is used to verify the effectiveness of the algorithm.

  1. An integrated quality function deployment and capital budgeting methodology for occupational safety and health as a systems thinking approach: the case of the construction industry.

    Science.gov (United States)

    Bas, Esra

    2014-07-01

    In this paper, an integrated methodology for Quality Function Deployment (QFD) and a 0-1 knapsack model is proposed for occupational safety and health as a systems thinking approach. The House of Quality (HoQ) in QFD methodology is a systematic tool to consider the inter-relationships between two factors. In this paper, three HoQs are used to consider the interrelationships between tasks and hazards, hazards and events, and events and preventive/protective measures. The final priority weights of events are defined by considering their project-specific preliminary weights, probability of occurrence, and effects on the victim and the company. The priority weights of the preventive/protective measures obtained in the last HoQ are fed into a 0-1 knapsack model for the investment decision. Then, the selected preventive/protective measures can be adapted to the task design. The proposed step-by-step methodology can be applied to any stage of a project to design the workplace for occupational safety and health, and continuous improvement for safety is endorsed by the closed loop characteristic of the integrated methodology. Copyright © 2013 Elsevier Ltd. All rights reserved.

  2. Distributed synthesis in continuous time

    DEFF Research Database (Denmark)

    Hermanns, Holger; Krčál, Jan; Vester, Steen

    2016-01-01

    We introduce a formalism modelling communication of distributed agents strictly in continuous-time. Within this framework, we study the problem of synthesising local strategies for individual agents such that a specified set of goal states is reached, or reached with at least a given probability....... The flow of time is modelled explicitly based on continuous-time randomness, with two natural implications: First, the non-determinism stemming from interleaving disappears. Second, when we restrict to a subclass of non-urgent models, the quantitative value problem for two players can be solved in EXPTIME....... Indeed, the explicit continuous time enables players to communicate their states by delaying synchronisation (which is unrestricted for non-urgent models). In general, the problems are undecidable already for two players in the quantitative case and three players in the qualitative case. The qualitative...

  3. A lattice hierarchy and its continuous limits

    International Nuclear Information System (INIS)

    Fan Engui

    2008-01-01

    By introducing a discrete spectral problem, we derive a lattice hierarchy which is integrable in Liouville's sense and possesses a multi-Hamiltonian structure. It is show that the discrete spectral problem converges to the well-known AKNS spectral problem under a certain continuous limit. In particular, we construct a sequence of equations in the lattice hierarchy which approximates the AKNS hierarchy as a continuous limit

  4. Continuous Measurements and Quantitative Constraints: Challenge Problems for Discrete Modeling Techniques

    Science.gov (United States)

    Goodrich, Charles H.; Kurien, James; Clancy, Daniel (Technical Monitor)

    2001-01-01

    We present some diagnosis and control problems that are difficult to solve with discrete or purely qualitative techniques. We analyze the nature of the problems, classify them and explain why they are frequently encountered in systems with closed loop control. This paper illustrates the problem with several examples drawn from industrial and aerospace applications and presents detailed information on one important application: In-Situ Resource Utilization (ISRU) on Mars. The model for an ISRU plant is analyzed showing where qualitative techniques are inadequate to identify certain failure modes and to maintain control of the system in degraded environments. We show why the solution to the problem will result in significantly more robust and reliable control systems. Finally, we illustrate requirements for a solution to the problem by means of examples.

  5. Uplink Cross-Layer Scheduling with Differential QoS Requirements in OFDMA Systems

    Directory of Open Access Journals (Sweden)

    Chen Wei

    2010-01-01

    Full Text Available Fair and efficient scheduling is a key issue in cross-layer design for wireless communication systems, such as 3GPP LTE and WiMAX. However, few works have considered the multiaccess of the traffic with differential QoS requirements in wireless systems. In this paper, we will consider an OFDMA-based wireless system with four types of traffic associated with differential QoS requirements, namely, minimum reserved rate, maximum sustainable rate, maximum latency, and tolerant jitter. Given these QoS requirements, the traffic scheduling will be formulated into a cross-layer optimization problem, which is convex fortunately. By separating the power allocation through the waterfilling algorithm in each user, this problem will further reduce to a kind of continuous quadratic knapsack problem in the base station which yields low complexity. It is then demonstrated that the proposed cross-layer method cannot only guarantee the application layer QoS requirements, but also minimizes the integrated residual workload in the MAC layer. To further enhance the ability of QoS assurance in heavily loaded scenario, a call admission control scheme will also be proposed. The simulation results show that the QoS requirements for the four types of traffic are guaranteed effectively by the proposed algorithms.

  6. Generalized continued fractions and ergodic theory

    International Nuclear Information System (INIS)

    Pustyl'nikov, L D

    2003-01-01

    In this paper a new theory of generalized continued fractions is constructed and applied to numbers, multidimensional vectors belonging to a real space, and infinite-dimensional vectors with integral coordinates. The theory is based on a concept generalizing the procedure for constructing the classical continued fractions and substantially using ergodic theory. One of the versions of the theory is related to differential equations. In the finite-dimensional case the constructions thus introduced are used to solve problems posed by Weyl in analysis and number theory concerning estimates of trigonometric sums and of the remainder in the distribution law for the fractional parts of the values of a polynomial, and also the problem of characterizing algebraic and transcendental numbers with the use of generalized continued fractions. Infinite-dimensional generalized continued fractions are applied to estimate sums of Legendre symbols and to obtain new results in the classical problem of the distribution of quadratic residues and non-residues modulo a prime. In the course of constructing these continued fractions, an investigation is carried out of the ergodic properties of a class of infinite-dimensional dynamical systems which are also of independent interest

  7. Reinforcement Learning in Continuous Action Spaces

    NARCIS (Netherlands)

    Hasselt, H. van; Wiering, M.A.

    2007-01-01

    Quite some research has been done on Reinforcement Learning in continuous environments, but the research on problems where the actions can also be chosen from a continuous space is much more limited. We present a new class of algorithms named Continuous Actor Critic Learning Automaton (CACLA)

  8. Modular system design and evaluation

    CERN Document Server

    Levin, Mark Sh

    2015-01-01

    This book examines seven key combinatorial engineering frameworks (composite schemes consisting of algorithms and/or interactive procedures) for hierarchical modular (composite) systems. These frameworks are based on combinatorial optimization problems (e.g., knapsack problem, multiple choice problem, assignment problem, morphological clique problem), with the author’s version of morphological design approach – Hierarchical Morphological Multicritieria Design (HMMD) – providing a conceptual lens with which to elucidate the examples discussed. This approach is based on ordinal estimates of design alternatives for systems parts/components, however, the book also puts forward an original version of HMMD that is based on new interval multiset estimates for the design alternatives with special attention paid to the aggregation of modular solutions (system versions). The second part of ‘Modular System Design and Evaluation’ provides ten information technology case studies that enriches understanding of th...

  9. Putting Continuous Metaheuristics to Work in Binary Search Spaces

    Directory of Open Access Journals (Sweden)

    Broderick Crawford

    2017-01-01

    Full Text Available In the real world, there are a number of optimization problems whose search space is restricted to take binary values; however, there are many continuous metaheuristics with good results in continuous search spaces. These algorithms must be adapted to solve binary problems. This paper surveys articles focused on the binarization of metaheuristics designed for continuous optimization.

  10. Continuity diaphragm for skewed continuous span precast prestressed concrete girder bridges.

    Science.gov (United States)

    2004-10-01

    Continuity diaphragms used on skewed bents in prestressed girder bridges cause difficulties in detailing and : construction. Details for bridges with large diaphragm skew angles (>30) have not been a problem for LA DOTD. : However, as the skew angl...

  11. A multi-objective approach to the assignment of stock keeping units to unidirectional picking lines

    Directory of Open Access Journals (Sweden)

    Le Roux, G. J.

    2017-05-01

    Full Text Available An order picking system in a distribution centre consisting of parallel unidirectional picking lines is considered. The objectives are to minimise the walking distance of the pickers, the largest volume of stock on a picking line over all picking lines, the number of small packages, and the total penalty incurred for late distributions. The problem is formulated as a multi-objective multiple knapsack problem that is not solvable in a realistic time. Population-based algorithms, including the artificial bee colony algorithm and the genetic algorithm, are also implemented. The results obtained from all algorithms indicate a substantial improvement on all objectives relative to historical assignments. The genetic algorithm delivers the best performance.

  12. Fidelity-Based Ant Colony Algorithm with Q-learning of Quantum System

    Science.gov (United States)

    Liao, Qin; Guo, Ying; Tu, Yifeng; Zhang, Hang

    2018-03-01

    Quantum ant colony algorithm (ACA) has potential applications in quantum information processing, such as solutions of traveling salesman problem, zero-one knapsack problem, robot route planning problem, and so on. To shorten the search time of the ACA, we suggest the fidelity-based ant colony algorithm (FACA) for the control of quantum system. Motivated by structure of the Q-learning algorithm, we demonstrate the combination of a FACA with the Q-learning algorithm and suggest the design of a fidelity-based ant colony algorithm with the Q-learning to improve the performance of the FACA in a spin-1/2 quantum system. The numeric simulation results show that the FACA with the Q-learning can efficiently avoid trapping into local optimal policies and increase the speed of convergence process of quantum system.

  13. A heuristics-based solution to the continuous berth allocation and crane assignment problem

    Directory of Open Access Journals (Sweden)

    Mohammad Hamdy Elwany

    2013-12-01

    Full Text Available Effective utilization plans for various resources at a container terminal are essential to reducing the turnaround time of cargo vessels. Among the scarcest resources are the berth and its associated cranes. Thus, two important optimization problems arise, which are the berth allocation and quay crane assignment problems. The berth allocation problem deals with the generation of a berth plan, which determines where and when a ship has to berth alongside the quay. The quay crane assignment problem addresses the problem of determining how many and which quay crane(s will serve each vessel. In this paper, an integrated heuristics-based solution methodology is proposed that tackles both problems simultaneously. The preliminary experimental results show that the proposed approach yields high quality solutions to such an NP-hard problem in a reasonable computational time suggesting its suitability for practical use.

  14. Sparseness- and continuity-constrained seismic imaging

    Science.gov (United States)

    Herrmann, Felix J.

    2005-04-01

    Non-linear solution strategies to the least-squares seismic inverse-scattering problem with sparseness and continuity constraints are proposed. Our approach is designed to (i) deal with substantial amounts of additive noise (SNR formulating the solution of the seismic inverse problem in terms of an optimization problem. During the optimization, sparseness on the basis and continuity along the reflectors are imposed by jointly minimizing the l1- and anisotropic diffusion/total-variation norms on the coefficients and reflectivity, respectively. [Joint work with Peyman P. Moghaddam was carried out as part of the SINBAD project, with financial support secured through ITF (the Industry Technology Facilitator) from the following organizations: BG Group, BP, ExxonMobil, and SHELL. Additional funding came from the NSERC Discovery Grants 22R81254.

  15. Continuous biodisel productions: A review

    Directory of Open Access Journals (Sweden)

    Stamenković Ivica S.

    2009-01-01

    Full Text Available Continuous biodiesel production on laboratory and industrial scale was analyzed, with focus on their advantages and disadvantages. Attention was paid to specific characteristics of industrial processes in order to point out the advanced technologies. The well-known base-catalyzed continuous biodiesel production processes are related to problems caused by the immiscibility of the reactants (alcohol and oil, application of relatively high operating temperature (usually the boiling temperature of alcohol or one near it and obtained yield of methyl ester yields lower than desired. One way to overcome these problems is to employ special reactor design favoring the emulsion process and increasing the overall rate of biodiesel production process, even at room temperature and atmospheric pressure. The second way is to apply heterogeneous catalysts in continuous processes, which will probably be the optimal approach to economically justified and environmentally friendly biodiesel production.

  16. Continuous Personal Improvement.

    Science.gov (United States)

    Emiliani, M. L.

    1998-01-01

    Suggests that continuous improvement tools used in the workplace can be applied to self-improvement. Explains the use of such techniques as one-piece flow, kanban, visual controls, and total productive maintenance. Points out misapplications of these tools and describes the use of fishbone diagrams to diagnose problems. (SK)

  17. Encouraging Sixth-Grade Students' Problem-Solving Performance by Teaching through Problem Solving

    Science.gov (United States)

    Bostic, Jonathan D.; Pape, Stephen J.; Jacobbe, Tim

    2016-01-01

    This teaching experiment provided students with continuous engagement in a problem-solving based instructional approach during one mathematics unit. Three sections of sixth-grade mathematics were sampled from a school in Florida, U.S.A. and one section was randomly assigned to experience teaching through problem solving. Students' problem-solving…

  18. Continuous downstream processing of biopharmaceuticals.

    Science.gov (United States)

    Jungbauer, Alois

    2013-08-01

    Continuous manufacturing has been applied in many different industries but has been pursued reluctantly in biotechnology where the batchwise process is still the standard. A shift to continuous operation can improve productivity of a process and substantially reduce the footprint. Continuous operation also allows robust purification of labile biomolecules. A full set of unit operations is available to design continuous downstream processing of biopharmaceuticals. Chromatography, the central unit operation, is most advanced in respect to continuous operation. Here, the problem of 'batch' definition has been solved. This has also paved the way for implementation of continuous downstream processing from a regulatory viewpoint. Economic pressure, flexibility, and parametric release considerations will be the driving force to implement continuous manufacturing strategies in future. Copyright © 2013 Elsevier Ltd. All rights reserved.

  19. Branching trajectory continual integral

    International Nuclear Information System (INIS)

    Maslov, V.P.; Chebotarev, A.M.

    1980-01-01

    Heuristic definition of the Feynman continual integral over branching trajectories is suggested which makes it possible to obtain in the closed form the solution of the Cauchy problem for the model Hartree equation. A number of properties of the solution is derived from an integral representation. In particular, the quasiclassical asymptotics, exact solution in the gaussian case and perturbation theory series are described. The existence theorem for the simpliest continual integral over branching trajectories is proved [ru

  20. Reinforcement learning in continuous state and action spaces

    NARCIS (Netherlands)

    H. P. van Hasselt (Hado); M.A. Wiering; M. van Otterlo

    2012-01-01

    textabstractMany traditional reinforcement-learning algorithms have been designed for problems with small finite state and action spaces. Learning in such discrete problems can been difficult, due to noise and delayed reinforcements. However, many real-world problems have continuous state or action

  1. Competitive Strategy in Continuing Education.

    Science.gov (United States)

    Baden, Clifford

    1987-01-01

    Reviews strategic variables available to those planning continuing education marketing programs. Discusses generic competitive strategies: (1) overall cost leadership, (2) differentiation, and (3) specialization. Mentions several potential problems. (CH)

  2. Vertical drying of a suspension of sticks: Monte Carlo simulation for continuous two-dimensional problem

    Science.gov (United States)

    Lebovka, Nikolai I.; Tarasevich, Yuri Yu.; Vygornitskii, Nikolai V.

    2018-02-01

    The vertical drying of a two-dimensional colloidal film containing zero-thickness sticks (lines) was studied by means of kinetic Monte Carlo (MC) simulations. The continuous two-dimensional problem for both the positions and orientations was considered. The initial state before drying was produced using a model of random sequential adsorption with isotropic orientations of the sticks. During the evaporation, an upper interface falls with a linear velocity in the vertical direction, and the sticks undergo translational and rotational Brownian motions. The MC simulations were run at different initial number concentrations (the numbers of sticks per unit area), pi, and solvent evaporation rates, u . For completely dried films, the spatial distributions of the sticks, the order parameters, and the electrical conductivities of the films in both the horizontal, x , and vertical, y , directions were examined. Significant evaporation-driven self-assembly and stratification of the sticks in the vertical direction was observed. The extent of stratification increased with increasing values of u . The anisotropy of the electrical conductivity of the film can be finely regulated by changes in the values of pi and u .

  3. Problem Lah! Learning to Tell the Story of Continuous Assessment and Improvement

    OpenAIRE

    Hanken, Tamera

    2014-01-01

    To succeed organizations rely on the purposeful application of the management functions, planning, organizing, leading and controlling, i.e., assessment. Assessment involves the collection and analysis of service and performance data to inform planning, organizing and leading-- opening the door to a culture of assessment and continuous improvement. Like other organizations responding to ever challenging economies and ever changing customer expectations, libraries are examining continuous impr...

  4. Job Flow Distribution and Ranked Jobs Scheduling in Grid Virtual Organizations

    CERN Document Server

    Toporkov, Victor; Tselishchev, Alexey; Yemelyanov, Dmitry; Potekhin, Petr

    2015-01-01

    In this work, we consider the problems of job flow distribution and ranked job framework forming within a model of cycle scheduling in Grid virtual organizations. The problem of job flow distribution is solved in terms of jobs and computing resource domains compatibility. A coefficient estimating such compatibility is introduced and studied experimentally. Two distribution strategies are suggested. Job framework forming is justified with such quality of service indicators as an average job execution time, a number of required scheduling cycles, and a number of job execution declines. Two methods for job selection and scheduling are proposed and compared: the first one is based on the knapsack problem solution, while the second one utilizes the mentioned compatibility coefficient. Along with these methods we present experimental results demonstrating the efficiency of proposed approaches and compare them with random job selection.

  5. Hull properties in location problems

    DEFF Research Database (Denmark)

    Juel, Henrik; Love, Robert F.

    1983-01-01

    Some properties of the solution set for single and multifacility continuous location problems with lp distances are given. A set reduction algorithm is developed for problems in k-dimensional space having rectangular distances....

  6. Problems for the seminar, ICTP, 2007-2008

    International Nuclear Information System (INIS)

    Arnold, V.

    2008-01-01

    The following problems for the ICPT seminar 2007-2008 are specified: topological classification of polynomials; equipartition of indivisible integer vectors; geometrical progressions? fractional parts? equipartitions; statistics of continued fractions of eigenvalues of matrices; growth rate of elements of periodic continued fractions; periods of geometrical progressions of residues; Kolmogorov?s distributions; stochasticity degree of arithmetical progressions of fractional parts; is a generic geometrical progression of fractional parts random?; prime numbers distribution?s randomness; algorithmic unsolvability of problems of higher dimensional continued fractions; periods of continued fractions of roots of quadratic equations; statistics of lengths of periods of continued fractions of quadratic irrational numbers; random matrices? characteristic polynomials distributions

  7. A mixed integer programming model for a continuous move transportation problem with service constraints

    Directory of Open Access Journals (Sweden)

    J. Fabian Lopez

    2010-01-01

    Full Text Available We consider a Pickup and Delivery Vehicle Routing Problem (PDP commonly encountered in real-world logistics operations. The problem involves a set of practical complications that have received little attention in the vehicle routing literature. In this problem, there are multiple vehicle types available to cover a set of pickup and delivery requests, each of which has pickup time windows and delivery time windows. Transportation orders and vehicle types must satisfy a set of compatibility constraints that specify which orders cannot be covered by which vehicle types. In addition we include some dock service capacity constraints as is required on common real world operations. This problem requires to be attended on large scale instances (orders ≥ 500, (vehicles ≥ 150. As a generalization of the traveling salesman problem, clearly this problem is NP-hard. The exact algorithms are too slow for large scale instances. The PDP-TWDS is both a packing problem (assign order to vehicles, and a routing problem (find the best route for each vehicle. We propose to solve the problem in three stages. The first stage constructs initials solutions at aggregate level relaxing some constraints on the original problem. The other two stages imposes time windows and dock service constraints. Our results are favorable finding good quality solutions in relatively short computational times.

  8. Reflecting on the essence of our problem-based learning discussions: the importance of faculty development and our continuous quest for applications of problem-based learning.

    Science.gov (United States)

    Chan, Engle Angela

    2009-05-01

    While problem-based learning (PBL) is a teaching strategy to promote critical thinking, creativity and self-directedness in learning is very important. It is the meaning of the learning, with a contextual understanding, that marks the significance of this approach in our healthcare education. At the 2008 Kaohsiung Medical University International Conference and Workshop on PBL, the scholarly discourse on sharing empirical findings and practical experience with various aspects of PBL brought forth the importance of the teachers' continued learning about the meaning, the dynamics of the process, and the pragmatic details of PBL. This quest for a continuous learning and understanding about PBL parallels our search to extend the classroom PBL into students' clinical experience. The development of clinical teachers in the understanding of PBL was explored as part of their experiential learning in clinical teaching after their PBL workshops. While the clinical teachers who participated in the project appreciated the merits of clinical PBL, the complex balance between patient service and student teaching--in an unpredictable clinical setting--has led to the use of a simulated clinical environment with simulated patients. We also piloted PBL for interprofessional education of undergraduate students of nursing and social work. The ways we can adopt PBL in various settings with different intents will help prepare our healthcare graduates in meeting the challenges of our ever more complex healthcare systems, and the demands of holistic patient care.

  9. Reflecting on the Essence of our Problem-Based Learning Discussions: The Importance of Faculty Development and our Continuous Quest for Applications of Problem-Based Learning

    Directory of Open Access Journals (Sweden)

    Engle Angela Chan

    2009-05-01

    Full Text Available While problem-based learning (PBL is a teaching strategy to promote critical thinking, creativity and self-directedness in learning is very important. It is the meaning of the learning, with a contextual understanding, that marks the significance of this approach in our healthcare education. At the 2008 Kaohsiung Medical University International Conference and Workshop on PBL, the scholarly discourse on sharing empirical findings and practical experience with various aspects of PBL brought forth the importance of the teachers' continued learning about the meaning, the dynamics of the process, and the pragmatic details of PBL. This quest for a continuous learning and understanding about PBL parallels our search to extend the classroom PBL into students' clinical experience. The development of clinical teachers in the understanding of PBL was explored as part of their experiential learning in clinical teaching after their PBL workshops. While the clinical teachers who participated in the project appreciated the merits of clinical PBL, the complex balance between patient service and student teaching—in an unpredictable clinical setting—has led to the use of a simulated clinical environment with simulated patients. We also piloted PBL for interprofessional education of undergraduate students of nursing and social work. The ways we can adopt PBL in various settings with different intents will help prepare our healthcare graduates in meeting the challenges of our ever more complex healthcare systems, and the demands of holistic patient care.

  10. Automatic penalty continuation in structural topology optimization

    DEFF Research Database (Denmark)

    Rojas Labanda, Susana; Stolpe, Mathias

    2015-01-01

    this issue is addressed. We propose an automatic continuation method, where the material penalization parameter is included as a new variable in the problem and a constraint guarantees that the requested penalty is eventually reached. The numerical results suggest that this approach is an appealing...... alternative to continuation methods. Automatic continuation also generally obtains better designs than the classical formulation using a reduced number of iterations....

  11. Continuous improvement and the mini-company concept

    NARCIS (Netherlands)

    de Leede, Jan; Looise, Jan C.

    1999-01-01

    The key issue of continuous improvement (CI) seems to be the problem of combining extensive employee involvement with market orientation and continuation of CI. In this article we review some existing organisational designs for CI on these three essential characteristics of CI. As an alternative to

  12. Introduction to Continuous Optimization

    DEFF Research Database (Denmark)

    Andreasson, Niclas; Evgrafov, Anton; Patriksson, Michael

    optimal solutions for continuous optimization models. The main part of the mathematical material therefore concerns the analysis and linear algebra that underlie the workings of convexity and duality, and necessary/sufficient local/global optimality conditions for continuous optimization problems. Natural...... algorithms are then developed from these optimality conditions, and their most important convergence characteristics are analyzed. The book answers many more questions of the form “Why?” and “Why not?” than “How?”. We use only elementary mathematics in the development of the book, yet are rigorous throughout...

  13. Model checking conditional CSL for continuous-time Markov chains

    DEFF Research Database (Denmark)

    Gao, Yang; Xu, Ming; Zhan, Naijun

    2013-01-01

    In this paper, we consider the model-checking problem of continuous-time Markov chains (CTMCs) with respect to conditional logic. To the end, we extend Continuous Stochastic Logic introduced in Aziz et al. (2000) [1] to Conditional Continuous Stochastic Logic (CCSL) by introducing a conditional...

  14. Personality and Psychopathology in Flemish Referred Children: Five Perspectives of Continuity

    Science.gov (United States)

    De Bolle, Marleen; De Clercq, Barbara; Van Leeuwen, Karla; Decuyper, Mieke; Rosseel, Yves; De Fruyt, Filip

    2009-01-01

    The present study investigates five types of continuity of personality and internalizing and externalizing problems (i.e., structural, differential, mean-level, individual-level and ipsative continuity) in a sample of referred children and adolescents (N = 114) with a broad variety of psychological problems. Mothers were administered a child…

  15. Correlated-Spaces Regression for Learning Continuous Emotion Dimensions

    NARCIS (Netherlands)

    Nicolaou, M.; Zafeiriou, S.; Pantic, Maja

    2013-01-01

    Adopting continuous dimensional annotations for affective analysis has been gaining rising attention by researchers over the past years. Due to the idiosyncratic nature of this problem, many subproblems have been identified, spanning from the fusion of multiple continuous annotations to exploiting

  16. Insight Is Not in the Problem: Investigating Insight in Problem Solving across Task Types.

    Science.gov (United States)

    Webb, Margaret E; Little, Daniel R; Cropper, Simon J

    2016-01-01

    The feeling of insight in problem solving is typically associated with the sudden realization of a solution that appears obviously correct (Kounios et al., 2006). Salvi et al. (2016) found that a solution accompanied with sudden insight is more likely to be correct than a problem solved through conscious and incremental steps. However, Metcalfe (1986) indicated that participants would often present an inelegant but plausible (wrong) answer as correct with a high feeling of warmth (a subjective measure of closeness to solution). This discrepancy may be due to the use of different tasks or due to different methods in the measurement of insight (i.e., using a binary vs. continuous scale). In three experiments, we investigated both findings, using many different problem tasks (e.g., Compound Remote Associates, so-called classic insight problems, and non-insight problems). Participants rated insight-related affect (feelings of Aha-experience, confidence, surprise, impasse, and pleasure) on continuous scales. As expected we found that, for problems designed to elicit insight, correct solutions elicited higher proportions of reported insight in the solution compared to non-insight solutions; further, correct solutions elicited stronger feelings of insight compared to incorrect solutions.

  17. Some continual integrals from gaussian forms

    International Nuclear Information System (INIS)

    Mazmanishvili, A.S.

    1985-01-01

    The result summary of continual integration of gaussian functional type is given. The summary contains 124 continual integrals which are the mathematical expectation of the corresponding gaussian form by the continuum of random trajectories of four types: real-valued Ornstein-Uhlenbeck process, Wiener process, complex-valued Ornstein-Uhlenbeck process and the stochastic harmonic one. The summary includes both the known continual integrals and the unpublished before integrals. Mathematical results of the continual integration carried in the work may be applied in the problem of the theory of stochastic process, approaching to the finding of mean from gaussian forms by measures generated by the pointed stochastic processes

  18. Identification of parameters of discrete-continuous models

    International Nuclear Information System (INIS)

    Cekus, Dawid; Warys, Pawel

    2015-01-01

    In the paper, the parameters of a discrete-continuous model have been identified on the basis of experimental investigations and formulation of optimization problem. The discrete-continuous model represents a cantilever stepped Timoshenko beam. The mathematical model has been formulated and solved according to the Lagrange multiplier formalism. Optimization has been based on the genetic algorithm. The presented proceeding’s stages make the identification of any parameters of discrete-continuous systems possible

  19. Identification of parameters of discrete-continuous models

    Energy Technology Data Exchange (ETDEWEB)

    Cekus, Dawid, E-mail: cekus@imipkm.pcz.pl; Warys, Pawel, E-mail: warys@imipkm.pcz.pl [Institute of Mechanics and Machine Design Foundations, Czestochowa University of Technology, Dabrowskiego 73, 42-201 Czestochowa (Poland)

    2015-03-10

    In the paper, the parameters of a discrete-continuous model have been identified on the basis of experimental investigations and formulation of optimization problem. The discrete-continuous model represents a cantilever stepped Timoshenko beam. The mathematical model has been formulated and solved according to the Lagrange multiplier formalism. Optimization has been based on the genetic algorithm. The presented proceeding’s stages make the identification of any parameters of discrete-continuous systems possible.

  20. A New Iterative Method for Equilibrium Problems and Fixed Point Problems

    Directory of Open Access Journals (Sweden)

    Abdul Latif

    2013-01-01

    Full Text Available Introducing a new iterative method, we study the existence of a common element of the set of solutions of equilibrium problems for a family of monotone, Lipschitz-type continuous mappings and the sets of fixed points of two nonexpansive semigroups in a real Hilbert space. We establish strong convergence theorems of the new iterative method for the solution of the variational inequality problem which is the optimality condition for the minimization problem. Our results improve and generalize the corresponding recent results of Anh (2012, Cianciaruso et al. (2010, and many others.

  1. Glowworm swarm optimization theory, algorithms, and applications

    CERN Document Server

    Kaipa, Krishnanand N

    2017-01-01

    This book provides a comprehensive account of the glowworm swarm optimization (GSO) algorithm, including details of the underlying ideas, theoretical foundations, algorithm development, various applications, and MATLAB programs for the basic GSO algorithm. It also discusses several research problems at different levels of sophistication that can be attempted by interested researchers. The generality of the GSO algorithm is evident in its application to diverse problems ranging from optimization to robotics. Examples include computation of multiple optima, annual crop planning, cooperative exploration, distributed search, multiple source localization, contaminant boundary mapping, wireless sensor networks, clustering, knapsack, numerical integration, solving fixed point equations, solving systems of nonlinear equations, and engineering design optimization. The book is a valuable resource for researchers as well as graduate and undergraduate students in the area of swarm intelligence and computational intellige...

  2. Administrative Computing in Continuing Education.

    Science.gov (United States)

    Broxton, Harry

    1982-01-01

    Describes computer applications in the Division of Continuing Education at Brigham Young University. These include instructional applications (computer assisted instruction, computer science education, and student problem solving) and administrative applications (registration, payment records, grades, reports, test scoring, mailing, and others).…

  3. Perturbed asymptotically linear problems

    OpenAIRE

    Bartolo, R.; Candela, A. M.; Salvatore, A.

    2012-01-01

    The aim of this paper is investigating the existence of solutions of some semilinear elliptic problems on open bounded domains when the nonlinearity is subcritical and asymptotically linear at infinity and there is a perturbation term which is just continuous. Also in the case when the problem has not a variational structure, suitable procedures and estimates allow us to prove that the number of distinct crtitical levels of the functional associated to the unperturbed problem is "stable" unde...

  4. The British welfare state and mental health problems: the continuing relevance of the work of Claus Offe.

    Science.gov (United States)

    Pilgrim, David

    2012-09-01

    It is now over thirty years since Claus Offe theorised the crisis tendencies of the welfare state in late capitalism. As part of that work he explored ongoing and irresolvable forms of crisis management in parliamentary democracies: capitalism cannot live with the welfare state but also cannot live without it. This article examines the continued relevance of this analysis by Offe, by applying its basic assumptions to the response of the British welfare state to mental health problems, at the turn of the twenty first century. His general theoretical abstractions are tested against the empirical picture of mental health service priorities, evident since the 1980s, in sections dealing with: re-commodification tendencies; the ambiguity of wage labour in the mental health workforce; the emergence of new social movements; and the limits of legalism. © 2012 The Author. Sociology of Health & Illness © 2012 Foundation for the Sociology of Health & Illness/Blackwell Publishing Ltd.

  5. Solution of the Kolmogorov-Nikol'skii problem for the Poisson integrals of continuous functions

    International Nuclear Information System (INIS)

    Stepanets, A I

    2001-01-01

    Asymptotic equalities are obtained for upper bounds of the deviations of Fourier sums in the classes of convolutions of Poisson kernels and continuous functions with moduli of continuity not exceeding fixed majorants

  6. Baseline budgeting for continuous improvement.

    Science.gov (United States)

    Kilty, G L

    1999-05-01

    This article is designed to introduce the techniques used to convert traditionally maintained department budgets to baseline budgets. This entails identifying key activities, evaluating for value-added, and implementing continuous improvement opportunities. Baseline Budgeting for Continuous Improvement was created as a result of a newly named company president's request to implement zero-based budgeting. The president was frustrated with the mind-set of the organization, namely, "Next year's budget should be 10 to 15 percent more than this year's spending." Zero-based budgeting was not the answer, but combining the principles of activity-based costing and the Just-in-Time philosophy of eliminating waste and continuous improvement did provide a solution to the problem.

  7. Improved specifications for continuous emission monitoring

    International Nuclear Information System (INIS)

    Dene, C.E.; Eggleston, T.E.; Gray, W.C. Jr.; Bisha, R.M.

    1988-01-01

    Continuous emission monitoring (CEM) in the electric utility industry historically has been plagued by poor performance and inconsistent system reliability. These problems have, in part, been caused by the complexity and diversity of the various systems available, and the dissimilarity of continuous emission monitors CEMs relative to conventional power plant instrumentation. Recognizing the problems faced by the utility industry in implementing CEM programs, the Electric Power Research Institute (EPRI) initiated a multi-phase project to define the current state of technology for CEMs and to provide a comprehensive guide for the purchase and installation of a CEM system. The second phase of this project was the application of these guidelines to the actual purchase, installation, and operation of a CEM system for an electric utility generating station. Through this application of the guidelines it has been possible to determine further research needs and areas of the manual which require clarification or enhancement. This paper describes the development of the guidelines and modifications to the guidelines, and discusses EPRI's plans for future activities in the area of continuous emission monitoring

  8. On a continuation approach in Tikhonov regularization and its application in piecewise-constant parameter identification

    International Nuclear Information System (INIS)

    Melicher, V; Vrábel’, V

    2013-01-01

    We present a new approach to the convexification of the Tikhonov regularization using a continuation method strategy. We embed the original minimization problem into a one-parameter family of minimization problems. Both the penalty term and the minimizer of the Tikhonov functional become dependent on a continuation parameter. In this way we can independently treat two main roles of the regularization term, which are the stabilization of the ill-posed problem and introduction of the a priori knowledge. For zero continuation parameter we solve a relaxed regularization problem, which stabilizes the ill-posed problem in a weaker sense. The problem is recast to the original minimization by the continuation method and so the a priori knowledge is enforced. We apply this approach in the context of topology-to-shape geometry identification, where it allows us to avoid the convergence of gradient-based methods to a local minima. We present illustrative results for magnetic induction tomography which is an example of PDE-constrained inverse problem. (paper)

  9. Continual approach to the dynamics problems of tanks containing rod bundles or particle groups and fluid at vibrational actions

    International Nuclear Information System (INIS)

    Fedotovskii, V.S.

    1988-02-01

    The vibration of tanks with liquid and non deformed cylindrical or spherical inclusions are considered. It is shown that for calculating dynamic characteristics of such systems it is advisable to use continual approach i.e. consider-heterogeneous media formed by liquid and weighted inclusions in it as homogeneous media with effective or vibroreological properties. On the base of the problem on vibrations of the tank, containing liquid and localized inclusions, rod assemblies vibrations are considered and relationships for the added mass and resistance coefficient determining dynamic characteristics of such systems are obtained. Considered are also liquid tank vibrations containing spherical inclusions. The results obtained are used for calculating dynamic characteristics of two-phase flow pipelines at bubble and annular flow mode. The theoretical relationships are compared with available experimental data [fr

  10. A continuation multilevel Monte Carlo algorithm

    KAUST Repository

    Collier, Nathan; Haji Ali, Abdul Lateef; Nobile, Fabio; von Schwerin, Erik; Tempone, Raul

    2014-01-01

    We propose a novel Continuation Multi Level Monte Carlo (CMLMC) algorithm for weak approximation of stochastic models. The CMLMC algorithm solves the given approximation problem for a sequence of decreasing tolerances, ending when the required error

  11. Scheduling preemptable jobs on identical processors under varying availability of an additional continuous resource

    Directory of Open Access Journals (Sweden)

    Różycki Rafał

    2016-09-01

    Full Text Available In this work we consider a problem of scheduling preemptable, independent jobs, characterized by the fact that their processing speeds depend on the amounts of a continuous, renewable resource allocated to jobs at a time. Jobs are scheduled on parallel, identical machines, with the criterion of minimization of the schedule length. Since two categories of resources occur in the problem: discrete (set of machines and continuous, it is generally called a discrete-continuous scheduling problem. The model studied in this paper allows the total available amount of the continuous resource to vary over time, which is a practically important generalization that has not been considered yet for discrete-continuous scheduling problems. For this model we give some properties of optimal schedules on a basis of which we propose a general methodology for solving the considered class of problems. The methodology uses a two-phase approach in which, firstly, an assignment of machines to jobs is defined and, secondly, for this assignment an optimal continuous resource allocation is found by solving an appropriate mathematical programming problem. In the approach various cases are considered, following from assumptions made on the form of the processing speed functions of jobs. For each case an iterative algorithm is designed, leading to an optimal solution in a finite number of steps.

  12. The vibrato problem: Comparing two solutions

    NARCIS (Netherlands)

    Honing, H.

    1995-01-01

    In discussing the formalization of musical knowledge, this article describes an important music-representation issue, the "vibrato problem". This problem characterizes the need for a knowledge representation that can reflect both discrete and continuous aspects of music at an abstract and

  13. Binary Cockroach Swarm Optimization for Combinatorial Optimization Problem

    Directory of Open Access Journals (Sweden)

    Ibidun Christiana Obagbuwa

    2016-09-01

    Full Text Available The Cockroach Swarm Optimization (CSO algorithm is inspired by cockroach social behavior. It is a simple and efficient meta-heuristic algorithm and has been applied to solve global optimization problems successfully. The original CSO algorithm and its variants operate mainly in continuous search space and cannot solve binary-coded optimization problems directly. Many optimization problems have their decision variables in binary. Binary Cockroach Swarm Optimization (BCSO is proposed in this paper to tackle such problems and was evaluated on the popular Traveling Salesman Problem (TSP, which is considered to be an NP-hard Combinatorial Optimization Problem (COP. A transfer function was employed to map a continuous search space CSO to binary search space. The performance of the proposed algorithm was tested firstly on benchmark functions through simulation studies and compared with the performance of existing binary particle swarm optimization and continuous space versions of CSO. The proposed BCSO was adapted to TSP and applied to a set of benchmark instances of symmetric TSP from the TSP library. The results of the proposed Binary Cockroach Swarm Optimization (BCSO algorithm on TSP were compared to other meta-heuristic algorithms.

  14. The Integration of Continuous and Discrete Latent Variable Models: Potential Problems and Promising Opportunities

    Science.gov (United States)

    Bauer, Daniel J.; Curran, Patrick J.

    2004-01-01

    Structural equation mixture modeling (SEMM) integrates continuous and discrete latent variable models. Drawing on prior research on the relationships between continuous and discrete latent variable models, the authors identify 3 conditions that may lead to the estimation of spurious latent classes in SEMM: misspecification of the structural model,…

  15. A New Finite Continuation Algorithm for Linear Programming

    DEFF Research Database (Denmark)

    Madsen, Kaj; Nielsen, Hans Bruun; Pinar, Mustafa

    1996-01-01

    We describe a new finite continuation algorithm for linear programming. The dual of the linear programming problem with unit lower and upper bounds is formulated as an $\\ell_1$ minimization problem augmented with the addition of a linear term. This nondifferentiable problem is approximated...... by a smooth problem. It is shown that the minimizers of the smooth problem define a family of piecewise-linear paths as a function of a smoothing parameter. Based on this property, a finite algorithm that traces these paths to arrive at an optimal solution of the linear program is developed. The smooth...

  16. Problem of the Moving Boundary in Continuous Casting Solved by The Analytic-Numerical Method

    Directory of Open Access Journals (Sweden)

    Grzymkowski R.

    2013-03-01

    Full Text Available Mathematical modeling of thermal processes combined with the reversible phase transitions of type: solid phase - liquid phase leads to formulation of the parabolic or elliptic moving boundary problem. Solution of such defined problem requires, most often, to use some sophisticated numerical techniques and far advanced mathematical tools. The paper presents an analytic-numerical method, especially attractive from the engineer’s point of view, applied for finding the approximate solutions of the selected class of problems which can be reduced to the one-phase solidification problem of a plate with the unknown a priori, varying in time boundary of the region in which the solution is sought. Proposed method is based on the known formalism of initial expansion of a sought function, describing the field of temperature, into the power series, some coefficients of which are determined with the aid of boundary conditions, and on the approximation of a function defining the freezing front location with the broken line, parameters of which are determined numerically. The method represents a combination of the analytical and numerical techniques and seems to be an effective and relatively easy in using tool for solving problems of considered kind.

  17. Problem of the Moving Boundary in Continuous Casting Solved by the Analytic-Numerical Method

    Directory of Open Access Journals (Sweden)

    R. Grzymkowski

    2013-01-01

    Full Text Available Mathematical modeling of thermal processes combined with the reversible phase transitions of type: solid phase – liquid phase leads to formulation of the parabolic or elliptic moving boundary problem. Solution of such defined problem requires, most often, to use some sophisticated numerical techniques and far advanced mathematical tools. The paper presents an analytic-numerical method, especially attractive from the engineer’s point of view, applied for finding the approximate solutions of the selected class of problems which can be reduced to the one-phase solidification problem of a plate with the unknown a priori, varying in time boundary of the region in which the solution is sought. Proposed method is based on the known formalism of initial expansion of a sought function, describing the field of temperature, into the power series, some coefficients of which are determined with the aid of boundary conditions, and on the approximation of a function defining the freezing front location with the broken line, parameters of which are determined numerically. The method represents a combination of the analytical and numerical techniques and seems to be an effective and relatively easy in using tool for solving problems of considered kind.

  18. Hydrothermal optimal power flow using continuation method

    International Nuclear Information System (INIS)

    Raoofat, M.; Seifi, H.

    2001-01-01

    The problem of optimal economic operation of hydrothermal electric power systems is solved using powerful continuation method. While in conventional approach, fixed generation voltages are used to avoid convergence problems, in the algorithm, they are treated as variables so that better solutions can be obtained. The algorithm is tested for a typical 5-bus and 17-bus New Zealand networks. Its capabilities and promising results are assessed

  19. A continuation method for emission tomography

    International Nuclear Information System (INIS)

    Lee, M.; Zubal, I.G.

    1993-01-01

    One approach to improved reconstructions in emission tomography has been the incorporation of additional source information via Gibbs priors that assume a source f that is piecewise smooth. A natural Gibbs prior for expressing such constraints is an energy function E(f,l) defined on binary valued line processes l as well as f. MAP estimation leads to the difficult problem of minimizing a mixed (continuous and binary) variable objective function. Previous approaches have used Gibbs 'potential' functions, φ(f v ) and φ(f h ), defined solely on spatial derivatives, f v and f h , of the source. These φ functions implicitly incorporate line processes, but only in an approximate manner. The correct φ function, φ * , consistent with the use of line processes, leads to difficult minimization problems. In this work, the authors present a method wherein the correct φ * function is approached through a sequence of smooth φ functions. This is the essence of a continuation method in which the minimum of the energy function corresponding to one member of the φ function sequence is used as an initial condition for the minimization of the next, less approximate, stage. The continuation method is implemented using a GEM-ICM procedure. Simulation results show improvement using the continuation method relative to using φ * alone, and to conventional EM reconstructions

  20. "Problem of generations": Origins, content and continuing relevance of Karl Mannheim’s article

    OpenAIRE

    Kuljić Todor

    2007-01-01

    The article presents a brief history of the concept of generations. It focuses on Karl Mannheim’s article "Problems of Generations" (1928), its social origins and theoretical content. Mannheim’s role was crucial in 20th century development of the (new) concept of generation. In order to understand the problem of social (historical) generations and evaluate Mannheim’s position within the concept’s development, several points are discussed in more detail: the history of the concept of "generati...

  1. ON PROBLEM OF REGIONAL WAREHOUSE AND TRANSPORT INFRASTRUCTURE OPTIMIZATION

    Directory of Open Access Journals (Sweden)

    I. Yu. Miretskiy

    2017-01-01

    Full Text Available The article suggests an approach of solving the problem of warehouse and transport infrastructure optimization in a region. The task is to determine the optimal capacity and location of the support network of warehouses in the region, as well as power, composition and location of motor fleets. Optimization is carried out using mathematical models of a regional warehouse network and a network of motor fleets. These models are presented as mathematical programming problems with separable functions. The process of finding the optimal solution of problems is complicated due to high dimensionality, non-linearity of functions, and the fact that a part of variables are constrained to integer, and some variables can take values only from a discrete set. Given the mentioned above complications search for an exact solution was rejected. The article suggests an approximate approach to solving problems. This approach employs effective computational schemes for solving multidimensional optimization problems. We use the continuous relaxation of the original problem to obtain its approximate solution. An approximately optimal solution of continuous relaxation is taken as an approximate solution of the original problem. The suggested solution method implies linearization of the obtained continuous relaxation and use of the separable programming scheme and the scheme of branches and bounds. We describe the use of the simplex method for solving the linearized continuous relaxation of the original problem and the specific moments of the branches and bounds method implementation. The paper shows the finiteness of the algorithm and recommends how to accelerate process of finding a solution.

  2. On the Dirichlet problem for an elliptic equation

    Directory of Open Access Journals (Sweden)

    Anatolii K. Gushchin

    2015-03-01

    Full Text Available It is well known that the concept of a generalized solution from the Sobolev space $ W_2 ^ 1 $ of the Dirichlet problem for a second order elliptic equation is not a generalization of the classical solution sensu stricto: not every continuous function on the domain boundary is a trace of some function from $ W_2 ^ 1$. The present work is dedicated to the memory of Valentin Petrovich Mikhailov, who proposed a generalization of both these concepts. In the Mikhailov's definition the boundary values of the solution are taken from the $ L_2 $; this definition extends naturally to the case of boundary functions from $ L_p$, $p> 1 $. Subsequently, the author of this work has shown that solutions have the property $ (n-1 $-dimensional continuity; $ n $ is a dimension of the space in which we consider the problem. This property is similar to the classical definition of uniform continuity, but traces of this function on the measures from a special class should be considered instead of values of the function at points. This class is a little more narrow than the class of Carleson measures. The trace of function on the measure is an element of $ L_p $ with respect to this measure. The property $ (n-1 $-dimensional continuity makes it possible to give another definition of the solution of the Dirichlet problem (a definition of $(n-1$-dimensionally continuous solution, which is in the form close to the classical one. This definition does not require smoothness of the boundary. The Dirichlet problem in the Mikhailov's formulation and especially for the $(n-1$-dimensionally continuous solution was studied insufficiently (in contrast to the cases of classical and generalized solutions. First of all, it refers to conditions on the right side of the equation, in which the Dirichlet problem is solvable. In this article the new results in this direction are presented. In addition, we discuss the conditions on the coefficients of the equation and the conditions on

  3. Multiparametric programming based algorithms for pure integer and mixed-integer bilevel programming problems

    KAUST Repository

    Domí nguez, Luis F.; Pistikopoulos, Efstratios N.

    2010-01-01

    continuous multiparametric programming algorithm is then used to solve the reformulated convex inner problem. The second algorithm addresses the mixed-integer case of the bilevel programming problem where integer and continuous variables of the outer problem

  4. Modelo para formação de composições ferroviárias

    Directory of Open Access Journals (Sweden)

    Liége M. S. Firmino Murgel

    2010-04-01

    Full Text Available

    Este trabalho apresenta um modelo analítico para resolver o problema da formação de trens, o qual consiste na definição de seus itinerários, freqüências, tamanhos e perfis de carregamentos e tração, a fim de atender à demanda no período estipulado e sujeito às restrições físicas e operacionais da empresa ferroviária. A heurística desenvolvida leva em conta aspectos fundamentais, como frota heterogênea e limitada de locomotivas e vagões, variação de bitola na malha e cargas com diferentes prioridades. Inicialmente é obtida uma solução de trens diretos, a qual é em seguida objeto de refinamento, para combinar trens e minimizar a movimentação de vagões vazios. A heurística incorpora um algoritmo de caminho mínimo e uma estratégia baseada no problema da mochila binário (knapsack Problem. O modelo foi aplicado com sucesso para um caso real de formação de trens da FEPASA.

    ABSTRACT

    This work presents an analytical model to solve the train formation problem, which consists of the definition of itineraries, frequencies, sizes, and profiles of shipments and traction of the trains, in order to meet the demand in the specified period, subject to the physical and operational constraints of the rail company. The heuristic presented takes into account fundamental aspects such as heterogeneous and limited fleets of locomotives and wagons, gauge variation in the rail network, and cargoes with different priorities. A solution related to direct trains formation is obtained at first, which is then submitted to a refinement procedure, to combine trains and minimize the movement of empty wagons. The heuristic incorporates a shortest path algorithm and a strategy based on the Knapsack Problem. The model was successfully applied to a real case with data from FEPASA.

  5. Measurement-Device Independency Analysis of Continuous-Variable Quantum Digital Signature

    Directory of Open Access Journals (Sweden)

    Tao Shang

    2018-04-01

    Full Text Available With the practical implementation of continuous-variable quantum cryptographic protocols, security problems resulting from measurement-device loopholes are being given increasing attention. At present, research on measurement-device independency analysis is limited in quantum key distribution protocols, while there exist different security problems for different protocols. Considering the importance of quantum digital signature in quantum cryptography, in this paper, we attempt to analyze the measurement-device independency of continuous-variable quantum digital signature, especially continuous-variable quantum homomorphic signature. Firstly, we calculate the upper bound of the error rate of a protocol. If it is negligible on condition that all measurement devices are untrusted, the protocol is deemed to be measurement-device-independent. Then, we simplify the calculation by using the characteristics of continuous variables and prove the measurement-device independency of the protocol according to the calculation result. In addition, the proposed analysis method can be extended to other quantum cryptographic protocols besides continuous-variable quantum homomorphic signature.

  6. The Expanded Invasive Weed Optimization Metaheuristic for Solving Continuous and Discrete Optimization Problems

    Directory of Open Access Journals (Sweden)

    Henryk Josiński

    2014-01-01

    Full Text Available This paper introduces an expanded version of the Invasive Weed Optimization algorithm (exIWO distinguished by the hybrid strategy of the search space exploration proposed by the authors. The algorithm is evaluated by solving three well-known optimization problems: minimization of numerical functions, feature selection, and the Mona Lisa TSP Challenge as one of the instances of the traveling salesman problem. The achieved results are compared with analogous outcomes produced by other optimization methods reported in the literature.

  7. Problem-based learning and the workplace: do dental hygienists in Hong Kong continue to use the skills acquired in their studies?

    Science.gov (United States)

    Cheng, Brenda Siu Shan

    2009-08-01

    Problem-based learning (PBL) has been implemented in the dental hygiene program at the University of Hong Kong since 2001, but research is lacking to address the level of retention in the workplace. The purpose of this study was to explore whether dental hygienists continue to use their PBL skills and how well those skills are being applied in the workplace. A total of eighteen dental hygienists from the 2006 program were invited to participate in this study. A survey was conducted and follow-up group interviews carried out in 2008. The results revealed that dental hygienists continue to use the PBL skills of communication with the patient, patient education, and independent learning, but seldom use dental knowledge, teamwork, and communication with colleagues. Critical thinking, self-evaluation, and lifelong learning skills showed contradictory results. Besides, stressors under individual work environments, including certain Chinese cultural values, affect the way in which dental hygienists utilize PBL skills. This study concludes that the PBL approach is a worthwhile learning process for dental hygiene. However, many different variables affect the effectiveness of applying PBL skills after academic training, especially under the influence of Chinese culture in Hong Kong.

  8. Capturing Problem-Solving Processes Using Critical Rationalism

    Science.gov (United States)

    Chitpin, Stephanie; Simon, Marielle

    2012-01-01

    The examination of problem-solving processes continues to be a current research topic in education. Knowing how to solve problems is not only a key aspect of learning mathematics but is also at the heart of cognitive theories, linguistics, artificial intelligence, and computers sciences. Problem solving is a multistep, higher-order cognitive task…

  9. Energy Optimization in Smart Homes Using Customer Preference and Dynamic Pricing

    Directory of Open Access Journals (Sweden)

    Muhammad Babar Rasheed

    2016-07-01

    Full Text Available In this paper, we present an energy optimization technique to schedule three types of household appliances (user dependent, interactive schedulable and unschedulable in response to the dynamic behaviours of customers, electricity prices and weather conditions. Our optimization technique schedules household appliances in real time to optimally control their energy consumption, such that the electricity bills of end users are reduced while not compromising on user comfort. More specifically, we use the binary multiple knapsack problem formulation technique to design an objective function, which is solved via the constraint optimization technique. Simulation results show that average aggregated energy savings with and without considering the human presence control system are 11.77% and 5.91%, respectively.

  10. Combined Noncyclic Scheduling and Advanced Control for Continuous Chemical Processes

    Directory of Open Access Journals (Sweden)

    Damon Petersen

    2017-12-01

    Full Text Available A novel formulation for combined scheduling and control of multi-product, continuous chemical processes is introduced in which nonlinear model predictive control (NMPC and noncyclic continuous-time scheduling are efficiently combined. A decomposition into nonlinear programming (NLP dynamic optimization problems and mixed-integer linear programming (MILP problems, without iterative alternation, allows for computationally light solution. An iterative method is introduced to determine the number of production slots for a noncyclic schedule during a prediction horizon. A filter method is introduced to reduce the number of MILP problems required. The formulation’s closed-loop performance with both process disturbances and updated market conditions is demonstrated through multiple scenarios on a benchmark continuously stirred tank reactor (CSTR application with fluctuations in market demand and price for multiple products. Economic performance surpasses cyclic scheduling in all scenarios presented. Computational performance is sufficiently light to enable online operation in a dual-loop feedback structure.

  11. Modeling of the Maximum Entropy Problem as an Optimal Control Problem and its Application to Pdf Estimation of Electricity Price

    Directory of Open Access Journals (Sweden)

    M. E. Haji Abadi

    2013-09-01

    Full Text Available In this paper, the continuous optimal control theory is used to model and solve the maximum entropy problem for a continuous random variable. The maximum entropy principle provides a method to obtain least-biased probability density function (Pdf estimation. In this paper, to find a closed form solution for the maximum entropy problem with any number of moment constraints, the entropy is considered as a functional measure and the moment constraints are considered as the state equations. Therefore, the Pdf estimation problem can be reformulated as the optimal control problem. Finally, the proposed method is applied to estimate the Pdf of the hourly electricity prices of New England and Ontario electricity markets. Obtained results show the efficiency of the proposed method.

  12. Design and construction of a vertical hydroponic system with semi-continuous and continuous nutrient cycling

    Science.gov (United States)

    Siswanto, Dian; Widoretno, Wahyu

    2017-11-01

    Problems due to the increase in agricultural land use change can be solved by hydroponic system applications. Many hydroponic studies have been conducted in several countries while their applications in Indonesia requires modification and adjustment. This research was conducted to design and construct a hydroponic system with semi-continuous and continuous nutrition systems. The hydroponic system which was used adapts the ebb and flow system, and the nutrient film technique (NFT). This hydroponic system was made from polyvinyl chloride (PVC) pipes with a length of 197 cm, a diameter of 16 cm, and a slope of 4°. It was constructed from four PVC pipes. In semi-continuous irrigation treatment, nutrients flow four to six times for each of ten minutes depending on plant development and the estimated evapotranspiration occurring, while in a continuous nutrient system the nutrients are streamed for twenty-four hours without stopping at a maximum flow rate of 13.7 L per second.

  13. Learning to forget: continual prediction with LSTM.

    Science.gov (United States)

    Gers, F A; Schmidhuber, J; Cummins, F

    2000-10-01

    Long short-term memory (LSTM; Hochreiter & Schmidhuber, 1997) can solve numerous tasks not solvable by previous learning algorithms for recurrent neural networks (RNNs). We identify a weakness of LSTM networks processing continual input streams that are not a priori segmented into subsequences with explicitly marked ends at which the network's internal state could be reset. Without resets, the state may grow indefinitely and eventually cause the network to break down. Our remedy is a novel, adaptive "forget gate" that enables an LSTM cell to learn to reset itself at appropriate times, thus releasing internal resources. We review illustrative benchmark problems on which standard LSTM outperforms other RNN algorithms. All algorithms (including LSTM) fail to solve continual versions of these problems. LSTM with forget gates, however, easily solves them, and in an elegant way.

  14. Continuation of Sets of Constrained Orbit Segments

    DEFF Research Database (Denmark)

    Schilder, Frank; Brøns, Morten; Chamoun, George Chaouki

    Sets of constrained orbit segments of time continuous flows are collections of trajectories that represent a whole or parts of an invariant set. A non-trivial but simple example is a homoclinic orbit. A typical representation of this set consists of an equilibrium point of the flow and a trajectory...... that starts close and returns close to this fixed point within finite time. More complicated examples are hybrid periodic orbits of piecewise smooth systems or quasi-periodic invariant tori. Even though it is possible to define generalised two-point boundary value problems for computing sets of constrained...... orbit segments, this is very disadvantageous in practice. In this talk we will present an algorithm that allows the efficient continuation of sets of constrained orbit segments together with the solution of the full variational problem....

  15. [Current problems of deontology].

    Science.gov (United States)

    Dimov, A S

    2010-01-01

    The scope of knowledge in medical ethics continues to extend. Deontology as a science needs systematization of the accumulated data. This review may give impetus to classification of problems pertaining to this important area of medical activity.

  16. Continuity of Local Time: An applied perspective

    OpenAIRE

    Ramirez, Jorge M.; Waymire, Edward C.; Thomann, Enrique A.

    2015-01-01

    Continuity of local time for Brownian motion ranks among the most notable mathematical results in the theory of stochastic processes. This article addresses its implications from the point of view of applications. In particular an extension of previous results on an explicit role of continuity of (natural) local time is obtained for applications to recent classes of problems in physics, biology and finance involving discontinuities in a dispersion coefficient. The main theorem and its corolla...

  17. Multi-rate h2 tracking control with mixed continuous-discrete performance criteria

    International Nuclear Information System (INIS)

    Kahane, A.C.; Palmor, Z.J.; Mirkin, L.

    1998-01-01

    Control goals defined both in continuous and discrete time arise naturally in many sampled-data tracking control problems. The design methods found in the literature deal with each kind of those control goals separately, over-emphasizing one kind at the expense of the other. We formulate and solve these tracking control problems as an H2 optimization problem with a mixed continuous/discrete performance criterion. It is argued that the proposed setup enables tradeoff between the various control goals in a natural manner and thus leads to better tracking characteristics

  18. Obstacle problems in mathematical physics

    CERN Document Server

    Rodrigues, J-F

    1987-01-01

    The aim of this research monograph is to present a general account of the applicability of elliptic variational inequalities to the important class of free boundary problems of obstacle type from a unifying point of view of classical Mathematical Physics.The first part of the volume introduces some obstacle type problems which can be reduced to variational inequalities. Part II presents some of the main aspects of the theory of elliptic variational inequalities, from the abstract hilbertian framework to the smoothness of the variational solution, discussing in general the properties of the free boundary and including some results on the obstacle Plateau problem. The last part examines the application to free boundary problems, namely the lubrication-cavitation problem, the elastoplastic problem, the Signorini (or the boundary obstacle) problem, the dam problem, the continuous casting problem, the electrochemical machining problem and the problem of the flow with wake in a channel past a profile.

  19. Universal Quantum Computing with Arbitrary Continuous-Variable Encoding.

    Science.gov (United States)

    Lau, Hoi-Kwan; Plenio, Martin B

    2016-09-02

    Implementing a qubit quantum computer in continuous-variable systems conventionally requires the engineering of specific interactions according to the encoding basis states. In this work, we present a unified formalism to conduct universal quantum computation with a fixed set of operations but arbitrary encoding. By storing a qubit in the parity of two or four qumodes, all computing processes can be implemented by basis state preparations, continuous-variable exponential-swap operations, and swap tests. Our formalism inherits the advantages that the quantum information is decoupled from collective noise, and logical qubits with different encodings can be brought to interact without decoding. We also propose a possible implementation of the required operations by using interactions that are available in a variety of continuous-variable systems. Our work separates the "hardware" problem of engineering quantum-computing-universal interactions, from the "software" problem of designing encodings for specific purposes. The development of quantum computer architecture could hence be simplified.

  20. Quantum first passage problem

    International Nuclear Information System (INIS)

    Kumar, N.

    1984-07-01

    Quantum first passage problem (QUIPP) is formulated and solved in terms of a constrained Feynman path integral. The related paradox of blocking of unitary evolution by continuous observation on the system implicit in QUIPP is briefly discussed. (author)

  1. Dynamics of continuous medium in space with torsion

    International Nuclear Information System (INIS)

    Krechet, V.G.

    1985-01-01

    In frames of Einstein-Cartan gravitation theory general properties of continuous media dynamics using description formalism of continuous medium steam-line congruence geometry are investigated. Raichaudhuri type equations in space with torsion applied to study the problem of singularities in gravitation theory are derived. It is shown that space-time torsion tensor trace may immediately affect volumetric autoparallel divergence and torsion pseudo trace - rotation of continuous medium steam-line congruences. Using formalism considered metrics of homogeneous rotation nonstationary cosmological model is determined and investigated

  2. Effect of continuous milking on immunoglobulin concentrations in bovine colostrum

    NARCIS (Netherlands)

    Verweij, J.J.; Koets, A.P.; Eisenberg, S.W.F.

    2014-01-01

    Continuous milking is defined as a dairy cattle management system without a planned dry period for cows in late gestation. Continuous milking has been described to reduce health problems common in periparturient cattle, but may affect colostrum immunoglobulin (Ig) concentration and subsequently calf

  3. LSA Large Area Silicon Sheet Task Continuous Czochralski Process Development

    Science.gov (United States)

    Rea, S. N.

    1979-01-01

    A commercial Czochralski crystal growing furnace was converted to a continuous growth facility by installation of a small, in-situ premelter with attendant silicon storage and transport mechanisms. Using a vertical, cylindrical graphite heater containing a small fused quartz test tube linear from which the molten silicon flowed out the bottom, approximately 83 cm of nominal 5 cm diamter crystal was grown with continuous melt addition furnished by the test tube premelter. High perfection crystal was not obtained, however, due primarily to particulate contamination of the melt. A major contributor to the particulate problem was severe silicon oxide buildup on the premelter which would ultimately drop into the primary melt. Elimination of this oxide buildup will require extensive study and experimentation and the ultimate success of continuous Czochralski depends on a successful solution to this problem. Economically, the continuous Czochralski meets near-term cost goals for silicon sheet material.

  4. An integrable coupling system of lattice hierarchy and its continuous limits

    International Nuclear Information System (INIS)

    Yu Fajun; Li Li

    2009-01-01

    In [E.G. Fan, Phys. Lett. A 372 (2008) 6368], Fan present a lattice hierarchy and its continuous limits. In this Letter, we extend this method, by introducing a complex discrete spectral problem, a coupling lattice hierarchy is derived. It is shown that a new sequence of combinations of complex lattice spectral problem converges to the integrable coupling couplings of soliton equation hierarchy, which has the integrable coupling system of AKNS hierarchy as a continuous limit.

  5. Continuous limits for an integrable coupling system of Toda equation hierarchy

    International Nuclear Information System (INIS)

    Li Li; Yu Fajun

    2009-01-01

    In this Letter, we present an integrable coupling system of lattice hierarchy and its continuous limits by using of Lie algebra sl(4). By introducing a complex discrete spectral problem, the integrable coupling system of Toda lattice hierarchy is derived. It is shown that a new complex lattice spectral problem converges to the integrable couplings of discrete soliton equation hierarchy, which has the integrable coupling system of C-KdV hierarchy as a new kind of continuous limit.

  6. Continuous limits for an integrable coupling system of Toda equation hierarchy

    Energy Technology Data Exchange (ETDEWEB)

    Li Li [College of Maths and Systematic Science, Shenyang Normal University, Shenyang 110034 (China); Yu Fajun, E-mail: yfajun@163.co [College of Maths and Systematic Science, Shenyang Normal University, Shenyang 110034 (China)

    2009-09-21

    In this Letter, we present an integrable coupling system of lattice hierarchy and its continuous limits by using of Lie algebra sl(4). By introducing a complex discrete spectral problem, the integrable coupling system of Toda lattice hierarchy is derived. It is shown that a new complex lattice spectral problem converges to the integrable couplings of discrete soliton equation hierarchy, which has the integrable coupling system of C-KdV hierarchy as a new kind of continuous limit.

  7. A Utility-Based Downlink Radio Resource Allocation for Multiservice Cellular DS-CDMA Networks

    Directory of Open Access Journals (Sweden)

    Mahdi Shabany

    2007-03-01

    Full Text Available A novel framework is proposed to model downlink resource allocation problem in multiservice direct-sequence code division multiple-access (DS-CDMA cellular networks. This framework is based on a defined utility function, which leads to utilizing the network resources in a more efficient way. This utility function quantifies the degree of utilization of resources. As a matter of fact, using the defined utility function, users' channel fluctuations and their delay constraints along with the load conditions of all BSs are all taken into consideration. Unlike previous works, we solve the problem with the general objective of maximizing the total network utility instead of maximizing the achieved utility of each base station (BS. It is shown that this problem is equivalent to finding the optimum BS assignment throughout the network, which is mapped to a multidimensional multiple-choice knapsack problem (MMKP. Since MMKP is NP-hard, a polynomial-time suboptimal algorithm is then proposed to develop an efficient base-station assignment. Simulation results indicate a significant performance improvement in terms of achieved utility and packet drop ratio.

  8. Course on spraying techniques for integrated pest management

    NARCIS (Netherlands)

    Lumkes, L.M.

    1989-01-01

    Knapsack, controlled pressure, field spot, compressed air and motor sprayers and types of lances an booms are introduces. How to calibrate, the effect of weather, and size and quantity of the droplets and drift is spoken of.

  9. Outcome of percutaneous continuous drainage of psoas abscess: A clinically guided technique

    OpenAIRE

    Bharat R Dave; Ranganatha Babu Kurupati; Dipak Shah; Devanand Degulamadi; Nitu Borgohain; Ajay Krishnan

    2014-01-01

    Background: Percutaneous aspiration of abscesses under ultrasonography (USG) and computer tomography (CT) scan has been well described. With recurrence rate reported as high as 66%. The open drainage and percutaneous continuous drainage (PCD) has reduced the recurrence rate. The disadvantage of PCD under CT is radiation hazard and problems of asepsis. Hence a technique of clinically guided percutaneous continuous drainage of the psoas abscess without real-time imaging overcomes these problems...

  10. Developing a Continuous Improvement System

    Science.gov (United States)

    2016-09-16

    disagree that continuous improvement is critical to an organization’s suc-cess, since conducting business using a status quo philosophy will not work...for implementing one of these processes include: better operational efficiency, increased customer satisfaction, improved employee morale ...when a problem in reliability or maintenance may become the greatest opportunity. As described in the January-February 2011 issue of Defense AT&L

  11. Oral appliance therapy versus nasal continuous positive airway pressure in obstructive sleep apnoea syndrome: a randomised, placebo-controlled trial on self-reported symptoms of common sleep disorders and sleep-related problems

    NARCIS (Netherlands)

    Nikolopoulou, M.; Byraki, A.; Ahlberg, J.; Heymans, M. W.; Hamburger, H. L.; de Lange, J.; Lobbezoo, F.; Aarab, G.

    2017-01-01

    Obstructive sleep apnoea syndrome (OSAS) is associated with several sleep disorders and sleep-related problems. Therefore, the aim of this study was to compare the effects of a mandibular advancement device (MAD) with those of nasal continuous positive airway pressure (nCPAP) on self-reported

  12. An Algorithm for the Mixed Transportation Network Design Problem.

    Science.gov (United States)

    Liu, Xinyu; Chen, Qun

    2016-01-01

    This paper proposes an optimization algorithm, the dimension-down iterative algorithm (DDIA), for solving a mixed transportation network design problem (MNDP), which is generally expressed as a mathematical programming with equilibrium constraint (MPEC). The upper level of the MNDP aims to optimize the network performance via both the expansion of the existing links and the addition of new candidate links, whereas the lower level is a traditional Wardrop user equilibrium (UE) problem. The idea of the proposed solution algorithm (DDIA) is to reduce the dimensions of the problem. A group of variables (discrete/continuous) is fixed to optimize another group of variables (continuous/discrete) alternately; then, the problem is transformed into solving a series of CNDPs (continuous network design problems) and DNDPs (discrete network design problems) repeatedly until the problem converges to the optimal solution. The advantage of the proposed algorithm is that its solution process is very simple and easy to apply. Numerical examples show that for the MNDP without budget constraint, the optimal solution can be found within a few iterations with DDIA. For the MNDP with budget constraint, however, the result depends on the selection of initial values, which leads to different optimal solutions (i.e., different local optimal solutions). Some thoughts are given on how to derive meaningful initial values, such as by considering the budgets of new and reconstruction projects separately.

  13. An Algorithm for the Mixed Transportation Network Design Problem.

    Directory of Open Access Journals (Sweden)

    Xinyu Liu

    Full Text Available This paper proposes an optimization algorithm, the dimension-down iterative algorithm (DDIA, for solving a mixed transportation network design problem (MNDP, which is generally expressed as a mathematical programming with equilibrium constraint (MPEC. The upper level of the MNDP aims to optimize the network performance via both the expansion of the existing links and the addition of new candidate links, whereas the lower level is a traditional Wardrop user equilibrium (UE problem. The idea of the proposed solution algorithm (DDIA is to reduce the dimensions of the problem. A group of variables (discrete/continuous is fixed to optimize another group of variables (continuous/discrete alternately; then, the problem is transformed into solving a series of CNDPs (continuous network design problems and DNDPs (discrete network design problems repeatedly until the problem converges to the optimal solution. The advantage of the proposed algorithm is that its solution process is very simple and easy to apply. Numerical examples show that for the MNDP without budget constraint, the optimal solution can be found within a few iterations with DDIA. For the MNDP with budget constraint, however, the result depends on the selection of initial values, which leads to different optimal solutions (i.e., different local optimal solutions. Some thoughts are given on how to derive meaningful initial values, such as by considering the budgets of new and reconstruction projects separately.

  14. An Efficient Binary Differential Evolution with Parameter Adaptation

    Directory of Open Access Journals (Sweden)

    Dongli Jia

    2013-04-01

    Full Text Available Differential Evolution (DE has been applied to many scientific and engineering problems for its simplicity and efficiency. However, the standard DE cannot be used in a binary search space directly. This paper proposes an adaptive binary Differential Evolution algorithm, or ABDE, that has a similar framework as the standard DE but with an improved binary mutation strategy in which the best individual participates. To further enhance the search ability, the parameters of the ABDE are slightly disturbed in an adaptive manner. Experiments have been carried out by comparing ABDE with two binary DE variants, normDE and BDE, and the most used binary search technique, GA, on a set of 13 selected benchmark functions and the classical 0-1 knapsack problem. Results show that the ABDE performs better than, or at least comparable to, the other algorithms in terms of search ability, convergence speed, and solution accuracy.

  15. On the continuity of the stationary state distribution of DPCM

    Science.gov (United States)

    Naraghi-Pour, Morteza; Neuhoff, David L.

    1990-03-01

    Continuity and singularity properties of the stationary state distribution of differential pulse code modulation (DPCM) are explored. Two-level DPCM (i.e., delta modulation) operating on a first-order autoregressive source is considered, and it is shown that, when the magnitude of the DPCM prediciton coefficient is between zero and one-half, the stationary state distribution is singularly continuous; i.e., it is not discrete but concentrates on an uncountable set with a Lebesgue measure of zero. Consequently, it cannot be represented with a probability density function. For prediction coefficients with magnitude greater than or equal to one-half, the distribution is pure, i.e., either absolutely continuous and representable with a density function, or singular. This problem is compared to the well-known and still substantially unsolved problem of symmetric Bernoulli convolutions.

  16. The uses of continuous thermodynamics in the perfluoropolieter production

    International Nuclear Information System (INIS)

    Silva, Eduardo Ramos Ferreira da; Terron, Luiz Roberto

    1995-01-01

    The use of continuous thermodynamics technic is crescent in the resolution of problems found in the chemical engineering process, involving complex mixtures. This new technic substitute, with advantages (larger precision and less CPU time) the traditional method (pseudo components method) and can can also be used in nuclear technology, when problems involving complexes mixtures are presented. (author). 37 refs

  17. SLIPM - a MAPLE package for numerical solution of Sturm-Liouville partial problems based on a continuous analog of Newton's method. II. Program realization

    International Nuclear Information System (INIS)

    Puzynin, I.V.; Puzynina, T.P.; Tkhak, V.Ch.

    2010-01-01

    SLIPM (Sturm-LIouville Problem in MAPLE) is a program complex written in the language of the computer algebras system MAPLE. It consists of the main program SLIPM.mw and of some procedures. It is intended for a numerical solution with the help of the continuous analog of Newton's method (CANM) of Sturm-Liouville partial problems, i.e. for calculating some eigenvalue of linear second-order differential operator and a corresponding eigenfunction satisfying homogeneous boundary conditions of the general type. SLIPM is the development of the program complexes SLIP1 and SLIPH4 written in the Fortran language. It is added by two new ways of calculating the initial value of iterative parameter τ 0 , by a procedure for calculating a higher precision solution (eigenvalue and corresponding eigenfunction) with the help of Richardson's extrapolation method, by graphical visualization procedures of intermediate and final results of the iterative process and by saving of the results on a disk file. The descriptions of the procedures purposes and their parameters are given

  18. Dirichlet problem for quasi-linear elliptic equations

    Directory of Open Access Journals (Sweden)

    Azeddine Baalal

    2002-10-01

    Full Text Available We study the Dirichlet Problem associated to the quasilinear elliptic problem $$ -sum_{i=1}^{n}frac{partial }{partial x_i}mathcal{A}_i(x,u(x, abla u(x+mathcal{B}(x,u(x,abla u(x=0. $$ Then we define a potential theory related to this problem and we show that the sheaf of continuous solutions satisfies the Bauer axiomatic theory. Submitted April 9, 2002. Published October 2, 2002. Math Subject Classifications: 31C15, 35B65, 35J60. Key Words: Supersolution; Dirichlet problem; obstacle problem; nonlinear potential theory.

  19. The battle of the dumps continues

    International Nuclear Information System (INIS)

    Anon.

    1976-01-01

    Although East Rand Gold and Uranium Company is about to start exploitation of the old slimes dams to produce gold, uranium and sulphuric acid, the battle to suppress dust and establish vegetation on the old dumps continues. The physical problems, planning, co-ordination and legal aspects of mine dump reclamation are outlined

  20. Mapping of uncertainty relations between continuous and discrete time.

    Science.gov (United States)

    Chiuchiù, Davide; Pigolotti, Simone

    2018-03-01

    Lower bounds on fluctuations of thermodynamic currents depend on the nature of time, discrete or continuous. To understand the physical reason, we compare current fluctuations in discrete-time Markov chains and continuous-time master equations. We prove that current fluctuations in the master equations are always more likely, due to random timings of transitions. This comparison leads to a mapping of the moments of a current between discrete and continuous time. We exploit this mapping to obtain uncertainty bounds. Our results reduce the quests for uncertainty bounds in discrete and continuous time to a single problem.

  1. Quasi optimal and adaptive sparse grids with control variates for PDEs with random diffusion coefficient

    KAUST Repository

    Tamellini, Lorenzo

    2016-01-01

    In this talk we discuss possible strategies to minimize the impact of the curse of dimensionality effect when building sparse-grid approximations of a multivariate function u = u(y1, ..., yN ). More precisely, we present a knapsack approach

  2. Continuous-time quantum random walks require discrete space

    International Nuclear Information System (INIS)

    Manouchehri, K; Wang, J B

    2007-01-01

    Quantum random walks are shown to have non-intuitive dynamics which makes them an attractive area of study for devising quantum algorithms for long-standing open problems as well as those arising in the field of quantum computing. In the case of continuous-time quantum random walks, such peculiar dynamics can arise from simple evolution operators closely resembling the quantum free-wave propagator. We investigate the divergence of quantum walk dynamics from the free-wave evolution and show that, in order for continuous-time quantum walks to display their characteristic propagation, the state space must be discrete. This behavior rules out many continuous quantum systems as possible candidates for implementing continuous-time quantum random walks

  3. Continuous-time quantum random walks require discrete space

    Science.gov (United States)

    Manouchehri, K.; Wang, J. B.

    2007-11-01

    Quantum random walks are shown to have non-intuitive dynamics which makes them an attractive area of study for devising quantum algorithms for long-standing open problems as well as those arising in the field of quantum computing. In the case of continuous-time quantum random walks, such peculiar dynamics can arise from simple evolution operators closely resembling the quantum free-wave propagator. We investigate the divergence of quantum walk dynamics from the free-wave evolution and show that, in order for continuous-time quantum walks to display their characteristic propagation, the state space must be discrete. This behavior rules out many continuous quantum systems as possible candidates for implementing continuous-time quantum random walks.

  4. Language Emptiness of Continuous-Time Parametric Timed Automata

    DEFF Research Database (Denmark)

    Benes, Nikola; Bezdek, Peter; Larsen, Kim Guldstrand

    2015-01-01

    Parametric timed automata extend the standard timed automata with the possibility to use parameters in the clock guards. In general, if the parameters are real-valued, the problem of language emptiness of such automata is undecidable even for various restricted subclasses. We thus focus on the case...... where parameters are assumed to be integer-valued, while the time still remains continuous. On the one hand, we show that the problem remains undecidable for parametric timed automata with three clocks and one parameter. On the other hand, for the case with arbitrary many clocks where only one......-time semantics only. To the best of our knowledge, this is the first positive result in the case of continuous-time and unbounded integer parameters, except for the rather simple case of single-clock automata....

  5. Oral Habits That Cause Malocclusion Problems

    OpenAIRE

    Joelijanto, Rudy

    2012-01-01

    Oral habits that place pressure on the teeth may slowly move the teeth out of place. The aim of this study was to review the literature for articles referring the most common oral habits that cause malocclusion. The oral bad habits that cause malocclussion problems include: Thumb sucking, It is a normal habit for babies, but causes serious orthodontic problems if it continues long after the eruption of permanent teeth. Prolonged thumb sucking can create crowded, crooked teeth, or bite problem...

  6. Kolkata Paise Restaurant Problem: An Introduction

    Science.gov (United States)

    Ghosh, Asim; Biswas, Soumyajyoti; Chatterjee, Arnab; Chakrabarti, Anindya Sundar; Naskar, Tapan; Mitra, Manipushpak; Chakrabarti, Bikas K.

    We discuss several stochastic optimization strategies in games with many players having large number of choices (Kolkata Paise Restaurant Problem) and two choices (minority game problem). It is seen that a stochastic crowd avoiding strategy gives very efficient utilization in KPR problem. A slightly modified strategy in the minority game problem gives full utilization but the dynamics stops after reaching full efficiency, thereby making the utilization helpful for only about half of the population (those in minority). We further discuss the ways in which the dynamics may be continued and the utilization becomes effective for all the agents keeping fluctuation arbitrarily small.

  7. Scalable algorithms for contact problems

    CERN Document Server

    Dostál, Zdeněk; Sadowská, Marie; Vondrák, Vít

    2016-01-01

    This book presents a comprehensive and self-contained treatment of the authors’ newly developed scalable algorithms for the solutions of multibody contact problems of linear elasticity. The brand new feature of these algorithms is theoretically supported numerical scalability and parallel scalability demonstrated on problems discretized by billions of degrees of freedom. The theory supports solving multibody frictionless contact problems, contact problems with possibly orthotropic Tresca’s friction, and transient contact problems. It covers BEM discretization, jumping coefficients, floating bodies, mortar non-penetration conditions, etc. The exposition is divided into four parts, the first of which reviews appropriate facets of linear algebra, optimization, and analysis. The most important algorithms and optimality results are presented in the third part of the volume. The presentation is complete, including continuous formulation, discretization, decomposition, optimality results, and numerical experimen...

  8. RELAXATION HEURISTICS FOR THE SET COVERING PROBLEM

    OpenAIRE

    Umetani, Shunji; Yagiura, Mutsunori; 柳浦, 睦憲

    2007-01-01

    The set covering problem (SCP) is one of representative combinatorial optimization problems, which has many practical applications. The continuous development of mathematical programming has derived a number of impressive heuristic algorithms as well as exact branch-and-bound algorithms, which can solve huge SCP instances of bus, railway and airline crew scheduling problems. We survey heuristic algorithms for SCP focusing mainly on contributions of mathematical programming techniques to heuri...

  9. 2-Sensor Problem

    Directory of Open Access Journals (Sweden)

    Michael Segal

    2004-11-01

    Full Text Available Abstract: Ad-hoc networks of sensor nodes are in general semi-permanently deployed. However, the topology of such networks continuously changes over time, due to the power of some sensors wearing out to new sensors being inserted into the network, or even due to designers moving sensors around during a network re-design phase (for example, in response to a change in the requirements of the network. In this paper, we address the problem of covering a given path by a limited number of sensors — in our case to two, and show its relation to the well-studied matrix multiplication problem.

  10. Expectation propagation for continuous time stochastic processes

    International Nuclear Information System (INIS)

    Cseke, Botond; Schnoerr, David; Sanguinetti, Guido; Opper, Manfred

    2016-01-01

    We consider the inverse problem of reconstructing the posterior measure over the trajectories of a diffusion process from discrete time observations and continuous time constraints. We cast the problem in a Bayesian framework and derive approximations to the posterior distributions of single time marginals using variational approximate inference, giving rise to an expectation propagation type algorithm. For non-linear diffusion processes, this is achieved by leveraging moment closure approximations. We then show how the approximation can be extended to a wide class of discrete-state Markov jump processes by making use of the chemical Langevin equation. Our empirical results show that the proposed method is computationally efficient and provides good approximations for these classes of inverse problems. (paper)

  11. Problems of radiation protection at continuous service of industrial full-screen-X-ray-installations

    International Nuclear Information System (INIS)

    Krebs, K.

    1979-01-01

    A lot of usual product of high automatisized full-screen-X-ray-installations prove very susceptible to trouble when used in continuous 3-shift-working. Normal safeguards by rough industrial continuous use mostly abruptly lose their efficiency without announcement; this mainly by vibration, disadjustment, aerosols, dirts and thermal stress. The author explains this by illustrated samples of practice. Since for those installations neither physical controls of persons nor dose-alarm-systems are prescribed by law, the needed security regarding radiation protection seems not to be guaranteed. Therefore it is proposed to order the following by technical and legistical rules: 1. Screening has to be constructed and mounted resistant in mechanical and termical regards. 2. Safety-switches must work by constraint and in an primary way. 3. The reaching of the legally allowed dose-limit has to be recognized in an unmistakable way by alarm signal. These protections are the most urgent, since the continuous service of those X-ray-installations normally works without any further screening admist other production installations and operation is done by semiskilled operators who are not subjected to any physical or medical control. (author)

  12. Protein design using continuous rotamers.

    Directory of Open Access Journals (Sweden)

    Pablo Gainza

    2012-01-01

    Full Text Available Optimizing amino acid conformation and identity is a central problem in computational protein design. Protein design algorithms must allow realistic protein flexibility to occur during this optimization, or they may fail to find the best sequence with the lowest energy. Most design algorithms implement side-chain flexibility by allowing the side chains to move between a small set of discrete, low-energy states, which we call rigid rotamers. In this work we show that allowing continuous side-chain flexibility (which we call continuous rotamers greatly improves protein flexibility modeling. We present a large-scale study that compares the sequences and best energy conformations in 69 protein-core redesigns using a rigid-rotamer model versus a continuous-rotamer model. We show that in nearly all of our redesigns the sequence found by the continuous-rotamer model is different and has a lower energy than the one found by the rigid-rotamer model. Moreover, the sequences found by the continuous-rotamer model are more similar to the native sequences. We then show that the seemingly easy solution of sampling more rigid rotamers within the continuous region is not a practical alternative to a continuous-rotamer model: at computationally feasible resolutions, using more rigid rotamers was never better than a continuous-rotamer model and almost always resulted in higher energies. Finally, we present a new protein design algorithm based on the dead-end elimination (DEE algorithm, which we call iMinDEE, that makes the use of continuous rotamers feasible in larger systems. iMinDEE guarantees finding the optimal answer while pruning the search space with close to the same efficiency of DEE.Software is available under the Lesser GNU Public License v3. Contact the authors for source code.

  13. Obtaining sparse distributions in 2D inverse problems

    OpenAIRE

    Reci, A; Sederman, Andrew John; Gladden, Lynn Faith

    2017-01-01

    The mathematics of inverse problems has relevance across numerous estimation problems in science and engineering. L1 regularization has attracted recent attention in reconstructing the system properties in the case of sparse inverse problems; i.e., when the true property sought is not adequately described by a continuous distribution, in particular in Compressed Sensing image reconstruction. In this work, we focus on the application of L1 regularization to a class of inverse problems; relaxat...

  14. Continuous nowhere differentiable functions the monsters of analysis

    CERN Document Server

    Jarnicki, Marek

    2015-01-01

    This book covers the construction, analysis, and theory of continuous nowhere differentiable functions, comprehensively and accessibly. After illuminating the significance of the subject through an overview of its history, the reader is introduced to the sophisticated toolkit of ideas and tricks used to study the explicit continuous nowhere differentiable functions of Weierstrass, Takagi–van der Waerden, Bolzano, and others. Modern tools of functional analysis, measure theory, and Fourier analysis are applied to examine the generic nature of continuous nowhere differentiable functions, as well as linear structures within the (nonlinear) space of continuous nowhere differentiable functions. To round out the presentation, advanced techniques from several areas of mathematics are brought together to give a state-of-the-art analysis of Riemann’s continuous, and purportedly nowhere differentiable, function. For the reader’s benefit, claims requiring elaboration, and open problems, are clearly indicated. An a...

  15. Sound field reproduction as an equivalent acoustical scattering problem.

    Science.gov (United States)

    Fazi, Filippo Maria; Nelson, Philip A

    2013-11-01

    Given a continuous distribution of acoustic sources, the determination of the source strength that ensures the synthesis of a desired sound field is shown to be identical to the solution of an equivalent acoustic scattering problem. The paper begins with the presentation of the general theory that underpins sound field reproduction with secondary sources continuously arranged on the boundary of the reproduction region. The process of reproduction by a continuous source distribution is modeled by means of an integral operator (the single layer potential). It is then shown how the solution of the sound reproduction problem corresponds to that of an equivalent scattering problem. Analytical solutions are computed for two specific instances of this problem, involving, respectively, the use of a secondary source distribution in spherical and planar geometries. The results are shown to be the same as those obtained with analyses based on High Order Ambisonics and Wave Field Synthesis, respectively, thus bringing to light a fundamental analogy between these two methods of sound reproduction. Finally, it is shown how the physical optics (Kirchhoff) approximation enables the derivation of a high-frequency simplification for the problem under consideration, this in turn being related to the secondary source selection criterion reported in the literature on Wave Field Synthesis.

  16. Continuous sampling from distributed streams

    DEFF Research Database (Denmark)

    Graham, Cormode; Muthukrishnan, S.; Yi, Ke

    2012-01-01

    A fundamental problem in data management is to draw and maintain a sample of a large data set, for approximate query answering, selectivity estimation, and query planning. With large, streaming data sets, this problem becomes particularly difficult when the data is shared across multiple distribu......A fundamental problem in data management is to draw and maintain a sample of a large data set, for approximate query answering, selectivity estimation, and query planning. With large, streaming data sets, this problem becomes particularly difficult when the data is shared across multiple...... distributed sites. The main challenge is to ensure that a sample is drawn uniformly across the union of the data while minimizing the communication needed to run the protocol on the evolving data. At the same time, it is also necessary to make the protocol lightweight, by keeping the space and time costs low...... for each participant. In this article, we present communication-efficient protocols for continuously maintaining a sample (both with and without replacement) from k distributed streams. These apply to the case when we want a sample from the full streams, and to the sliding window cases of only the W most...

  17. Continuous-Time Mean-Variance Portfolio Selection with Random Horizon

    International Nuclear Information System (INIS)

    Yu, Zhiyong

    2013-01-01

    This paper examines the continuous-time mean-variance optimal portfolio selection problem with random market parameters and random time horizon. Treating this problem as a linearly constrained stochastic linear-quadratic optimal control problem, I explicitly derive the efficient portfolios and efficient frontier in closed forms based on the solutions of two backward stochastic differential equations. Some related issues such as a minimum variance portfolio and a mutual fund theorem are also addressed. All the results are markedly different from those in the problem with deterministic exit time. A key part of my analysis involves proving the global solvability of a stochastic Riccati equation, which is interesting in its own right

  18. Continuous-Time Mean-Variance Portfolio Selection with Random Horizon

    Energy Technology Data Exchange (ETDEWEB)

    Yu, Zhiyong, E-mail: yuzhiyong@sdu.edu.cn [Shandong University, School of Mathematics (China)

    2013-12-15

    This paper examines the continuous-time mean-variance optimal portfolio selection problem with random market parameters and random time horizon. Treating this problem as a linearly constrained stochastic linear-quadratic optimal control problem, I explicitly derive the efficient portfolios and efficient frontier in closed forms based on the solutions of two backward stochastic differential equations. Some related issues such as a minimum variance portfolio and a mutual fund theorem are also addressed. All the results are markedly different from those in the problem with deterministic exit time. A key part of my analysis involves proving the global solvability of a stochastic Riccati equation, which is interesting in its own right.

  19. Non-standard and improperly posed problems

    CERN Document Server

    Straughan, Brian; Ames, William F

    1997-01-01

    Written by two international experts in the field, this book is the first unified survey of the advances made in the last 15 years on key non-standard and improperly posed problems for partial differential equations.This reference for mathematicians, scientists, and engineers provides an overview of the methodology typically used to study improperly posed problems. It focuses on structural stability--the continuous dependence of solutions on the initial conditions and the modeling equations--and on problems for which data are only prescribed on part of the boundary.The book addresses continuou

  20. Continuous auditing & continuous monitoring : Continuous value?

    NARCIS (Netherlands)

    van Hillo, Rutger; Weigand, Hans; Espana, S; Ralyte, J; Souveyet, C

    2016-01-01

    Advancements in information technology, new laws and regulations and rapidly changing business conditions have led to a need for more timely and ongoing assurance with effectively working controls. Continuous Auditing (CA) and Continuous Monitoring (CM) technologies have made this possible by

  1. A generalized endogenous grid method for discrete-continuous choice

    OpenAIRE

    John Rust; Bertel Schjerning; Fedor Iskhakov

    2012-01-01

    This paper extends Carroll's endogenous grid method (2006 "The method of endogenous gridpoints for solving dynamic stochastic optimization problems", Economic Letters) for models with sequential discrete and continuous choice. Unlike existing generalizations, we propose solution algorithm that inherits both advantages of the original method, namely it avoids all root finding operations, and also efficiently deals with restrictions on the continuous decision variable. To further speed up the s...

  2. Problem Based Learning - Linking Students and Industry

    DEFF Research Database (Denmark)

    Fink, Flemming K.

    2006-01-01

    WG2_G4 Problem based learning – linking students and industry: a case study from Aalborg, Denmark Flemming K. Flink ELITE Aalborg University In Aalborg University, Denmark, all study programmes are organised around inter-disciplinary project work in groups. Up to 50% of the study work is problem-...... is essentially problem solving. The presentation looks into on campus POPBL and the Facilitated Work Based Learning (FBL) for continuing education. It also presents case examples of POPBL work....

  3. Continuity of the direct and inverse problems in one-dimensional scattering theory and numerical solution of the inverse problem

    International Nuclear Information System (INIS)

    Moura, C.A. de.

    1976-09-01

    We propose an algorithm for computing the potential V(x) associated to the one-dimensional Schroedinger operator E identical to - d 2 /dx 2 + V(x) -infinite < x< infinite from knowledge of the S.matrix, more exactly, of one of the reelection coefficients. The convergence of the algorithm is guaranteed by the stability results obtained for both the direct and inverse problems

  4. CONTINUOUS IMPROVEMENT PRACTICE IN LARGE ENTERPRISES: STUDY RESULTS

    Directory of Open Access Journals (Sweden)

    Dorota Stadnicka

    2015-03-01

    Full Text Available Continuous improvement is indispensable for ensuring the company's development and its survival on the constantly changing global market. Continuous improvement is particularly important in the quality and production management systems. A company should deliver a product compliant with a client's requirements in a specified time and at an appropriate price. That is why, continuous improvement refers to different areas of an organization's functioning and it is an integral part of Lean Manufacturing. This article presents the results of the study conducted in production enterprises on a limited area. The aim of the study was the assessment of the implementation of continuous improvement in Lean Manufacturing, and, in particular, employees' involvement in the problem identification and in reporting improvements as well as the way of motivating employees to involve themselves. The authors also tried to identify the factors influencing the elements of a continuous improvement system.

  5. Black holes by analytic continuation

    CERN Document Server

    Amati, Daniele

    1997-01-01

    In the context of a two-dimensional exactly solvable model, the dynamics of quantum black holes is obtained by analytically continuing the description of the regime where no black hole is formed. The resulting spectrum of outgoing radiation departs from the one predicted by the Hawking model in the region where the outgoing modes arise from the horizon with Planck-order frequencies. This occurs early in the evaporation process, and the resulting physical picture is unconventional. The theory predicts that black holes will only radiate out an energy of Planck mass order, stabilizing after a transitory period. The continuation from a regime without black hole formation --accessible in the 1+1 gravity theory considered-- is implicit in an S matrix approach and provides in this way a possible solution to the problem of information loss.

  6. A Maximum Entropy Method for a Robust Portfolio Problem

    Directory of Open Access Journals (Sweden)

    Yingying Xu

    2014-06-01

    Full Text Available We propose a continuous maximum entropy method to investigate the robustoptimal portfolio selection problem for the market with transaction costs and dividends.This robust model aims to maximize the worst-case portfolio return in the case that allof asset returns lie within some prescribed intervals. A numerical optimal solution tothe problem is obtained by using a continuous maximum entropy method. Furthermore,some numerical experiments indicate that the robust model in this paper can result in betterportfolio performance than a classical mean-variance model.

  7. A continuous GRASP to determine the relationship between drugs and adverse reactions

    International Nuclear Information System (INIS)

    Hirsch, Michael J.; Meneses, Claudio N.; Pardalos, Panos M.; Ragle, Michelle; Resende, Mauricio G. C.

    2007-01-01

    Adverse drag reactions (ADRs) are estimated to be one of the leading causes of death. Many national and international agencies have set up databases of ADR reports for the express purpose of determining the relationship between drugs and adverse reactions that they cause. We formulate the drug-reaction relationship problem as a continuous optimization problem and utilize C-GRASP, a new continuous global optimization heuristic, to approximately determine the relationship between drugs and adverse reactions. Our approach is compared against others in the literature and is shown to find better solutions

  8. Moving from batch towards continuous organic‐chemical pharmaceutical production

    DEFF Research Database (Denmark)

    Cervera Padrell, Albert Emili

    process understanding. Developing a process within a more flexible design space based on sound engineering judgment potentially allows process optimization once the product has already been approved. Micro‐ and mini‐chemical systems have been envisaged as the optimal scale for pharmaceutical production...... are the highest benefits found? How can a continuous process be designed and implemented? Are continuous processes compatible with slow reactions? Do they allow problem free processing of solid particles? What is the cost needed to implement a continuous process? This PhD thesis tries to answer some of those...... questions through the development of a systematic framework that takes advantage of continuous processing technologies and process systems engineering for the efficient design of continuous pharmaceutical processes. The framework consists of a step‐by‐step procedure that guides the user from drug discovery...

  9. Making Unseen Privilege Visible in Mathematics Education Research

    Science.gov (United States)

    Bartell, Tonya Gau; Johnson, Kate R.

    2013-01-01

    In this essay, the authors begin to "unpack the invisible knapsack" of mathematics education research privilege. They present short statements representing the multiplicity of their respective identities; acknowledging that efforts to understand privilege and oppression are often supported and constrained by identities. The authors then…

  10. Continuous nonlinear optimization for engineering applications in GAMS technology

    CERN Document Server

    Andrei, Neculai

    2017-01-01

    This book presents the theoretical details and computational performances of algorithms used for solving continuous nonlinear optimization applications imbedded in GAMS. Aimed toward scientists and graduate students who utilize optimization methods to model and solve problems in mathematical programming, operations research, business, engineering, and industry, this book enables readers with a background in nonlinear optimization and linear algebra to use GAMS technology to understand and utilize its important capabilities to optimize algorithms for modeling and solving complex, large-scale, continuous nonlinear optimization problems or applications. Beginning with an overview of constrained nonlinear optimization methods, this book moves on to illustrate key aspects of mathematical modeling through modeling technologies based on algebraically oriented modeling languages. Next, the main feature of GAMS, an algebraically oriented language that allows for high-level algebraic representation of mathematical opti...

  11. A new continuous-time formulation for scheduling crude oil operations

    International Nuclear Information System (INIS)

    Reddy, P. Chandra Prakash; Karimi, I.A.; Srinivasan, R.

    2004-01-01

    In today's competitive business climate characterized by uncertain oil markets, responding effectively and speedily to market forces, while maintaining reliable operations, is crucial to a refinery's bottom line. Optimal crude oil scheduling enables cost reduction by using cheaper crudes intelligently, minimizing crude changeovers, and avoiding ship demurrage. So far, only discrete-time formulations have stood up to the challenge of this important, nonlinear problem. A continuous-time formulation would portend numerous advantages, however, existing work in this area has just begun to scratch the surface. In this paper, we present the first complete continuous-time mixed integer linear programming (MILP) formulation for the short-term scheduling of operations in a refinery that receives crude from very large crude carriers via a high-volume single buoy mooring pipeline. This novel formulation accounts for real-world operational practices. We use an iterative algorithm to eliminate the crude composition discrepancy that has proven to be the Achilles heel for existing formulations. While it does not guarantee global optimality, the algorithm needs only MILP solutions and obtains excellent maximum-profit schedules for industrial problems with up to 7 days of scheduling horizon. We also report the first comparison of discrete- vs. continuous-time formulations for this complex problem. (Author)

  12. Between strong continuity and almost continuity

    Directory of Open Access Journals (Sweden)

    J.K. Kohli

    2010-04-01

    Full Text Available As embodied in the title of the paper strong and weak variants of continuity that lie strictly between strong continuity of Levine and almost continuity due to Singal and Singal are considered. Basic properties of almost completely continuous functions (≡ R-maps and δ-continuous functions are studied. Direct and inverse transfer of topological properties under almost completely continuous functions and δ-continuous functions are investigated and their place in the hier- archy of variants of continuity that already exist in the literature is out- lined. The class of almost completely continuous functions lies strictly between the class of completely continuous functions studied by Arya and Gupta (Kyungpook Math. J. 14 (1974, 131-143 and δ-continuous functions defined by Noiri (J. Korean Math. Soc. 16, (1980, 161-166. The class of almost completely continuous functions properly contains each of the classes of (1 completely continuous functions, and (2 al- most perfectly continuous (≡ regular set connected functions defined by Dontchev, Ganster and Reilly (Indian J. Math. 41 (1999, 139-146 and further studied by Singh (Quaestiones Mathematicae 33(2(2010, 1–11 which in turn include all δ-perfectly continuous functions initi- ated by Kohli and Singh (Demonstratio Math. 42(1, (2009, 221-231 and so include all perfectly continuous functions introduced by Noiri (Indian J. Pure Appl. Math. 15(3 (1984, 241-250.

  13. Dynamics of continuous medium in space with torsion

    International Nuclear Information System (INIS)

    Krechet, V.G.

    1986-01-01

    This paper investigates the general features of the dynamicsof continuous media within the framework of the Einstein-Cartan gravitation theory using a formalism for the description of congruence geometry for the stream lines in the continuous medium. Raichaudkhur-type equations are derived for the space with twisting which are applicable to the investigation of the singularity problem in the gravitation theory. It is demonstrated that the spur of the space-time twisting tensor can directly affect the volumetric divergence of the autoparallel, while the twist pseudospur can affect the rotation of the congruence of the stream lines in the continuous medium. Using the investigated formalism, metrics are found and investigated for the uniform, rotating, nonstationary cosmologic model

  14. "It happened, what’s the problem?" and "A guide through the problem": A model for consideration of ecological issues in chemistry education

    Directory of Open Access Journals (Sweden)

    Korolija Jasminka N.

    2015-01-01

    Full Text Available In order to improve the ability for application of knowledge of chemistry (acquired in the existing educational system in real life the Model for Consideration of Ecological Issues was developed and applied in high school. The Model consists of the continuous text (“It Happened, What’s the Problem?” and the test with non-continuous text (“A Guide Through the Problem”, which are prepared for consideration of the problem of eutrophication. All results obtained (average achievement of 70.9±14.3 % showed that the application of the Model enabled: understanding of an ecological problem based on scientific representations of the term eutrophication given in the continuous text, realization that the pollution of our environment may be directly related to modern life, application of acquired knowledge of chemistry to observe and understand the cause and effect of eutrophication in our environment, to draw a scientific conclusion, and understanding the importance of science and technology discoveries for solving ecological problems. In addition, Model contributed to the development of student’s environmental literacy (ecological knowledge and cognitive skills, ability to think critically, and provided possibilities for classroom knowledge to become applicable in real life. [Projekat Ministarstva nauke Republike Srbije, br. 179048

  15. Start-up Strategy for Continuous Bioreactors

    Directory of Open Access Journals (Sweden)

    A.C. da Costa

    1997-06-01

    Full Text Available Abstract - The start-up of continuous bioreactors is solved as an optimal control problem. The choice of the dilution rate as the control variable reduces the dimension of the system by making the use of the global balance equation unnecessary for the solution of the optimization problem. Therefore, for systems described by four or less mass balance equations, it is always possible to obtain an analytical expression for the singular arc as a function of only the state variables. The steady state conditions are shown to satisfy the singular arc expression and, based on this knowledge, a feeding strategy is proposed which leads the reactor from an initial state to the steady state of maximum productivity

  16. Asymptotic boundary value problems for evolution inclusions

    Directory of Open Access Journals (Sweden)

    Fürst Tomáš

    2006-01-01

    Full Text Available When solving boundary value problems on infinite intervals, it is possible to use continuation principles. Some of these principles take advantage of equipping the considered function spaces with topologies of uniform convergence on compact subintervals. This makes the representing solution operators compact (or condensing, but, on the other hand, spaces equipped with such topologies become more complicated. This paper shows interesting applications that use the strength of continuation principles and also presents a possible extension of such continuation principles to partial differential inclusions.

  17. Asymptotic boundary value problems for evolution inclusions

    Directory of Open Access Journals (Sweden)

    Tomáš Fürst

    2006-02-01

    Full Text Available When solving boundary value problems on infinite intervals, it is possible to use continuation principles. Some of these principles take advantage of equipping the considered function spaces with topologies of uniform convergence on compact subintervals. This makes the representing solution operators compact (or condensing, but, on the other hand, spaces equipped with such topologies become more complicated. This paper shows interesting applications that use the strength of continuation principles and also presents a possible extension of such continuation principles to partial differential inclusions.

  18. Improved Particle Swarm Optimization with a Collective Local Unimodal Search for Continuous Optimization Problems

    Science.gov (United States)

    Arasomwan, Martins Akugbe; Adewumi, Aderemi Oluyinka

    2014-01-01

    A new local search technique is proposed and used to improve the performance of particle swarm optimization algorithms by addressing the problem of premature convergence. In the proposed local search technique, a potential particle position in the solution search space is collectively constructed by a number of randomly selected particles in the swarm. The number of times the selection is made varies with the dimension of the optimization problem and each selected particle donates the value in the location of its randomly selected dimension from its personal best. After constructing the potential particle position, some local search is done around its neighbourhood in comparison with the current swarm global best position. It is then used to replace the global best particle position if it is found to be better; otherwise no replacement is made. Using some well-studied benchmark problems with low and high dimensions, numerical simulations were used to validate the performance of the improved algorithms. Comparisons were made with four different PSO variants, two of the variants implement different local search technique while the other two do not. Results show that the improved algorithms could obtain better quality solution while demonstrating better convergence velocity and precision, stability, robustness, and global-local search ability than the competing variants. PMID:24723827

  19. Perturbation theory for continuous stochastic equations

    International Nuclear Information System (INIS)

    Chechetkin, V.R.; Lutovinov, V.S.

    1987-01-01

    The various general perturbational schemes for continuous stochastic equations are considered. These schemes have many analogous features with the iterational solution of Schwinger equation for S-matrix. The following problems are discussed: continuous stochastic evolution equations for probability distribution functionals, evolution equations for equal time correlators, perturbation theory for Gaussian and Poissonian additive noise, perturbation theory for birth and death processes, stochastic properties of systems with multiplicative noise. The general results are illustrated by diffusion-controlled reactions, fluctuations in closed systems with chemical processes, propagation of waves in random media in parabolic equation approximation, and non-equilibrium phase transitions in systems with Poissonian breeding centers. The rate of irreversible reaction X + X → A (Smoluchowski process) is calculated with the use of general theory based on continuous stochastic equations for birth and death processes. The threshold criterion and range of fluctuational region for synergetic phase transition in system with Poissonian breeding centers are also considered. (author)

  20. CONTINUITY OF THE MEANINGS AND FORMS OF PATRIOTISM IN THE CONTEXT OF SOCIAL TIME STUDY

    Directory of Open Access Journals (Sweden)

    Olga Valerjevna Kashirina

    2017-06-01

    Full Text Available Purpose. The work objective is to identify the focus of the meanings’ continuity and forms of patriotism in patriotic choice as the frame meaning of main life strategy that each civilized subject has- an individual, a social community of any size. The choice truthfulness is defined by presence of the meaning time continuity and approach of its structure to «the right rate». Methodology. The problem analysis is carried out on the basis of transdisciplinary dialectical and trialectical method of distinction and meaning-making with respect to intellectual technology of civilized and noospheric patriotism continuity. Results. The article regards to the continuity of meanings and forms of patriotism in the context of social time study and searches for the solution to the problem of patriotism in three lines: 1 as the problem of civilized patriotism of Great and Small Motherland, 2 as the problem of noospheric patriotism, 3 as the problem of the continuity of the meanings between them. It highlights the solution flexibility of patriotism problem that is related to the fact that social time study considers patriotism as the culture phenomenon that has the dialectical «nature of existence», and at the same time, it has three way model of civilized reality «existence» meanings – entirety of present, continuity of past and reasonability of future. The article says that the dynamic balance of meanings of civilized and noospheric patriotism in the identity culture of a civilized subject making the culture of his/her behavior and activity provides formation and stability of moral and spiritual immunity that appears by virtue of them in the semantic field of patriotism. Practical implications. The practical implication of the research is in its usability to work out courses on philosophy, culture philosophy, etc. Social time study theory can be realized in teaching practice of the new course unit «The basics of social time study» as a humanity

  1. On the Projective Description of Weighted (LF-Spaces of Continuous Functions

    Directory of Open Access Journals (Sweden)

    Catherine V. Komarchuk

    2014-01-01

    Full Text Available We solve the problem of the topological or algebraic description of countable inductive limits of weighted Fréchet spaces of continuous functions on a cone. This problem is investigated for two families of weights defined by positively homogeneous functions. Weights of this form play the important role in Fourier analysis.

  2. Resolvent approach for two-dimensional scattering problems. Application to the nonstationary Schroedinger problem and the KPI equation

    International Nuclear Information System (INIS)

    Boiti, M.; Pempinelli, F.; Pogrebkov, A.K.; Polivanov, M.C.

    1993-01-01

    The resolvent operator of the linear problem is determined as the full Green function continued in the complex domain in two variables. An analog of the known Hilbert identity is derived. The authors demonstrate the role of this identity in the study of two-dimensional scattering. Considering the nonstationary Schroedinger equation as an example, it is shown that all types of solutions of the linear problem, as well as spectral data known in the literature, are given as specific values of this unique function - the resolvent function. A new form of the inverse problem is formulated. 7 refs

  3. Probing Entanglement in Adiabatic Quantum Optimization with Trapped Ions

    Directory of Open Access Journals (Sweden)

    Philipp eHauke

    2015-04-01

    Full Text Available Adiabatic quantum optimization has been proposed as a route to solve NP-complete problems, with a possible quantum speedup compared to classical algorithms. However, the precise role of quantum effects, such as entanglement, in these optimization protocols is still unclear. We propose a setup of cold trapped ions that allows one to quantitatively characterize, in a controlled experiment, the interplay of entanglement, decoherence, and non-adiabaticity in adiabatic quantum optimization. We show that, in this way, a broad class of NP-complete problems becomes accessible for quantum simulations, including the knapsack problem, number partitioning, and instances of the max-cut problem. Moreover, a general theoretical study reveals correlations of the success probability with entanglement at the end of the protocol. From exact numerical simulations for small systems and linear ramps, however, we find no substantial correlations with the entanglement during the optimization. For the final state, we derive analytically a universal upper bound for the success probability as a function of entanglement, which can be measured in experiment. The proposed trapped-ion setups and the presented study of entanglement address pertinent questions of adiabatic quantum optimization, which may be of general interest across experimental platforms.

  4. Continuous Online Sequence Learning with an Unsupervised Neural Network Model.

    Science.gov (United States)

    Cui, Yuwei; Ahmad, Subutar; Hawkins, Jeff

    2016-09-14

    The ability to recognize and predict temporal sequences of sensory inputs is vital for survival in natural environments. Based on many known properties of cortical neurons, hierarchical temporal memory (HTM) sequence memory recently has been proposed as a theoretical framework for sequence learning in the cortex. In this letter, we analyze properties of HTM sequence memory and apply it to sequence learning and prediction problems with streaming data. We show the model is able to continuously learn a large number of variableorder temporal sequences using an unsupervised Hebbian-like learning rule. The sparse temporal codes formed by the model can robustly handle branching temporal sequences by maintaining multiple predictions until there is sufficient disambiguating evidence. We compare the HTM sequence memory with other sequence learning algorithms, including statistical methods: autoregressive integrated moving average; feedforward neural networks-time delay neural network and online sequential extreme learning machine; and recurrent neural networks-long short-term memory and echo-state networks on sequence prediction problems with both artificial and real-world data. The HTM model achieves comparable accuracy to other state-of-the-art algorithms. The model also exhibits properties that are critical for sequence learning, including continuous online learning, the ability to handle multiple predictions and branching sequences with high-order statistics, robustness to sensor noise and fault tolerance, and good performance without task-specific hyperparameter tuning. Therefore, the HTM sequence memory not only advances our understanding of how the brain may solve the sequence learning problem but is also applicable to real-world sequence learning problems from continuous data streams.

  5. Management continuity from the patient perspective: comparison of primary healthcare evaluation instruments.

    Science.gov (United States)

    Haggerty, Jeannie L; Burge, Frederick; Pineault, Raynald; Beaulieu, Marie-Dominique; Bouharaoui, Fatima; Beaulieu, Christine; Santor, Darcy A; Lévesque, Jean-Frédéric

    2011-12-01

    Management continuity, operationally defined as "the extent to which services delivered by different providers are timely and complementary such that care is experienced as connected and coherent," is a core attribute of primary healthcare. Continuity, as experienced by the patient, is the result of good care coordination or integration. To provide insight into how well management continuity is measured in validated coordination or integration subscales of primary healthcare instruments. Relevant subscales from the Primary Care Assessment Survey (PCAS), the Primary Care Assessment Tool - Short Form (PCAT-S), the Components of Primary Care Instrument (CPCI) and the Veterans Affairs National Outpatient Customer Satisfaction Survey (VANOCSS) were administered to 432 adult respondents who had at least one healthcare contact with a provider other than their family physician in the previous 12 months. Subscales were examined descriptively, by correlation and factor analysis and item response theory analysis. Because the VANOCSS elicits coordination problems and is scored dichotomously, we used logistic regression to examine how evaluative subscales relate to reported problems. Most responses to the PCAS, PCAT-S and CPCI subscales were positive, yet 83% of respondents reported having one or more problems on the VANOCSS Overall Coordination subscale and 41% on the VANOCSS Specialist Access subscale. Exploratory factor analysis suggests two distinct factors. The first (eigenvalue=6.98) is coordination actions by the primary care physician in transitioning patient care to other providers (PCAS Integration subscale and most of the PCAT-S Coordination subscale). The second (eigenvalue=1.20) is efforts by the primary care physician to create coherence between different visits both within and outside the regular doctor's office (CPCI Coordination subscale). The PCAS Integration subscale was most strongly associated with lower likelihood of problems reported on the VANOCSS

  6. Continuous-Time Mean-Variance Portfolio Selection: A Stochastic LQ Framework

    International Nuclear Information System (INIS)

    Zhou, X.Y.; Li, D.

    2000-01-01

    This paper is concerned with a continuous-time mean-variance portfolio selection model that is formulated as a bicriteria optimization problem. The objective is to maximize the expected terminal return and minimize the variance of the terminal wealth. By putting weights on the two criteria one obtains a single objective stochastic control problem which is however not in the standard form due to the variance term involved. It is shown that this nonstandard problem can be 'embedded' into a class of auxiliary stochastic linear-quadratic (LQ) problems. The stochastic LQ control model proves to be an appropriate and effective framework to study the mean-variance problem in light of the recent development on general stochastic LQ problems with indefinite control weighting matrices. This gives rise to the efficient frontier in a closed form for the original portfolio selection problem

  7. A sparsity-regularized Born iterative method for reconstruction of two-dimensional piecewise continuous inhomogeneous domains

    KAUST Repository

    Sandhu, Ali Imran; Desmal, Abdulla; Bagci, Hakan

    2016-01-01

    A sparsity-regularized Born iterative method (BIM) is proposed for efficiently reconstructing two-dimensional piecewise-continuous inhomogeneous dielectric profiles. Such profiles are typically not spatially sparse, which reduces the efficiency of the sparsity-promoting regularization. To overcome this problem, scattered fields are represented in terms of the spatial derivative of the dielectric profile and reconstruction is carried out over samples of the dielectric profile's derivative. Then, like the conventional BIM, the nonlinear problem is iteratively converted into a sequence of linear problems (in derivative samples) and sparsity constraint is enforced on each linear problem using the thresholded Landweber iterations. Numerical results, which demonstrate the efficiency and accuracy of the proposed method in reconstructing piecewise-continuous dielectric profiles, are presented.

  8. The Commons revisited: The tragedy continues

    International Nuclear Information System (INIS)

    Lloyd, Bob

    2007-01-01

    Garrett Hardin's classic paper ''Tragedy of the Commons'' published in Science in 1968 struck a chord with scientists and non-scientists alike and has continued to provide a key reference point to how a number of ''Commons''-related problems can be viewed. Hardin's paper will be in looked at in view of both anthropogenic global warming and peak oil and some of the solutions he posed for the ''population problem'' applied to the post-peak era. Possible solutions are compared with the Kyoto Protocol for global warming and the Rimini Protocol for peak oil. A carbon-indexed, universal tax on non-renewable energy resources 'Unitax' is mooted as a longer-term possibility to overcoming both global warming and the financing of post-peak oil problems. Alas, the process of dealing with global warming and peak oil seems to be falling into the ''no technical solution'' category that Hardin identified for population. (author)

  9. Continuous Integration in CFMGR

    CERN Document Server

    Frohlingsdorf, David

    2017-01-01

    Cfmgr is a managing tool for network devices. At the moment there is no way to automatically check the working behaviour of the tool, meaning that a lot of effort is spend into manually testing the tool after an update. During my stay at CERN I developed a black-box testing framework for Cfmgr according to Continuous Integration practices and successfully deployed the framework using Jenkins and Docker. This report discusses in detail how the framework works and how it can be configured, and equally gives a broad problem description and outlines future work directions.

  10. Continuing challenges in nuclear air cleaning

    International Nuclear Information System (INIS)

    Moeller, D.W.

    1976-01-01

    The safe operation of nuclear facilities is heavily dependent upon the adequate performance of air cleaning systems. Although many problems have been solved, new questions and new challenges continue to arise. These are well illustrated by weaknesses in air cleaning and ventilating systems revealed by the Browns Ferry fire, and the need to develop additional data on the reliability of such systems, particularly under emergency conditions, as revealed by the Reactor Safety Study. Assessments of the degree to which engineered safety features can compensate for deficiencies in nuclear power plant sites continue to challenge those involved in risk/benefit evaluations. Additional challenges are being generated by the air cleaning requirements associated with the commercial development of the liquid metal fast breeder reactor

  11. Unary probabilistic and quantum automata on promise problems

    OpenAIRE

    Gainutdinova, Aida; Yakaryilmaz, Abuzer

    2015-01-01

    We continue the systematic investigation of probabilistic and quantum finite automata (PFAs and QFAs) on promise problems by focusing on unary languages. We show that bounded-error QFAs are more powerful than PFAs. But, in contrary to the binary problems, the computational powers of Las-Vegas QFAs and bounded-error PFAs are equivalent to deterministic finite automata (DFAs). Lastly, we present a new family of unary promise problems with two parameters such that when fixing one parameter QFAs ...

  12. LANL continuity of operations plan

    Energy Technology Data Exchange (ETDEWEB)

    Senutovitch, Diane M [Los Alamos National Laboratory

    2010-12-22

    The Los Alamos National Laboratory (LANL) is a premier national security research institution, delivering scientific and engineering solutions for the nation's most crucial and complex problems. Our primary responsibility is to ensure the safety, security, and reliability of the nation's nuclear stockpile. LANL emphasizes worker safety, effective operational safeguards and security, and environmental stewardship, outstanding science remains the foundation of work at the Laboratory. In addition to supporting the Laboratory's core national security mission, our work advances bioscience, chemistry, computer science, earth and environmental sciences, materials science, and physics disciplines. To accomplish LANL's mission, we must ensure that the Laboratory EFs continue to be performed during a continuity event, including localized acts of nature, accidents, technological or attack-related emergencies, and pandemic or epidemic events. The LANL Continuity of Operations (COOP) Plan documents the overall LANL COOP Program and provides the operational framework to implement continuity policies, requirements, and responsibilities at LANL, as required by DOE 0 150.1, Continuity Programs, May 2008. LANL must maintain its ability to perform the nation's PMEFs, which are: (1) maintain the safety and security of nuclear materials in the DOE Complex at fixed sites and in transit; (2) respond to a nuclear incident, both domestically and internationally, caused by terrorist activity, natural disaster, or accident, including mobilizing the resources to support these efforts; and (3) support the nation's energy infrastructure. This plan supports Continuity of Operations for Los Alamos National Laboratory (LANL). This plan issues LANL policy as directed by the DOE 0 150.1, Continuity Programs, and provides direction for the orderly continuation of LANL EFs for 30 days of closure or 60 days for a pandemic/epidemic event. Initiation of COOP operations may

  13. A brief introduction to continuous evolutionary optimization

    CERN Document Server

    Kramer, Oliver

    2014-01-01

    Practical optimization problems are often hard to solve, in particular when they are black boxes and no further information about the problem is available except via function evaluations. This work introduces a collection of heuristics and algorithms for black box optimization with evolutionary algorithms in continuous solution spaces. The book gives an introduction to evolution strategies and parameter control. Heuristic extensions are presented that allow optimization in constrained, multimodal, and multi-objective solution spaces. An adaptive penalty function is introduced for constrained optimization. Meta-models reduce the number of fitness and constraint function calls in expensive optimization problems. The hybridization of evolution strategies with local search allows fast optimization in solution spaces with many local optima. A selection operator based on reference lines in objective space is introduced to optimize multiple conflictive objectives. Evolutionary search is employed for learning kernel ...

  14. A New Multidisciplinary Design Optimization Method Accounting for Discrete and Continuous Variables under Aleatory and Epistemic Uncertainties

    Directory of Open Access Journals (Sweden)

    Hong-Zhong Huang

    2012-02-01

    Full Text Available Various uncertainties are inevitable in complex engineered systems and must be carefully treated in design activities. Reliability-Based Multidisciplinary Design Optimization (RBMDO has been receiving increasing attention in the past decades to facilitate designing fully coupled systems but also achieving a desired reliability considering uncertainty. In this paper, a new formulation of multidisciplinary design optimization, namely RFCDV (random/fuzzy/continuous/discrete variables Multidisciplinary Design Optimization (RFCDV-MDO, is developed within the framework of Sequential Optimization and Reliability Assessment (SORA to deal with multidisciplinary design problems in which both aleatory and epistemic uncertainties are present. In addition, a hybrid discrete-continuous algorithm is put forth to efficiently solve problems where both discrete and continuous design variables exist. The effectiveness and computational efficiency of the proposed method are demonstrated via a mathematical problem and a pressure vessel design problem.

  15. Sleep/Wakefulness Management in Continuous/Sustained Operations

    Science.gov (United States)

    2002-11-01

    eleventh and last lecture. Measures like phototherapy and adapted social environments are discussed, and problems associated with the use of chronobiotic...1-1 Individual Differences in Vigilance and Performance during Continuous/Sustained Operations Maria Casagrande Dipartimento di Psicologia Università...Carver CS, Scheier MF, Weintraub JK (1989) Assessing coping strategies: a theoretical based approach, Journal of Personality and Social Psychology

  16. A sparsity-regularized Born iterative method for reconstruction of two-dimensional piecewise continuous inhomogeneous domains

    KAUST Repository

    Sandhu, Ali Imran

    2016-04-10

    A sparsity-regularized Born iterative method (BIM) is proposed for efficiently reconstructing two-dimensional piecewise-continuous inhomogeneous dielectric profiles. Such profiles are typically not spatially sparse, which reduces the efficiency of the sparsity-promoting regularization. To overcome this problem, scattered fields are represented in terms of the spatial derivative of the dielectric profile and reconstruction is carried out over samples of the dielectric profile\\'s derivative. Then, like the conventional BIM, the nonlinear problem is iteratively converted into a sequence of linear problems (in derivative samples) and sparsity constraint is enforced on each linear problem using the thresholded Landweber iterations. Numerical results, which demonstrate the efficiency and accuracy of the proposed method in reconstructing piecewise-continuous dielectric profiles, are presented.

  17. COMPARISONS OF THE FINITE-ELEMENT-WITH-DISCONTIGUOUS-SUPPORT METHOD TO CONTINUOUS-ENERGY MONTE CARLO FOR PIN-CELL PROBLEMS

    Energy Technology Data Exchange (ETDEWEB)

    A. T. Till; M. Hanuš; J. Lou; J. E. Morel; M. L. Adams

    2016-05-01

    The standard multigroup (MG) method for energy discretization of the transport equation can be sensitive to approximations in the weighting spectrum chosen for cross-section averaging. As a result, MG often inaccurately treats important phenomena such as self-shielding variations across a material. From a finite-element viewpoint, MG uses a single fixed basis function (the pre-selected spectrum) within each group, with no mechanism to adapt to local solution behavior. In this work, we introduce the Finite-Element-with-Discontiguous-Support (FEDS) method, whose only approximation with respect to energy is that the angular flux is a linear combination of unknowns multiplied by basis functions. A basis function is non-zero only in the discontiguous set of energy intervals associated with its energy element. Discontiguous energy elements are generalizations of bands and are determined by minimizing a norm of the difference between snapshot spectra and their averages over the energy elements. We begin by presenting the theory of the FEDS method. We then compare to continuous-energy Monte Carlo for one-dimensional slab and two-dimensional pin-cell problem. We find FEDS to be accurate and efficient at producing quantities of interest such as reaction rates and eigenvalues. Results show that FEDS converges at a rate that is approximately first-order in the number of energy elements and that FEDS is less sensitive to weighting spectrum than standard MG.

  18. Discrete and continuous simulation theory and practice

    CERN Document Server

    Bandyopadhyay, Susmita

    2014-01-01

    When it comes to discovering glitches inherent in complex systems-be it a railway or banking, chemical production, medical, manufacturing, or inventory control system-developing a simulation of a system can identify problems with less time, effort, and disruption than it would take to employ the original. Advantageous to both academic and industrial practitioners, Discrete and Continuous Simulation: Theory and Practice offers a detailed view of simulation that is useful in several fields of study.This text concentrates on the simulation of complex systems, covering the basics in detail and exploring the diverse aspects, including continuous event simulation and optimization with simulation. It explores the connections between discrete and continuous simulation, and applies a specific focus to simulation in the supply chain and manufacturing field. It discusses the Monte Carlo simulation, which is the basic and traditional form of simulation. It addresses future trends and technologies for simulation, with par...

  19. 2nd conference on Continuous Media with Microstructure

    CERN Document Server

    Kuczma, Mieczysław

    2016-01-01

    This book presents research advances in the field of Continuous Media with Microstructure and considers the three complementary pillars of mechanical sciences: theory, research and computational simulation. It focuses on the following problems: thermodynamic and mathematical modeling of materials with extensions of classical constitutive laws, single and multicomponent media including modern multifunctional materials, wave propagation, multiscale and multiphysics processes, phase transformations, and porous, granular and composite materials. The book presents the proceedings of the 2nd Conference on Continuous Media with Microstructure, which was held in 2015 in Łagów, Poland, in memory of Prof. Krzysztof Wilmański. .

  20. Iterative Schemes for Convex Minimization Problems with Constraints

    Directory of Open Access Journals (Sweden)

    Lu-Chuan Ceng

    2014-01-01

    Full Text Available We first introduce and analyze one implicit iterative algorithm for finding a solution of the minimization problem for a convex and continuously Fréchet differentiable functional, with constraints of several problems: the generalized mixed equilibrium problem, the system of generalized equilibrium problems, and finitely many variational inclusions in a real Hilbert space. We prove strong convergence theorem for the iterative algorithm under suitable conditions. On the other hand, we also propose another implicit iterative algorithm for finding a fixed point of infinitely many nonexpansive mappings with the same constraints, and derive its strong convergence under mild assumptions.

  1. Problem prevention and holistic pest management [Chapter 14

    Science.gov (United States)

    Thomas D. Landis; Tara Luna; R. Kasten Dumroese; Kim M. Wilkinson

    2014-01-01

    As any experienced grower knows only too well, nursery management is a continuous process of solving problems. One recurring problem is pests. In the past, nursery managers waited for an insect or disease to appear and then sprayed some toxic chemical to wipe out the pest or disease. This approach, however, also wipes out natural predators of the pest, resulting in an...

  2. Traveling-wave solutions in continuous chains of unidirectionally coupled oscillators

    Science.gov (United States)

    Glyzin, S. D.; Kolesov, A. Yu; Rozov, N. Kh

    2017-12-01

    Proposed is a mathematical model of a continuous annular chain of unidirectionally coupled generators given by certain nonlinear advection-type hyperbolic boundary value problem. Such problems are constructed by a limit transition from annular chains of unidirectionally coupled ordinary differential equations with an unbounded increase in the number of links. It is shown that any preassigned finite number of stable periodic motions of the traveling-wave type can coexist in the model.

  3. Continuous-Time Mean-Variance Portfolio Selection under the CEV Process

    OpenAIRE

    Ma, Hui-qiang

    2014-01-01

    We consider a continuous-time mean-variance portfolio selection model when stock price follows the constant elasticity of variance (CEV) process. The aim of this paper is to derive an optimal portfolio strategy and the efficient frontier. The mean-variance portfolio selection problem is formulated as a linearly constrained convex program problem. By employing the Lagrange multiplier method and stochastic optimal control theory, we obtain the optimal portfolio strategy and mean-variance effici...

  4. Nonclassical Problem for Ultraparabolic Equation in Abstract Spaces

    Directory of Open Access Journals (Sweden)

    Gia Avalishvili

    2016-01-01

    Full Text Available Nonclassical problem for ultraparabolic equation with nonlocal initial condition with respect to one time variable is studied in abstract Hilbert spaces. We define the space of square integrable vector-functions with values in Hilbert spaces corresponding to the variational formulation of the nonlocal problem for ultraparabolic equation and prove trace theorem, which allows one to interpret initial conditions of the nonlocal problem. We obtain suitable a priori estimates and prove the existence and uniqueness of solution of the nonclassical problem and continuous dependence upon the data of the solution to the nonlocal problem. We consider an application of the obtained abstract results to nonlocal problem for ultraparabolic partial differential equation with second-order elliptic operator and obtain well-posedness result in Sobolev spaces.

  5. Joint Throughput Maximization and Fair Uplink Transmission Scheduling in CDMA Systems

    Directory of Open Access Journals (Sweden)

    Symeon Papavassiliou

    2009-01-01

    Full Text Available We study the fundamental problem of optimal transmission scheduling in a code-division multiple-access wireless system in order to maximize the uplink system throughput, while satisfying the users quality-of-service (QoS requirements and maintaining fairness among them. The corresponding problem is expressed as a weighted throughput maximization problem, under certain power and QoS constraints, where the weights are the control parameters reflecting the fairness constraints. With the introduction of the power index capacity, it is shown that this optimization problem can be converted into a binary knapsack problem, where all the corresponding constraints are replaced by the power index capacities at some certain system power index. A two-step approach is followed to obtain the optimal solution. First, a simple method is proposed to find the optimal set of users to receive service for a given fixed target system load, and then the optimal solution is obtained as a global search within a certain range. Furthermore, a stochastic approximation method is presented to effectively identify the required control parameters. The performance evaluation reveals the advantages of our proposed policy over other existing ones and confirms that it achieves very high throughput while maintains fairness among the users, under different channel conditions and requirements.

  6. 78 FR 20695 - Notice of a Public Meeting of the Advisory Committee on Apprenticeship (ACA)

    Science.gov (United States)

    2013-04-05

    ... City mall. It is also highly encouraged to use the Metro rail. 3. All purses, bags/briefcases carried... large bags (i.e., knapsacks, camera bags, backpacks and shopping bags, etc). Anyone with the mentioned.... Meeting participants not checked in inside the Pentagon Visitors Center by the scheduled meeting time will...

  7. Problem of Information Security Traffic on Internet

    Directory of Open Access Journals (Sweden)

    Slavko Šarić

    2012-10-01

    Full Text Available Internet information traffic becomes greater and moreimportant. With increasing growth of information importancerequirement for its security becomes indispensable. Theinformation security problem especially affect large and smallcompanies whose prosperity is depending on Internet presence.This affecting the three areas of Internet commerce: credit cardtransactions, virtual private networks and digital certification.To ensure information traffic it is necessary to find a solution,in a proper way, for three major problems: frontier problem,market problem and government problem. While the eventualemergence of security standards for Internet transactions isexpected, it will not automatically result in secure Internettransactions. In future, there is a wealth of security issues thatwill continue to require attention: internal security, continuedhacking, social engineering, malicious code, reliability andperformance, skills shortages and denial of se1vice attacks.

  8. Software problems in library automation in India

    OpenAIRE

    Francis, A. T.

    1998-01-01

    Important software problems faced by the library professionals in India are analysed and points out various compatibility and suitability issues in the selection of a library software. The paper also hints that these problems has affected the progress of computerisation of libraries. Upto date and detailed information on softwares available in India can prevent several issues that may arise in the course of computerisation. An agency/mechanism to continuously evaluate the softwares may be ...

  9. Analysis of convergence for control problems governed by evolution ...

    African Journals Online (AJOL)

    The convergence of a scheme to minimize a class of a system of continuous optimal control problems characterized by a system of evolution equations and a system of linear inequality and equality constraints with multiplier imbedding is considered. The result is applied to some problems and the scheme is found to exhibit ...

  10. Forest value and optimal rotations in continuous cover forestry

    DEFF Research Database (Denmark)

    Jacobsen, Jette Bredahl; Jensen, Frank; Thorsen, Bo Jellesmark

    2018-01-01

    The Faustmann forest rotation model is a celebrated contribution in economics. The model provides a forest value expression and allows a solution to the optimal rotation problem valid for perpetual rotations of even-aged forest stands. However, continuous forest cover forest management systems......, but rigorous mathematical model of the continuous cover forest, which strictly focuses on the area use dynamics that such an uneven-aged forest must have in equilibrium. This implies explicitly accounting for area reallocation and for weighting the productivity of each age class by the area occupied. We...... present results for unrestricted as well as area-restricted versions of the models. We find that land values are unambiguously higher in the continuous cover forest models compared with the even-aged models. Under area restrictions, the optimal rotation age in a continuous cover forest model...

  11. Discrete-continuous analysis of optimal equipment replacement

    OpenAIRE

    YATSENKO, Yuri; HRITONENKO, Natali

    2008-01-01

    In Operations Research, the equipment replacement process is usually modeled in discrete time. The optimal replacement strategies are found from discrete (or integer) programming problems, well known for their analytic and computational complexity. An alternative approach is represented by continuous-time vintage capital models that explicitly involve the equipment lifetime and are described by nonlinear integral equations. Then the optimal replacement is determined via the opt...

  12. Elastic LiDAR Fusion: Dense Map-Centric Continuous-Time SLAM

    OpenAIRE

    Park, Chanoh; Moghadam, Peyman; Kim, Soohwan; Elfes, Alberto; Fookes, Clinton; Sridharan, Sridha

    2017-01-01

    The concept of continuous-time trajectory representation has brought increased accuracy and efficiency to multi-modal sensor fusion in modern SLAM. However, regardless of these advantages, its offline property caused by the requirement of global batch optimization is critically hindering its relevance for real-time and life-long applications. In this paper, we present a dense map-centric SLAM method based on a continuous-time trajectory to cope with this problem. The proposed system locally f...

  13. Resolvent approach for two-dimensional scattering problems. Application to the nonstationary Schrödinger problem and the KPI equation

    Science.gov (United States)

    Boiti, M.; Pempinelli, F.; Pogrebkov, A. K.; Polivanov, M. C.

    1992-11-01

    The resolvent operator of the linear problem is determined as the full Green function continued in the complex domain in two variables. An analog of the known Hilbert identity is derived. We demonstrate the role of this identity in the study of two-dimensional scattering. Considering the nonstationary Schrödinger equation as an example, we show that all types of solutions of the linear problems, as well as spectral data known in the literature, are given as specific values of this unique function — the resolvent function. A new form of the inverse problem is formulated.

  14. Boundary-value problems with free boundaries for elliptic systems of equations

    CERN Document Server

    Monakhov, V N

    1983-01-01

    This book is concerned with certain classes of nonlinear problems for elliptic systems of partial differential equations: boundary-value problems with free boundaries. The first part has to do with the general theory of boundary-value problems for analytic functions and its applications to hydrodynamics. The second presents the theory of quasiconformal mappings, along with the theory of boundary-value problems for elliptic systems of equations and applications of it to problems in the mechanics of continuous media with free boundaries: problems in subsonic gas dynamics, filtration theory, and problems in elastico-plasticity.

  15. Spouses of older adults with late-life drinking problems: health, family, and social functioning.

    Science.gov (United States)

    Moos, Rudolf H; Brennan, Penny L; Schutte, Kathleen K; Moos, Bernice S

    2010-07-01

    This study focuses on the health, family, and social functioning of spouses of late-life remitted and continuing problem drinkers, and on predictors of spouses' alcohol-related functioning and depressive symptoms. Three groups of spouses were compared at baseline and a 10-year follow-up: (a) spouses (n = 73) of older adults who had no drinking problems at baseline or follow-up, (b) spouses (n = 25) of older adults who had drinking problems at baseline but not follow-up, and (c) spouses (n = 69) of older adults who had drinking problems at both baseline and follow-up. At each contact point, spouses completed an inventory that assessed their alcohol-related, health, family, and social functioning. At baseline, compared with spouses of problem-free individuals, spouses of older adults whose drinking problems later remitted reported more alcohol consumption, poorer health, more depressive symptoms, and less involvement in domestic tasks and social and religious activities. At the 10-year follow-up, spouses of remitted problem drinkers were comparable to spouses of problem-free individuals, but spouses of continuing problem drinkers consumed more alcohol, incurred more alcohol-related consequences, and had friends who approved more of drinking. Overall, spouses whose friends approved more of drinking and whose partners consumed more alcohol and had drinking problems were likely to consume more alcohol and to have drinking problems themselves. Spouses of older adults whose late-life drinking problems remit can attain normal functioning; however, spouses of older adults with continuing late-life drinking problems experience some ongoing deficits.

  16. Spouses of Older Adults With Late-Life Drinking Problems: Health, Family, and Social Functioning*

    Science.gov (United States)

    Moos, Rudolf H.; Brennan, Penny L.; Schutte, Kathleen K.; Moos, Bernice S.

    2010-01-01

    Objective: This study focuses on the health, family, and social functioning of spouses of late-life remitted and continuing problem drinkers, and on predictors of spouses' alcohol-related functioning and depressive symptoms. Method: Three groups of spouses were compared at baseline and a 10-year follow-up: (a) spouses (n = 73) of older adults who had no drinking problems at baseline or follow-up, (b) spouses (n = 25) of older adults who had drinking problems at baseline but not follow-up, and (c) spouses (n = 69) of older adults who had drinking problems at both baseline and follow-up. At each contact point, spouses completed an inventory that assessed their alcohol-related, health, family, and social functioning. Results: At baseline, compared with spouses of problem-free individuals, spouses of older adults whose drinking problems later remitted reported more alcohol consumption, poorer health, more depressive symptoms, and less involvement in domestic tasks and social and religious activities. At the 10-year follow-up, spouses of remitted problem drinkers were comparable to spouses of problem-free individuals, but spouses of continuing problem drinkers consumed more alcohol, incurred more alcohol-related consequences, and had friends who approved more of drinking. Overall, spouses whose friends approved more of drinking and whose partners consumed more alcohol and had drinking problems were likely to consume more alcohol and to have drinking problems themselves. Conclusions: Spouses of older adults whose late-life drinking problems remit can attain normal functioning; however, spouses of older adults with continuing late-life drinking problems experience some ongoing deficits. PMID:20553658

  17. Large scale 2D spectral compressed sensing in continuous domain

    KAUST Repository

    Cai, Jian-Feng

    2017-06-20

    We consider the problem of spectral compressed sensing in continuous domain, which aims to recover a 2-dimensional spectrally sparse signal from partially observed time samples. The signal is assumed to be a superposition of s complex sinusoids. We propose a semidefinite program for the 2D signal recovery problem. Our model is able to handle large scale 2D signals of size 500 × 500, whereas traditional approaches only handle signals of size around 20 × 20.

  18. Large scale 2D spectral compressed sensing in continuous domain

    KAUST Repository

    Cai, Jian-Feng; Xu, Weiyu; Yang, Yang

    2017-01-01

    We consider the problem of spectral compressed sensing in continuous domain, which aims to recover a 2-dimensional spectrally sparse signal from partially observed time samples. The signal is assumed to be a superposition of s complex sinusoids. We propose a semidefinite program for the 2D signal recovery problem. Our model is able to handle large scale 2D signals of size 500 × 500, whereas traditional approaches only handle signals of size around 20 × 20.

  19. Learning from the continuities in humanity and nature

    Science.gov (United States)

    William R., Jr. Burch

    1977-01-01

    Though the emphasis in American life is upon dramatic social change, the firmer reality is our great continuity in social behavior and institutions. For example, though many strategies of child rearing have cycled through human society, the basic problems and responsible social unit remain the same. Of necessity, children have an ordered and holistic view of nature and...

  20. Values of problem choice and communication

    DEFF Research Database (Denmark)

    Misfeldt, Morten; Willum Johansen, Mikkel

    in general and a few locally leading figures in particular, might think about a certain problem are very present when mathematicians consider whether or not to pursue the problem. Understanding such criterion reveal insights into what is valued in the mathematical community as such, and how this differs......In this presentation we will report from a qualitative investigation of the practice of mathematicians, with focus on how mathematical values come into play in relation to problem choice and communication of thoughts and results. We have shown that mathematicians balance three criteria’s when...... choosing what problems to work on. These criteria include continuity to previous work, metacognitive considerations and a number of criteria relating to the values in both the larger mathematical community and smaller sub communities. The data shows that considerations about what other mathematicians...

  1. Gaussian variable neighborhood search for the file transfer scheduling problem

    Directory of Open Access Journals (Sweden)

    Dražić Zorica

    2016-01-01

    Full Text Available This paper presents new modifications of Variable Neighborhood Search approach for solving the file transfer scheduling problem. To obtain better solutions in a small neighborhood of a current solution, we implement two new local search procedures. As Gaussian Variable Neighborhood Search showed promising results when solving continuous optimization problems, its implementation in solving the discrete file transfer scheduling problem is also presented. In order to apply this continuous optimization method to solve the discrete problem, mapping of uncountable set of feasible solutions into a finite set is performed. Both local search modifications gave better results for the large size instances, as well as better average performance for medium and large size instances. One local search modification achieved significant acceleration of the algorithm. The numerical experiments showed that the results obtained by Gaussian modifications are comparable with the results obtained by standard VNS based algorithms, developed for combinatorial optimization. In some cases Gaussian modifications gave even better results. [Projekat Ministarstava nauke Republike Srbije, br. 174010

  2. Impulsive Control for Continuous-Time Markov Decision Processes: A Linear Programming Approach

    Energy Technology Data Exchange (ETDEWEB)

    Dufour, F., E-mail: dufour@math.u-bordeaux1.fr [Bordeaux INP, IMB, UMR CNRS 5251 (France); Piunovskiy, A. B., E-mail: piunov@liv.ac.uk [University of Liverpool, Department of Mathematical Sciences (United Kingdom)

    2016-08-15

    In this paper, we investigate an optimization problem for continuous-time Markov decision processes with both impulsive and continuous controls. We consider the so-called constrained problem where the objective of the controller is to minimize a total expected discounted optimality criterion associated with a cost rate function while keeping other performance criteria of the same form, but associated with different cost rate functions, below some given bounds. Our model allows multiple impulses at the same time moment. The main objective of this work is to study the associated linear program defined on a space of measures including the occupation measures of the controlled process and to provide sufficient conditions to ensure the existence of an optimal control.

  3. Patient perspectives on continuity of care: adaption and preliminary psychometric assessment of a Norwegian version of the Nijmegen Continuity Questionnaire (NCQ-N

    Directory of Open Access Journals (Sweden)

    Øystein Hetlevik

    2017-11-01

    Full Text Available Abstract Background Continuity of care is regarded as a core quality element in healthcare. Continuity can be related to one or more specific caregivers but also applies to collaboration within a team or across boundaries of healthcare. Measuring continuity is important to identify problems and evaluate quality improvement of interventions. This study aimed to assess the feasibility and psychometric properties of a Norwegian version of the Nijmegen Continuity Questionnaire (NCQ. Methods The NCQ was developed in The Netherlands. It measures patients’ experienced continuity of care across multiple care settings and as a multidimensional concept regardless of morbidity. The NCQ comprises 28 items categorised into three subscales; two personal continuity scales, “care giver knows me” and “shows commitment”, asked regarding the patient’s general practitioner (GP and the most important specialist; and one “team/cross boundary continuity” scale, asked regarding primary care, specialised care and cooperation between GP and specialist, with a total of seven factors. The NCQ was translated and adapted to Norwegian (NCQ-N and distributed among patients referred to somatic rehabilitation (N = 984, response rate 34.5%. Confirmatory factor analyses (CFA, Cronbach’s alpha, intra-class correlation (ICC and Bland–Altman plots were used to assess psychometric properties. Results All patients (N = 375 who had responded to all parts of the NCQ-N were included in CFA. The CFA fit indices (CFI 0.941, RMSEA 0.064 (95% CI 0.059–0.070, SRMR 0.041 support a seven-factor structure in the NCQ-N based on the three subscales of the original NCQ. Cronbach’s alpha showed internal consistency (0.84–0.97, and was highest for the team/cross-boundary subscales. The NCQ-N showed overall high reliability with ICC 0.84–91 for personal continuity factors and 0.67–0.91 for team factors, with the lowest score for team continuity within primary care

  4. Do Continuing Medical Education Articles Foster Shared Decision Making?

    Science.gov (United States)

    Labrecque, Michel; Lafortune, Valerie; Lajeunesse, Judith; Lambert-Perrault, Anne-Marie; Manrique, Hermes; Blais, Johanne; Legare, France

    2010-01-01

    Introduction: Defined as reviews of clinical aspects of a specific health problem published in peer-reviewed and non-peer-reviewed medical journals, offered without charge, continuing medical education (CME) articles form a key strategy for translating knowledge into practice. This study assessed CME articles for mention of evidence-based…

  5. System View of Business Continuity Management

    Directory of Open Access Journals (Sweden)

    Vlasta Svata

    2013-04-01

    Full Text Available We are living in time where the impact on continuity still grows both on the side our personal lives and business activities. In the same time different international, regional, national, state and private organizations initiated to provide different actions and regulations in order to find the best solutions of this situation. The result is that there exist the whole set of different views over this problem. The main aim of this article is to map this situation, to provide the general framework of business continuity management (BCM and to discuss its main parts and their mutual relationships. Special impact is given to the integration of the business and IT oriented solutions and ways of assurance initiatives helping managers to assess the implemented solutions and their compliance to the business strategy and other existing regulations.

  6. Continuous Analog of Accelerated OS-EM Algorithm for Computed Tomography

    Directory of Open Access Journals (Sweden)

    Kiyoko Tateishi

    2017-01-01

    Full Text Available The maximum-likelihood expectation-maximization (ML-EM algorithm is used for an iterative image reconstruction (IIR method and performs well with respect to the inverse problem as cross-entropy minimization in computed tomography. For accelerating the convergence rate of the ML-EM, the ordered-subsets expectation-maximization (OS-EM with a power factor is effective. In this paper, we propose a continuous analog to the power-based accelerated OS-EM algorithm. The continuous-time image reconstruction (CIR system is described by nonlinear differential equations with piecewise smooth vector fields by a cyclic switching process. A numerical discretization of the differential equation by using the geometric multiplicative first-order expansion of the nonlinear vector field leads to an exact equivalent iterative formula of the power-based OS-EM. The convergence of nonnegatively constrained solutions to a globally stable equilibrium is guaranteed by the Lyapunov theorem for consistent inverse problems. We illustrate through numerical experiments that the convergence characteristics of the continuous system have the highest quality compared with that of discretization methods. We clarify how important the discretization method approximates the solution of the CIR to design a better IIR method.

  7. Some problems of coastal pollution in India

    Digital Repository Service at National Institute of Oceanography (India)

    Qasim, S.Z.; SenGupta, R.

    the IIOE, extensive investigations on these environmental features were continued till this date during the cruises of INS Darshak, RV Gaveshani and ORV Sagar Kanya. The present report deals with some of the problems related to pollution of coastal waters...

  8. Underground Coal-Fires in Xinjiang, China: A Continued Effort in Applying Geophysics to Solve a Local Problem and to Mitigate a Global Hazard

    Science.gov (United States)

    Wuttke, M. W.; Halisch, M.; Tanner, D. C.; Cai, Z. Y.; Zeng, Q.; Wang, C.

    2012-04-01

    Spontaneous uncontrolled coal seam fires are a well known phenomenon that causes severe environmental problems and severe impact on natural coal reserves. Coal fires are a worldwide phenomenon, but in particular in Xinjiang, that covers 17.3 % of Chinas area and hosts approx 42 % of its coal resources. In Xinjiang since more than 50 years a rigorous strategy for fire fighting on local and regional scale is persued. The Xinjiang Coalfield Fire Fighting Bureau (FFB) has developed technologies and methods to deal with any known fire. Many fires have been extinguished already, but the problem is still there if not even growing. This problem is not only a problem for China due to the loss of valuable energy resources, but it is also a worldwide threat because of the generation of substantial amounts of greenhouse gases. Through the FFB, China is struggling to overcome this, but the activities could be much enhanced by the continuation of the already successful conjoint operations. The last ten years have seen two successful cooperative projects between China and Germany on the field of coal-fire fighting, namely the German Technical Cooperation Project on Coal Fire in Xinjiang and the Sino-German Coal Fire Research Initiative funded by the corresponding ministeries of both countries. A persistent task in the fire fighting is the identification and supervision of areas with higher risks for the ignition of coal fires, the exploration of already ignited fire zones to extinguish the fires and the monitoring of extinguished fires to detect as early as possible process that may foster re-ignition. This can be achieved by modeling both the structures and the processes that are involved. This has also been a promising part of the past cooperation projects, yet to be transformed into a standard application of fire fighting procedures. In this contribution we describe the plans for a new conjoint project between China and Germany where on the basis of field investigations and

  9. Effects of long-term continuous cropping on soil nematode community and soil condition associated with replant problem in strawberry habitat

    Science.gov (United States)

    Li, Xingyue; Lewis, Edwin E.; Liu, Qizhi; Li, Heqin; Bai, Chunqi; Wang, Yuzhu

    2016-08-01

    Continuous cropping changes soil physiochemical parameters, enzymes and microorganism communities, causing “replant problem” in strawberry cultivation. We hypothesized that soil nematode community would reflect the changes in soil conditions caused by long-term continuous cropping, in ways that are consistent and predictable. To test this hypothesis, we studied the soil nematode communities and several soil parameters, including the concentration of soil phenolic acids, organic matter and nitrogen levels, in strawberry greenhouse under continuous-cropping for five different durations. Soil pH significantly decreased, and four phenolic acids, i.e., p-hydroxybenzoic acid, ferulic acid, cinnamic acid and p-coumaric acid, accumulated with time under continuous cropping. The four phenolic acids were highly toxic to Acrobeloides spp., the eudominant genus in non-continuous cropping, causing it to reduce to a resident genus after seven-years of continuous cropping. Decreased nematode diversity indicated loss of ecosystem stability and sustainability because of continuous-cropping practice. Moreover, the dominant decomposition pathway was altered from bacterial to fungal under continuous cropping. Our results suggest that along with the continuous-cropping time in strawberry habitat, the soil food web is disturbed, and the available plant nutrition as well as the general health of the soil deteriorates; these changes can be indicated by soil nematode community.

  10. A neural network approach to the orienteering problem

    Energy Technology Data Exchange (ETDEWEB)

    Golden, B.; Wang, Q.; Sun, X.; Jia, J.

    1994-12-31

    In the orienteering problem, we are given a transportation network in which a start point and an end point are specified. Other points have associated scores. Given a fixed amount of time, the goal is to determine a path from start to end through a subset of locations in order to maximize the total path score. This problem has received a considerable amount of attention in the last ten years. The TSP is a variant of the orienteering problem. This paper applies a modified, continuous Hopfield neural network to attack this NP-hard optimization problem. In it, we design an effective energy function and learning algorithm. Unlike some applications of neural networks to optimization problems, this approach is shown to perform quite well.

  11. On Helmholtz Problem for Plane Periodical Structures

    International Nuclear Information System (INIS)

    Akishin, P.G.; Vinitskij, S.I.

    1994-01-01

    The plane Helmholtz problem of the periodical disc structures with the phase shifts conditions of the solutions along the basis lattice vectors and the Dirichlet conditions on the basic boundaries is considered. The Green function satisfying the quasi periodical conditions on the lattice is constructed. The Helmholtz problem is reduced to the boundary integral equations for the simple layer potentials of this Green function. The methods of the discretization of the arising integral equations are proposed. The procedures of calculation of the matrix elements are discussed. The reality of the spectral parameter of the nonlinear continuous and discretized problems is shown. 8 refs., 2 figs

  12. A Continuous Formulation for Logical Decisions in Differential Algebraic Systems using Mathematical Programs with Complementarity Constraints

    Directory of Open Access Journals (Sweden)

    Kody M. Powell

    2016-03-01

    Full Text Available This work presents a methodology to represent logical decisions in differential algebraic equation simulation and constrained optimization problems using a set of continuous algebraic equations. The formulations may be used when state variables trigger a change in process dynamics, and introduces a pseudo-binary decision variable, which is continuous, but should only have valid solutions at values of either zero or one within a finite time horizon. This formulation enables dynamic optimization problems with logical disjunctions to be solved by simultaneous solution methods without using methods such as mixed integer programming. Several case studies are given to illustrate the value of this methodology including nonlinear model predictive control of a chemical reactor using a surge tank with overflow to buffer disturbances in feed flow rate. Although this work contains novel methodologies for solving dynamic algebraic equation (DAE constrained problems where the system may experience an abrupt change in dynamics that may otherwise require a conditional statement, there remain substantial limitations to this methodology, including a limited domain where problems may converge and the possibility for ill-conditioning. Although the problems presented use only continuous algebraic equations, the formulation has inherent non-smoothness. Hence, these problems must be solved with care and only in select circumstances, such as in simulation or situations when the solution is expected to be near the solver’s initial point.

  13. Periodic oscillations in linear continuous media coupled with nonlinear discrete systems

    International Nuclear Information System (INIS)

    Lupini, R.

    1998-01-01

    A general derivation of partial differential equations with boundary conditions in the form of ordinary differential equations is obtained using the principle of stationary action for a Lagrangian function composed of continuous plus discrete parts in interaction across the boundaries of a 1-dimensional medium. This approach leads directly to the theorem of energy conservation. For linear continuous medium, homogeneous Dirichlet condition at one boundary, and nonlinear oscillator at the other boundary, the entire differential problem reduces to a nonlinear differential-difference equation of neutral type and of the second order. The lag parameter is τ = l/c, where c is the phase speed, l the length of the continuum. The Author investigate the problem of the occurrence of periodic solutions of period integer multiple of the lag (super harmonic solutions) in the case of zero inertia of the boundary system. The problem for such oscillations is shown to reduce to systems of ordinary differential equations with matching conditions in a phase space of lower dimensionality: Phase-plane techniques are used to determine solutions of period 4τ, 8τ and 6τ

  14. Voltage stability analysis using a modified continuation load flow ...

    African Journals Online (AJOL)

    This paper addresses the rising problem of identifying the voltage stability limits of load buses in a power system and how to optimally place capacitor banks for voltage stability improvement. This paper uses the concept of the continuation power flow analysis used in voltage stability analysis. It uses the modified ...

  15. On a class of non-Gauss continual integrals

    International Nuclear Information System (INIS)

    Dubovikov, M.M.

    1984-01-01

    For a certain class of continual integrals with the nonquadratic exponent the solution in the form of a series in the parameter b, inverse, to the standard perturbation theory have been obtained. This series converges for all b>0. The method developed allows us, for example, to solve the well-known problem of the propagation of light in turbulent atmospheric media

  16. Subcutaneous drug infusions: a review of problems and solutions.

    Science.gov (United States)

    Mitten, T

    2001-02-01

    Subcutaneous drug infusion using a portable syringe driver has had a significant impact on patient comfort in palliative care. It permits the continuous delivery of a range of drug therapies, so bypassing problems of dysphagia, weakness and the inability of many patients in the terminal phase to take oral medication. The devices are not problem-free, however. Mechanical problems, reactions at the infusion site and difficulties with the mixing of drugs in the syringe are all widely recognized. This article reviews some general issues with the operation of portable syringe drivers, and discusses a range of potential problems and their solutions.

  17. Multiparametric programming based algorithms for pure integer and mixed-integer bilevel programming problems

    KAUST Repository

    Domínguez, Luis F.

    2010-12-01

    This work introduces two algorithms for the solution of pure integer and mixed-integer bilevel programming problems by multiparametric programming techniques. The first algorithm addresses the integer case of the bilevel programming problem where integer variables of the outer optimization problem appear in linear or polynomial form in the inner problem. The algorithm employs global optimization techniques to convexify nonlinear terms generated by a reformulation linearization technique (RLT). A continuous multiparametric programming algorithm is then used to solve the reformulated convex inner problem. The second algorithm addresses the mixed-integer case of the bilevel programming problem where integer and continuous variables of the outer problem appear in linear or polynomial forms in the inner problem. The algorithm relies on the use of global multiparametric mixed-integer programming techniques at the inner optimization level. In both algorithms, the multiparametric solutions obtained are embedded in the outer problem to form a set of single-level (M)(I)(N)LP problems - which are then solved to global optimality using standard fixed-point (global) optimization methods. Numerical examples drawn from the open literature are presented to illustrate the proposed algorithms. © 2010 Elsevier Ltd.

  18. Minimum Energy Control of 2D Positive Continuous-Discrete Linear Systems

    Directory of Open Access Journals (Sweden)

    Kaczorek Tadeusz

    2014-09-01

    Full Text Available The minimum energy control problem for the 2D positive continuous-discrete linear systems is formulated and solved. Necessary and sufficient conditions for the reachability at the point of the systems are given. Sufficient conditions for the existence of solution to the problem are established. It is shown that if the system is reachable then there exists an optimal input that steers the state from zero boundary conditions to given final state and minimizing the performance index for only one step (q = 1. A procedure for solving of the problem is proposed and illustrated by a numerical example.

  19. Existence results for boundary problems for uniformly elliptic and parabolic fully nonlinear equations

    Directory of Open Access Journals (Sweden)

    M. G. Crandall

    1999-07-01

    Full Text Available We study existence of continuous weak (viscosity solutions of Dirichlet and Cauchy-Dirichlet problems for fully nonlinear uniformly elliptic and parabolic equations. Two types of results are obtained in contexts where uniqueness of solutions fails or is unknown. For equations with merely measurable coefficients we prove solvability of the problem, while in the continuous case we construct maximal and minimal solutions. Necessary barriers on external cones are also constructed.

  20. Cumulative Risk and Continuity in Nonparental Care from Infancy to Early Adolescence.

    Science.gov (United States)

    Colwell, Malinda J; Pettit, Gregory S; Meece, Darrell; Bates, John E; Dodge, Kenneth A

    2001-04-01

    Variations in amounts of nonparental care across infancy, preschool, early elementary school, and early adolescence were examined in a longitudinal sample (N = 438). Of interest was (a) continuity in use of the different arrangements, (b) whether the arrangements were additively and cumulatively associated with children's externalizing behavior problems, and (c) whether predictive relations were accounted for by social-ecological (socioeconomic status, mothers' employment status, marital status) and social-experiential (parenting quality, exposure to aggressive peers) factors. Correlations among overall amounts of care provided little evidence of cross-time continuity. Consistent with the cumulative risk perspective, Grade 1 self-care and Grade 6 unsupervised peer contact incrementally predicted Grade 6 externalizing problems. Most of the predictive associations were accounted for by family background and social relationship factors.

  1. Continuing Education Preferences, Facilitators, and Barriers for Nursing Home Nurses.

    Science.gov (United States)

    Dyck, Mary J; Kim, Myoung Jin

    2018-01-01

    The purpose of the study was to determine the continuing education needs for nursing home nurses in rural central Illinois and to determine any potential facilitators or barriers to obtaining continuing education. Data were collected using the Educational Needs Assessment questionnaire. Descriptive statistics were computed to examine continuing education preferences, facilitators, and barriers among nursing home nurses. Independent samples t tests were used to compare preferences between administrative and staff nurses. The sample included 317 nurses from 34 facilities. The five top needs were related to clinical problems. Administrative nurses had greater needs for professional issues, managerial skills, and quality improvement than staff nurses. Barriers included rural settings, need for vacation time for programs, and inadequate staffing. Continuing education needs of nursing home nurses in Illinois are similar to previous studies conducted in Arizona and North Carolina. Continuing education barriers were mostly organizational, rather than personal. J Contin Nurs Educ. 2018;49(1):26-33. Copyright 2018, SLACK Incorporated.

  2. Analytical Assessment for Transient Stability Under Stochastic Continuous Disturbances

    Energy Technology Data Exchange (ETDEWEB)

    Ju, Ping [Hohai Univ., Nanjing (China); Li, Hongyu [Hohai Univ., Nanjing (China); Gan, Chun [The Univ. of Tennessee, Knoxville, TN (United States); Liu, Yong [The Univ. of Tennessee, Knoxville, TN (United States); Yu, Yiping [Hohai Univ., Nanjing (China); Liu, Yilu [Univ. of Tennessee, Knoxville, TN (United States)

    2017-06-28

    Here, with the growing integration of renewable power generation, plug-in electric vehicles, and other sources of uncertainty, increasing stochastic continuous disturbances are brought to power systems. The impact of stochastic continuous disturbances on power system transient stability attracts significant attention. To address this problem, this paper proposes an analytical assessment method for transient stability of multi-machine power systems under stochastic continuous disturbances. In the proposed method, a probability measure of transient stability is presented and analytically solved by stochastic averaging. Compared with the conventional method (Monte Carlo simulation), the proposed method is many orders of magnitude faster, which makes it very attractive in practice when many plans for transient stability must be compared or when transient stability must be analyzed quickly. Also, it is found that the evolution of system energy over time is almost a simple diffusion process by the proposed method, which explains the impact mechanism of stochastic continuous disturbances on transient stability in theory.

  3. Definitional Elasticity in the Measurement of Intergenerational Continuity in Substance Use.

    Science.gov (United States)

    Loughran, Thomas A; Larroulet, Pilar; Thornberry, Terence P

    2017-06-22

    Increasingly, three generation studies have investigated intergenerational (IG) continuity and discontinuity in substance use and related problem behaviors. However, surprisingly little attention has been paid to the conceptual definition of continuity or to different types of discontinuity (resilience and escalation) or to measurement sensitivity, which affects not only the magnitudes of observed continuity but also factors that correlate with this linkage. This study uses longitudinal data on 427 parent-child dyads from the Rochester IG Study to study continuity and discontinuity in substance use over ages 14-18. Results suggest that the degree of IG continuity, resilience, and escalation in adolescent substance use, as well as correlates of each, depend heavily on how heterogeneity in the behavior is taken into account. © 2017 The Authors. Child Development © 2017 Society for Research in Child Development, Inc.

  4. The Profit-Maximizing Weber Problem

    OpenAIRE

    HANSEN, Pierre; PEETERS, Dominique; THISSE, Jacques-François

    1994-01-01

    We consider the location of a single-plant firm in a continuous space under five different pricing policies: (i) spatial discriminatory pricing; (ii) uniform delivered pricing; (iii) uniform mill pricing; (iv) zone pricing; and (v) mixed pricing where clients have the choice between pick-up or delivery. Global optimization methods are proposed for solving the cOlTesponding problems and numerical experiments are reported on.

  5. Risk Factors in Adolescent Problem Behaviors Among Native and Nonnative Americans

    OpenAIRE

    Christensen, Roger B.

    1998-01-01

    The high incidence of adolescent problem behaviors in the United States raises major concerns. These problem behaviors include: sexually transmitted diseases, unintended pregnancies, suicide, depression, substance abuse, crime against persons and property, and delinquency. Consequently, there continues to be a high level of concern and interest in different ethnic populations of adolescents and their level of risk. This study evaluated the following problem behaviors: substance abuse, suic...

  6. Methods for Automated and Continuous Commissioning of Building Systems

    Energy Technology Data Exchange (ETDEWEB)

    Larry Luskay; Michael Brambley; Srinivas Katipamula

    2003-04-30

    Avoidance of poorly installed HVAC systems is best accomplished at the close of construction by having a building and its systems put ''through their paces'' with a well conducted commissioning process. This research project focused on developing key components to enable the development of tools that will automatically detect and correct equipment operating problems, thus providing continuous and automatic commissioning of the HVAC systems throughout the life of a facility. A study of pervasive operating problems reveled the following would most benefit from an automated and continuous commissioning process: (1) faulty economizer operation; (2) malfunctioning sensors; (3) malfunctioning valves and dampers, and (4) access to project design data. Methodologies for detecting system operation faults in these areas were developed and validated in ''bare-bones'' forms within standard software such as spreadsheets, databases, statistical or mathematical packages. Demonstrations included flow diagrams and simplified mock-up applications. Techniques to manage data were demonstrated by illustrating how test forms could be populated with original design information and the recommended sequence of operation for equipment systems. Proposed tools would use measured data, design data, and equipment operating parameters to diagnosis system problems. Steps for future research are suggested to help more toward practical application of automated commissioning and its high potential to improve equipment availability, increase occupant comfort, and extend the life of system equipment.

  7. A discretized algorithm for the solution of a constrained, continuous ...

    African Journals Online (AJOL)

    A discretized algorithm for the solution of a constrained, continuous quadratic control problem. ... The results obtained show that the Discretized constrained algorithm (DCA) is much more accurate and more efficient than some of these techniques, particularly the FSA. Journal of the Nigerian Association of Mathematical ...

  8. The continuing problem with misoprostol

    African Journals Online (AJOL)

    discovered additional benefit, it is predominantly a psychotropic agent for the treatment of psychotic delusions in schizophrenia. Misoprostol can be used in low doses to soften the cervix to allow instrumentation for suction evacuation of the uterus in termination or incomplete miscarriage, or to soften the cervix prior.

  9. The continuing problem of tetanus.

    Science.gov (United States)

    Percy, A S; Kukora, J S

    1985-04-01

    Thirty-eight instances of tetanus were treated during a recent 20 year period at the University of Mississippi and Jackson Veterans Administration Medical Centers. One patient had received a single prior dose of tetanus toxoid and the remainder had never received tetanus toxoid. Sixteen patients sought medical care for their tetanus wound prior to the onset of clinical tetanus, but none received specific antitetanus prophylaxis. The majority of tetanus wounds were located on lower extremities and often were chronic vascular ulcers. The over-all mortality was 37 per cent and survival rate was not affected by patient age, duration, location or severity of the tetanus wound or presence of associated diseases. Aggressive surgical treatment of the tetanus wound was associated with decreased mortality for uncertain reasons. Although low mortality from tetanus is possible with improved intensive care technology, the disease should be virtually preventable by the provision of proper tetanus prophylaxis to all patients at risk.

  10. [Modeling continuous scaling of NDVI based on fractal theory].

    Science.gov (United States)

    Luan, Hai-Jun; Tian, Qing-Jiu; Yu, Tao; Hu, Xin-Li; Huang, Yan; Du, Ling-Tong; Zhao, Li-Min; Wei, Xi; Han, Jie; Zhang, Zhou-Wei; Li, Shao-Peng

    2013-07-01

    Scale effect was one of the very important scientific problems of remote sensing. The scale effect of quantitative remote sensing can be used to study retrievals' relationship between different-resolution images, and its research became an effective way to confront the challenges, such as validation of quantitative remote sensing products et al. Traditional up-scaling methods cannot describe scale changing features of retrievals on entire series of scales; meanwhile, they are faced with serious parameters correction issues because of imaging parameters' variation of different sensors, such as geometrical correction, spectral correction, etc. Utilizing single sensor image, fractal methodology was utilized to solve these problems. Taking NDVI (computed by land surface radiance) as example and based on Enhanced Thematic Mapper Plus (ETM+) image, a scheme was proposed to model continuous scaling of retrievals. Then the experimental results indicated that: (a) For NDVI, scale effect existed, and it could be described by fractal model of continuous scaling; (2) The fractal method was suitable for validation of NDVI. All of these proved that fractal was an effective methodology of studying scaling of quantitative remote sensing.

  11. Generalized network improvement and packing problems

    CERN Document Server

    Holzhauser, Michael

    2016-01-01

    Michael Holzhauser discusses generalizations of well-known network flow and packing problems by additional or modified side constraints. By exploiting the inherent connection between the two problem classes, the author investigates the complexity and approximability of several novel network flow and packing problems and presents combinatorial solution and approximation algorithms. Contents Fractional Packing and Parametric Search Frameworks Budget-Constrained Minimum Cost Flows: The Continuous Case Budget-Constrained Minimum Cost Flows: The Discrete Case Generalized Processing Networks Convex Generalized Flows Target Groups Researchers and students in the fields of mathematics, computer science, and economics Practitioners in operations research and logistics The Author Dr. Michael Holzhauser studied computer science at the University of Kaiserslautern and is now a research fellow in the Optimization Research Group at the Department of Mathematics of the University of Kaiserslautern.

  12. Organizational learning perspective on continuous improvement and innovation in product realization

    DEFF Research Database (Denmark)

    Møller, Christina Villefrance

    with cross-functional collaboration in solving problems that subsequently restraining continuous improvement and innovation (CII) in product realization. This research project apply an organizational learning perspective on cross-functional problem solving in product realization processes. The research...... project has two main objectives, first to develop and test a CIIprogram that integrates cross-functional work practices into product realization. The second objective is to enhance understanding of organizational learning processes in cross-functional and multilevel settings within manufacturing....

  13. Main Directions in Ensuring Business Continuity for Information and Telecommunication Systems of High Availability

    Directory of Open Access Journals (Sweden)

    Boris Mikhailovich Egorov

    2014-12-01

    Full Text Available Enterprise Continuity Program, Information and Telecommunication System of Bank of Russia The results of the analysis of the main directions to ensure business continuity for the information and telecommunication systems of high availability in relation to expansion of the problems range, their intellectualization and the modern IT implementation are given.

  14. Maintenance problems on reciprocating compressors [Paper No.: VA-3

    International Nuclear Information System (INIS)

    Lakshminarayan, S.

    1981-01-01

    The Heavy Water Plant at Baroda has a number of reciprocting compressors for handling synthesis gas, refrigeration ammonia and air for instrumentation. As these compressors are running continuously, their parts are subjected to wear and tear. Problems generally come up in bearings, valves, stuffing box packings, piston rings and similar such components. These problems and methods of tackling them are discussed. (M.G.B.)

  15. Electron inertia effects on the planar plasma sheath problem

    International Nuclear Information System (INIS)

    Duarte, V. N.; Clemente, R. A.

    2011-01-01

    The steady one-dimensional planar plasma sheath problem, originally considered by Tonks and Langmuir, is revisited. Assuming continuously generated free-falling ions and isothermal electrons and taking into account electron inertia, it is possible to describe the problem in terms of three coupled integro-differential equations that can be numerically integrated. The inclusion of electron inertia in the model allows us to obtain the value of the plasma floating potential as resulting from an electron density discontinuity at the walls, where the electrons attain sound velocity and the electric potential is continuous. Results from numerical computation are presented in terms of plots for densities, electric potential, and particles velocities. Comparison with results from literature, corresponding to electron Maxwell-Boltzmann distribution (neglecting electron inertia), is also shown.

  16. Continuous analog of multiplicative algebraic reconstruction technique for computed tomography

    Science.gov (United States)

    Tateishi, Kiyoko; Yamaguchi, Yusaku; Abou Al-Ola, Omar M.; Kojima, Takeshi; Yoshinaga, Tetsuya

    2016-03-01

    We propose a hybrid dynamical system as a continuous analog to the block-iterative multiplicative algebraic reconstruction technique (BI-MART), which is a well-known iterative image reconstruction algorithm for computed tomography. The hybrid system is described by a switched nonlinear system with a piecewise smooth vector field or differential equation and, for consistent inverse problems, the convergence of non-negatively constrained solutions to a globally stable equilibrium is guaranteed by the Lyapunov theorem. Namely, we can prove theoretically that a weighted Kullback-Leibler divergence measure can be a common Lyapunov function for the switched system. We show that discretizing the differential equation by using the first-order approximation (Euler's method) based on the geometric multiplicative calculus leads to the same iterative formula of the BI-MART with the scaling parameter as a time-step of numerical discretization. The present paper is the first to reveal that a kind of iterative image reconstruction algorithm is constructed by the discretization of a continuous-time dynamical system for solving tomographic inverse problems. Iterative algorithms with not only the Euler method but also the Runge-Kutta methods of lower-orders applied for discretizing the continuous-time system can be used for image reconstruction. A numerical example showing the characteristics of the discretized iterative methods is presented.

  17. Maternal Depression and Mother-Child Interaction Patterns: Association with Toddler Problems and Continuity of Effects to Late Childhood

    Science.gov (United States)

    Leckman-Westin, Emily; Cohen, Patricia R.; Stueve, Ann

    2009-01-01

    Objective: Increased behavior problems have been reported in offspring of mothers with depression. In-home observations link maternal depressive symptoms (MDS) and mother-child interaction patterns with toddler behavior problems and examine their persistence into late childhood. Method: Maternal characteristics (N = 153) and behaviors of…

  18. Numerical methods for solution of some nonlinear problems of mathematical physics

    International Nuclear Information System (INIS)

    Zhidkov, E.P.

    1981-01-01

    The continuous analog of the Newton method and its application to some nonlinear problems of mathematical physics using a computer is considered. It is shown that the application of this method in JINR to the wide range of nonlinear problems has shown its universality and high efficiency [ru

  19. Output Feedback Finite-Time Stabilization of Systems Subject to Hölder Disturbances via Continuous Fractional Sliding Modes

    Directory of Open Access Journals (Sweden)

    Aldo-Jonathan Muñoz-Vázquez

    2017-01-01

    Full Text Available The problem of designing a continuous control to guarantee finite-time tracking based on output feedback for a system subject to a Hölder disturbance has remained elusive. The main difficulty stems from the fact that such disturbance stands for a function that is continuous but not necessarily differentiable in any integer-order sense, yet it is fractional-order differentiable. This problem imposes a formidable challenge of practical interest in engineering because (i it is common that only partial access to the state is available and, then, output feedback is needed; (ii such disturbances are present in more realistic applications, suggesting a fractional-order controller; and (iii continuous robust control is a must in several control applications. Consequently, these stringent requirements demand a sound mathematical framework for designing a solution to this control problem. To estimate the full state in finite-time, a high-order sliding mode-based differentiator is considered. Then, a continuous fractional differintegral sliding mode is proposed to reject Hölder disturbances, as well as for uncertainties and unmodeled dynamics. Finally, a homogeneous closed-loop system is enforced by means of a continuous nominal control, assuring finite-time convergence. Numerical simulations are presented to show the reliability of the proposed method.

  20. Optimal control of nonlinear continuous-time systems in strict-feedback form.

    Science.gov (United States)

    Zargarzadeh, Hassan; Dierks, Travis; Jagannathan, Sarangapani

    2015-10-01

    This paper proposes a novel optimal tracking control scheme for nonlinear continuous-time systems in strict-feedback form with uncertain dynamics. The optimal tracking problem is transformed into an equivalent optimal regulation problem through a feedforward adaptive control input that is generated by modifying the standard backstepping technique. Subsequently, a neural network-based optimal control scheme is introduced to estimate the cost, or value function, over an infinite horizon for the resulting nonlinear continuous-time systems in affine form when the internal dynamics are unknown. The estimated cost function is then used to obtain the optimal feedback control input; therefore, the overall optimal control input for the nonlinear continuous-time system in strict-feedback form includes the feedforward plus the optimal feedback terms. It is shown that the estimated cost function minimizes the Hamilton-Jacobi-Bellman estimation error in a forward-in-time manner without using any value or policy iterations. Finally, optimal output feedback control is introduced through the design of a suitable observer. Lyapunov theory is utilized to show the overall stability of the proposed schemes without requiring an initial admissible controller. Simulation examples are provided to validate the theoretical results.

  1. Continuous time modeling of panel data by means of SEM

    NARCIS (Netherlands)

    Oud, J.H.L.; Delsing, M.J.M.H.; Montfort, C.A.G.M.; Oud, J.H.L.; Satorra, A.

    2010-01-01

    After a brief history of continuous time modeling and its implementation in panel analysis by means of structural equation modeling (SEM), the problems of discrete time modeling are discussed in detail. This is done by means of the popular cross-lagged panel design. Next, the exact discrete model

  2. Drift vortices in continuous media

    International Nuclear Information System (INIS)

    Chernousenko, V.M.; Chernenko, I.V.; Chernyshenko, S.V.

    1989-01-01

    The work is devoted to investigation into the problems of large-scale cortex drift and generation in continuous media based on the solution of notably non-linear differential equations. Using the capability of the modern computer technique it is possible to consider a series of cases with regard to medium viscosity and its inhomogeneity and with regard to three-dimensional vortex nature. Based on the solutions obtained the large-scale steady-state vortex generation processes are considered. The results can be used when studying non-linear phenomena in plasma and processes of substance and energy transfer in non-equilibrium media. 16 refs.; 5 figs

  3. Power Split Based Dual Hemispherical Continuously Variable Transmission

    Directory of Open Access Journals (Sweden)

    Douwe Dresscher

    2017-04-01

    Full Text Available In this work, we present a new continuously variable transmission concept: the Dual-Hemi Continuously Variable Transmission (CVT. It is designed to have properties we believe are required to apply continuously variable transmissions in robotics to their full potential. These properties are a transformation range that includes both positive and negative ratios, back-drivability under all conditions, kinematically decoupled reconfiguration, high efficiency of the transmission, and a reconfiguration mechanism requiring little work for changing the transmission ratio. The design of the Dual-Hemi CVT and a prototype realisation are discussed in detail. We show that the Dual-Hemi CVT has the aforementioned desired properties. Experiments show that the efficiency of the CVT is above 90% for a large part of the range of operation of the CVT. Significant stiction in the transmission, combined with a relatively low bandwidth for changing the transmission ratio, may cause problems when applying the DH-CVT as part of an actuator in a control loop.

  4. Constraint satisfaction problems CSP formalisms and techniques

    CERN Document Server

    Ghedira, Khaled

    2013-01-01

    A Constraint Satisfaction Problem (CSP) consists of a set of variables, a domain of values for each variable and a set of constraints. The objective is to assign a value for each variable such that all constraints are satisfied. CSPs continue to receive increased attention because of both their high complexity and their omnipresence in academic, industrial and even real-life problems. This is why they are the subject of intense research in both artificial intelligence and operations research. This book introduces the classic CSP and details several extensions/improvements of both formalisms a

  5. Distributed continuous energy scheduling for dynamic virtual power plants

    International Nuclear Information System (INIS)

    Niesse, Astrid

    2015-01-01

    This thesis presents DynaSCOPE as distributed control method for continuous energy scheduling for dynamic virtual power plants (DVPP). DVPPs aggregate the flexibility of distributed energy units to address current energy markets. As an extension of the Virtual Power Plant concept they show high dynamics in aggregation and operation of energy units. Whereas operation schedules are set up for all energy units in a day-ahead planning procedure, incidents may render these schedules infeasible during execution, like deviation from prognoses or outages. Thus, a continuous scheduling process is needed to ensure product fulfillment. With DynaSCOPE, software agents representing single energy units solve this problem in a completely distributed heuristic approach. Using a stepped concept, several damping mechanisms are applied to allow minimum disturbance while continuously trying to fulfill the product as contracted at the market.

  6. Approximation of scalar and vector transport problems on polyhedral meshes

    International Nuclear Information System (INIS)

    Cantin, Pierre

    2016-01-01

    This thesis analyzes, at the continuous and at the discrete level on polyhedral meshes, the scalar and the vector transport problems in three-dimensional domains. These problems are composed of a diffusive term, an advective term, and a reactive term. In the context of Friedrichs systems, the continuous problems are analyzed in Lebesgue graph spaces. The classical positivity assumption on the Friedrichs tensor is generalized so as to consider the case of practical interest where this tensor takes null or slightly negative values. A new scheme converging at the order 3/2 is devised for the scalar advection-reaction problem using scalar degrees of freedom attached to mesh vertices. Two new schemes considering as well scalar degrees of freedom attached to mesh vertices are devised for the scalar transport problem and are robust with respect to the dominant regime. The first scheme converges at the order 1/2 when advection effects are dominant and at the order 1 when diffusion effects are dominant. The second scheme improves the accuracy by converging at the order 3/2 when advection effects are dominant. Finally, a new scheme converging at the order 1/2 is devised for the vector advection-reaction problem considering only one scalar degree of freedom per mesh edge. The accuracy and the efficiency of all these schemes are assessed on various test cases using three-dimensional polyhedral meshes. (author)

  7. Analytical solutions of the electrostatically actuated curled beam problem

    KAUST Repository

    Younis, Mohammad I.

    2014-01-01

    This works presents analytical expressions of the electrostatically actuated initially deformed cantilever beam problem. The formulation is based on the continuous Euler-Bernoulli beam model combined with a single-mode Galerkin approximation. We

  8. Work plan for the Oak Ridge National Laboratory groundwater program: Continuous groundwater collection

    International Nuclear Information System (INIS)

    1995-08-01

    The continuous collection of groundwater data is a basic and necessary part of Lockeheed Martin Energy Systems' ORNL Environmental Restoration Area-Wide Groundwater Program. Continuous groundwater data consist primarily of continually recorded groundwater levels, and in some instances, specific conductivity, pH, and/or temperature measurements. These data will be collected throughout the ORNL site. This Work Plan (WP) addresses technical objectives, equipment requirements, procedures, documentation requirements, and technical instructions for the acquisition of the continuous groundwater data. Intent of this WP is to provide an approved document that meets all the necessary requirements while retaining the flexibility necessary to effectively address ORNL's groundwater problems

  9. A non-standard optimal control problem arising in an economics application

    Directory of Open Access Journals (Sweden)

    Alan Zinober

    2013-04-01

    Full Text Available A recent optimal control problem in the area of economics has mathematical properties that do not fall into the standard optimal control problem formulation. In our problem the state value at the final time the state, y(T = z, is free and unknown, and additionally the Lagrangian integrand in the functional is a piecewise constant function of the unknown value y(T. This is not a standard optimal control problem and cannot be solved using Pontryagin's Minimum Principle with the standard boundary conditions at the final time. In the standard problem a free final state y(T yields a necessary boundary condition p(T = 0, where p(t is the costate. Because the integrand is a function of y(T, the new necessary condition is that y(T should be equal to a certain integral that is a continuous function of y(T. We introduce a continuous approximation of the piecewise constant integrand function by using a hyperbolic tangent approach and solve an example using a C++ shooting algorithm with Newton iteration for solving the Two Point Boundary Value Problem (TPBVP. The minimising free value y(T is calculated in an outer loop iteration using the Golden Section or Brent algorithm. Comparative nonlinear programming (NP discrete-time results are also presented.

  10. Using modern information technologies in continuing education

    Directory of Open Access Journals (Sweden)

    Магомедхан Магомедович Ниматулаев

    2012-06-01

    Full Text Available Article opens problems of formation of system of continuous education and improvement of professional skill for effective realization of professional work of the teacher in the conditions of use of modern information technology. Possibilities and necessities of use of information-communication technologies, Web-technologies for an intensification and giving of additional dynamics to educational process are considered. In this connection new forms and methods of the organization of educational activity for development and perfection of this activity are defined.

  11. Training trajectories by continuous recurrent multilayer networks.

    Science.gov (United States)

    Leistritz, L; Galicki, M; Witte, H; Kochs, E

    2002-01-01

    This paper addresses the problem of training trajectories by means of continuous recurrent neural networks whose feedforward parts are multilayer perceptrons. Such networks can approximate a general nonlinear dynamic system with arbitrary accuracy. The learning process is transformed into an optimal control framework where the weights are the controls to be determined. A training algorithm based upon a variational formulation of Pontryagin's maximum principle is proposed for such networks. Computer examples demonstrating the efficiency of the given approach are also presented.

  12. ABOUT SOLUTION OF MULTIPOINT BOUNDARY PROBLEMS OF TWO-DIMENSIONAL STRUCTURAL ANALYSIS WITH THE USE OF COMBINED APPLICATION OF FINITE ELEMENT METHOD AND DISCRETE-CONTINUAL FINITE ELEMENT METHOD PART 2: SPECIAL ASPECTS OF FINITE ELEMENT APPROXIMATION

    Directory of Open Access Journals (Sweden)

    Pavel A. Akimov

    2017-12-01

    Full Text Available As is well known, the formulation of a multipoint boundary problem involves three main components: a description of the domain occupied by the structure and the corresponding subdomains; description of the conditions inside the domain and inside the corresponding subdomains, the description of the conditions on the boundary of the domain, conditions on the boundaries between subdomains. This paper is a continuation of another work published earlier, in which the formulation and general principles of the approximation of the multipoint boundary problem of a static analysis of deep beam on the basis of the joint application of the finite element method and the discrete-continual finite element method were considered. It should be noted that the approximation within the fragments of a domain that have regular physical-geometric parameters along one of the directions is expedient to be carried out on the basis of the discrete-continual finite element method (DCFEM, and for the approximation of all other fragments it is necessary to use the standard finite element method (FEM. In the present publication, the formulas for the computing of displacements partial derivatives of displacements, strains and stresses within the finite element model (both within the finite element and the corresponding nodal values (with the use of averaging are presented. Boundary conditions between subdomains (respectively, discrete models and discrete-continual models and typical conditions such as “hinged support”, “free edge”, “perfect contact” (twelve basic (basic variants are available are under consideration as well. Governing formulas for computing of elements of the corresponding matrices of coefficients and vectors of the right-hand sides are given for each variant. All formulas are fully adapted for algorithmic implementation.

  13. Design problems of a continuous injector of many amperes of MeV deuterium neutrals

    International Nuclear Information System (INIS)

    Fink, J.H.

    1976-10-01

    A continuous injector of many amperes of MeV deuterium neutrals will require high currents of negative deuterium ions to be generated, accelerated and stripped of electrons by methods that are not fully developed. Each of these processes as briefly described in this report, introduce constraints upon the ion optics, beam line pumping, and high voltage stand-off that must be mutually resolved. Although the design of such an injector represents a difficult task, there is no fundamental reason that very high current beams cannot be handled

  14. Scattering theory some old and new problems

    CERN Document Server

    Yafaev, Dmitri R

    2000-01-01

    Scattering theory is, roughly speaking, perturbation theory of self-adjoint operators on the (absolutely) continuous spectrum. It has its origin in mathematical problems of quantum mechanics and is intimately related to the theory of partial differential equations. Some recently solved problems, such as asymptotic completeness for the Schrödinger operator with long-range and multiparticle potentials, as well as open problems, are discussed. Potentials for which asymptotic completeness is violated are also constructed. This corresponds to a new class of asymptotic solutions of the time-dependent Schrödinger equation. Special attention is paid to the properties of the scattering matrix, which is the main observable of the theory. The book is addressed to readers interested in a deeper study of the subject.

  15. Problems associated with domestic LWR technology development

    International Nuclear Information System (INIS)

    Watamori, Tikara

    1975-01-01

    To cope with the future energy problem in Japan, the enhancement of her own technology is continuing in the nuclear power field. Developments in the past, current state, and problems for the future are described regarding LWR power plants. The technology introduced from overseas countries cannot be used as it is. The domestic technology thus consists of the conversion of nuclear power technology so as to meet Japan's own condition and the domestic manufacture of machinery. In the former category, there are the aspects of aseismatic design, waste disposal, software, etc. In the latter, there are the productions of reactor vessels, steam generators, large valves, piping, etc. As the problems for the future, there are reliability and safety and the associated standardization. (Mori, K.)

  16. The Algorithm of Continuous Optimization Based on the Modified Cellular Automaton

    Directory of Open Access Journals (Sweden)

    Oleg Evsutin

    2016-08-01

    Full Text Available This article is devoted to the application of the cellular automata mathematical apparatus to the problem of continuous optimization. The cellular automaton with an objective function is introduced as a new modification of the classic cellular automaton. The algorithm of continuous optimization, which is based on dynamics of the cellular automaton having the property of geometric symmetry, is obtained. The results of the simulation experiments with the obtained algorithm on standard test functions are provided, and a comparison between the analogs is shown.

  17. 'Two sides of the coin'--the value of personal continuity to GPs: a qualitative interview study.

    Science.gov (United States)

    Ridd, Matthew; Shaw, Alison; Salisbury, Chris

    2006-08-01

    Continuity is thought to be important to GPs but the values behind this are unknown. To explore the values that doctors working in general practice attach to continuity of patient care and to outline how these values are applied in practice. In-depth qualitative interview with 24 GPs in England. Participants were purposefully sampled according to personal and practice characteristics. Analysis was thematic, drawing on the constant comparative method. The majority of doctors valued doctor-patient, or personal, continuity in their everyday work. It was most valued in patients with serious, complex or psychological problems. GPs believed that through their personal knowledge of the patient and the doctor-patient relationship, personal continuity enabled them to provide higher quality care. However, the benefits of personal continuity were balanced against problems, and GPs identified personal, professional and external constraints that limited its provision. GPs seemed to have resolved the tension between the benefits, limits and constraints they described by accepting an increased reliance on continuity being provided within teams. Personal continuity may offer important benefits to doctors and patients, but we do not know how unique its values are. In particular, it is not clear whether the same benefits can be achieved within teams, the level at which continuity is increasingly being provided. The relative advantages and limits of the different means of delivering continuity need to be better understood, before further policy changes that affect personal continuity are introduced.

  18. An adaptive simplex cut-cell method for high-order discontinuous Galerkin discretizations of elliptic interface problems and conjugate heat transfer problems

    Science.gov (United States)

    Sun, Huafei; Darmofal, David L.

    2014-12-01

    In this paper we propose a new high-order solution framework for interface problems on non-interface-conforming meshes. The framework consists of a discontinuous Galerkin (DG) discretization, a simplex cut-cell technique, and an output-based adaptive scheme. We first present a DG discretization with a dual-consistent output evaluation for elliptic interface problems on interface-conforming meshes, and then extend the method to handle multi-physics interface problems, in particular conjugate heat transfer (CHT) problems. The method is then applied to non-interface-conforming meshes using a cut-cell technique, where the interface definition is completely separate from the mesh generation process. No assumption is made on the interface shape (other than Lipschitz continuity). We then equip our strategy with an output-based adaptive scheme for an accurate output prediction. Through numerical examples, we demonstrate high-order convergence for elliptic interface problems and CHT problems with both smooth and non-smooth interface shapes.

  19. Adaptive pole placement: the division by zero problem

    NARCIS (Netherlands)

    Arent, Krzysztof; Arent, K.; Polderman, Jan W.; Mareels, I.M.Y.; Mareels, Iven

    1995-01-01

    We re-examine the division by zero problem which occurs in certainty equivalence based indirect adaptive control algorithms applied to linear systems. By exploiting a parametrization for linear systems induced by the continued fraction description of its transfer function, the division by zero

  20. Geological problems in radioactive waste isolation

    International Nuclear Information System (INIS)

    Witherspoon, P.A.

    1991-01-01

    The problem of isolating radioactive wastes from the biosphere presents specialists in the fields of earth sciences with some of the most complicated problems they have ever encountered. This is especially true for high level waste (HLW) which must be isolated in the underground and away from the biosphere for thousands of years. Essentially every country that is generating electricity in nuclear power plants is faced with the problem of isolating the radioactive wastes that are produced. The general consensus is that this can be accomplished by selecting an appropriate geologic setting and carefully designing the rock repository. Much new technology is being developed to solve the problems that have been raised and there is a continuing need to publish the results of new developments for the benefit of all concerned. The 28th International Geologic Congress that was held July 9--19, 1989 in Washington, DC provided an opportunity for earth scientists to gather for detailed discussions on these problems. Workshop W3B on the subject, ''Geological Problems in Radioactive Waste Isolation -- A World Wide Review'' was organized by Paul A Witherspoon and Ghislain de Marsily and convened July 15--16, 1989 Reports from 19 countries have been gathered for this publication. Individual papers have been cataloged separately

  1. Geological problems in radioactive waste isolation

    Energy Technology Data Exchange (ETDEWEB)

    Witherspoon, P.A. (ed.)

    1991-01-01

    The problem of isolating radioactive wastes from the biosphere presents specialists in the fields of earth sciences with some of the most complicated problems they have ever encountered. This is especially true for high level waste (HLW) which must be isolated in the underground and away from the biosphere for thousands of years. Essentially every country that is generating electricity in nuclear power plants is faced with the problem of isolating the radioactive wastes that are produced. The general consensus is that this can be accomplished by selecting an appropriate geologic setting and carefully designing the rock repository. Much new technology is being developed to solve the problems that have been raised and there is a continuing need to publish the results of new developments for the benefit of all concerned. The 28th International Geologic Congress that was held July 9--19, 1989 in Washington, DC provided an opportunity for earth scientists to gather for detailed discussions on these problems. Workshop W3B on the subject, Geological Problems in Radioactive Waste Isolation -- A World Wide Review'' was organized by Paul A Witherspoon and Ghislain de Marsily and convened July 15--16, 1989 Reports from 19 countries have been gathered for this publication. Individual papers have been cataloged separately.

  2. Mean-variance Optimal Reinsurance-investment Strategy in Continuous Time

    OpenAIRE

    Daheng Peng; Fang Zhang

    2017-01-01

    In this paper, Lagrange method is used to solve the continuous-time mean-variance reinsurance-investment problem. Proportional reinsurance, multiple risky assets and risk-free asset are considered synthetically in the optimal strategy for insurers. By solving the backward stochastic differential equation for the Lagrange multiplier, we get the mean-variance optimal reinsurance-investment strategy and its effective frontier in explicit forms.

  3. CONTINUOUS ECONOMIC EDUCATION AS THE FACTOR OF PROFESSIONAL DEVELOPMENT OF PERSONALITY

    Directory of Open Access Journals (Sweden)

    T. J. Lomakina

    2014-10-01

    Full Text Available The necessity of continuous economic education of future professionals is caused by importance of forming correct understanding of the economic reality, of comprehension of economic basic laws, of understanding of global and national tendencies in economic development; the growing role of continuous economic education as a major factor of formation and development of a postindustrial society is shown; the reasons and circumstances of the active reference of the domestic pedagogical science and practice to problems of economic education are emphasized; the factors influencing development of continuous economic education are established in the article. Continuous economic education is considered as a part of continuous education promoting the formation of a competitive expert in conditions of market economy, demanded on labour market and directed on formation of economic competencies depending on the type of preparation (economic and not economic at different educational levels according to models of the graduate and the teacher and realized by means of economic training and economic education.

  4. Determination of Nerve Fiber Diameter Distribution From Compound Action Potential: A Continuous Approach.

    Science.gov (United States)

    Un, M Kerem; Kaghazchi, Hamed

    2018-01-01

    When a signal is initiated in the nerve, it is transmitted along each nerve fiber via an action potential (called single fiber action potential (SFAP)) which travels with a velocity that is related with the diameter of the fiber. The additive superposition of SFAPs constitutes the compound action potential (CAP) of the nerve. The fiber diameter distribution (FDD) in the nerve can be computed from the CAP data by solving an inverse problem. This is usually achieved by dividing the fibers into a finite number of diameter groups and solve a corresponding linear system to optimize FDD. However, number of fibers in a nerve can be measured sometimes in thousands and it is possible to assume a continuous distribution for the fiber diameters which leads to a gradient optimization problem. In this paper, we have evaluated this continuous approach to the solution of the inverse problem. We have utilized an analytical function for SFAP and an assumed a polynomial form for FDD. The inverse problem involves the optimization of polynomial coefficients to obtain the best estimate for the FDD. We have observed that an eighth order polynomial for FDD can capture both unimodal and bimodal fiber distributions present in vivo, even in case of noisy CAP data. The assumed FDD distribution regularizes the ill-conditioned inverse problem and produces good results.

  5. Continuous hydroponic wheat production using a recirculating system

    Science.gov (United States)

    Mackowiak, C. L.; Owens, L. P.; Hinkle, C. R.; Prince, R. P.

    1989-01-01

    Continuous crop production, where plants of various ages are growing simultaneously in a single recirculating nutrient solution, is a possible alternative to batch production in a Controlled Ecological Life Support System. A study was conducted at John F. Kennedy Space Center where 8 trays (0.24 sq m per tray) of Triticum aestivum L. Yecora Rojo were grown simultaneously in a growth chamber at 23 C, 65 percent relative humidity, 1000 ppm CO2, continuous light, with a continuous flow, thin film nutrient delivery system. The same modified Hoagland nutrient solution was recirculated through the plant trays from an 80 L reservoir throughout the study. It was maintained by periodic addition of water and nutrients based on chemical analyses of the solution. The study was conducted for 216 days, during which 24 trays of wheat were consecutively planted (one every 9 days), 16 of which were grown to maturity and harvested. The remaining 8 trays were harvested on day 216. Grain yields averaged 520 g m(exp -2), and had an average edible biomass of 32 percent. Consecutive yields were unaffected by nutrient solution age. It was concluded that continual wheat production will work in this system over an extended period of time. Certain micronutrient deficiencies and toxicities posed problems and must be addressed in future continuous production systems.

  6. Discontinuous finite element treatment of duct problems in transport calculations

    International Nuclear Information System (INIS)

    Mirza, A. M.; Qamar, S.

    1998-01-01

    A discontinuous finite element approach is presented to solve the even-parity Boltzmann transport equation for duct problems. Presence of ducts in a system results in the streaming of particles and hence requires the employment of higher order angular approximations to model the angular flux. Conventional schemes based on the use of continuous trial functions require the same order of angular approximations to be used everywhere in the system, resulting in wastage of computational resources. Numerical investigations for the test problems presented in this paper indicate that the discontinuous finite elements eliminate the above problems and leads to computationally efficient and economical methods. They are also found to be more suitable for treating the sharp changes in the angular flux at duct-observer interfaces. The new approach provides a single-pass alternate to extrapolation and interactive schemes which need multiple passes of the solution strategy to acquire convergence. The method has been tested with the help of two case studies, namely straight and dog-leg duct problems. All results have been verified against those obtained from Monte Carlo simulations and K/sup +/ continuous finite element method. (author)

  7. Application of the group-theoretical method to physical problems

    OpenAIRE

    Abd-el-malek, Mina B.

    1998-01-01

    The concept of the theory of continuous groups of transformations has attracted the attention of applied mathematicians and engineers to solve many physical problems in the engineering sciences. Three applications are presented in this paper. The first one is the problem of time-dependent vertical temperature distribution in a stagnant lake. Two cases have been considered for the forms of the water parameters, namely water density and thermal conductivity. The second application is the unstea...

  8. Assessment of bidirectional influences between family relationships and adolescent problem behavior: Discrete versus continuous time analysis

    NARCIS (Netherlands)

    Delsing, M.J.M.H.; Oud, J.H.L.; Bruyn, E.E.J. De

    2005-01-01

    In family research, bidirectional influences between the family and the individual are usually analyzed in discrete time. Results from discrete time analysis, however, have been shown to be highly dependent on the length of the observation interval. Continuous time analysis using stochastic

  9. Optimizing Cost of Continuous Overlapping Queries over Data Streams by Filter Adaption

    KAUST Repository

    Xie, Qing; Zhang, Xiangliang; Li, Zhixu; Zhou, Xiaofang

    2016-01-01

    The problem we aim to address is the optimization of cost management for executing multiple continuous queries on data streams, where each query is defined by several filters, each of which monitors certain status of the data stream. Specially

  10. Modeling discrete and continuous entities with fractions and decimals.

    Science.gov (United States)

    Rapp, Monica; Bassok, Miriam; DeWolf, Melissa; Holyoak, Keith J

    2015-03-01

    When people use mathematics to model real-life situations, their use of mathematical expressions is often mediated by semantic alignment (Bassok, Chase, & Martin, 1998): The entities in a problem situation evoke semantic relations (e.g., tulips and vases evoke the functionally asymmetric "contain" relation), which people align with analogous mathematical relations (e.g., the noncommutative division operation, tulips/vases). Here we investigate the possibility that semantic alignment is also involved in the comprehension and use of rational numbers (fractions and decimals). A textbook analysis and results from two experiments revealed that both mathematic educators and college students tend to align the discreteness versus continuity of the entities in word problems (e.g., marbles vs. distance) with distinct symbolic representations of rational numbers--fractions versus decimals, respectively. In addition, fractions and decimals tend to be used with nonmetric units and metric units, respectively. We discuss the importance of the ontological distinction between continuous and discrete entities to mathematical cognition, the role of symbolic notations, and possible implications of our findings for the teaching of rational numbers. PsycINFO Database Record (c) 2015 APA, all rights reserved.

  11. Heterogeneous continuous-time random walks

    Science.gov (United States)

    Grebenkov, Denis S.; Tupikina, Liubov

    2018-01-01

    We introduce a heterogeneous continuous-time random walk (HCTRW) model as a versatile analytical formalism for studying and modeling diffusion processes in heterogeneous structures, such as porous or disordered media, multiscale or crowded environments, weighted graphs or networks. We derive the exact form of the propagator and investigate the effects of spatiotemporal heterogeneities onto the diffusive dynamics via the spectral properties of the generalized transition matrix. In particular, we show how the distribution of first-passage times changes due to local and global heterogeneities of the medium. The HCTRW formalism offers a unified mathematical language to address various diffusion-reaction problems, with numerous applications in material sciences, physics, chemistry, biology, and social sciences.

  12. Flexibility in Mathematics Problem Solving Based on Adversity Quotient

    Science.gov (United States)

    Dina, N. A.; Amin, S. M.; Masriyah

    2018-01-01

    Flexibility is an ability which is needed in problem solving. One of the ways in problem solving is influenced by Adversity Quotient (AQ). AQ is the power of facing difficulties. There are three categories of AQ namely climber, camper, and quitter. This research is a descriptive research using qualitative approach. The aim of this research is to describe flexibility in mathematics problem solving based on Adversity Quotient. The subjects of this research are climber student, camper student, and quitter student. This research was started by giving Adversity Response Profile (ARP) questioner continued by giving problem solving task and interviews. The validity of data measurement was using time triangulation. The results of this research shows that climber student uses two strategies in solving problem and doesn’t have difficulty. The camper student uses two strategies in solving problem but has difficulty to finish the second strategies. The quitter student uses one strategy in solving problem and has difficulty to finish it.

  13. Numerical methods for coupled fracture problems

    Science.gov (United States)

    Viesca, Robert C.; Garagash, Dmitry I.

    2018-04-01

    We consider numerical solutions in which the linear elastic response to an opening- or sliding-mode fracture couples with one or more processes. Classic examples of such problems include traction-free cracks leading to stress singularities or cracks with cohesive-zone strength requirements leading to non-singular stress distributions. These classical problems have characteristic square-root asymptotic behavior for stress, relative displacement, or their derivatives. Prior work has shown that such asymptotics lead to a natural quadrature of the singular integrals at roots of Chebyhsev polynomials of the first, second, third, or fourth kind. We show that such quadratures lead to convenient techniques for interpolation, differentiation, and integration, with the potential for spectral accuracy. We further show that these techniques, with slight amendment, may continue to be used for non-classical problems which lack the classical asymptotic behavior. We consider solutions to example problems of both the classical and non-classical variety (e.g., fluid-driven opening-mode fracture and fault shear rupture driven by thermal weakening), with comparisons to analytical solutions or asymptotes, where available.

  14. World-wide environmental problems

    International Nuclear Information System (INIS)

    Wohlers, H.C.

    1975-01-01

    Man and the physical and natural resources necessary to support him in a civilized society are on a collision course. It is simple to say that man cannot continue to grow in number at an ever-increasing rate without a destructive effect upon the environment. Positive scientific proof for this impending calamity is not now available, yet many indications--sometimes physical and sometimes natural--point toward major world-wide environmental troubles in the near future. A number of environmental problems are described, particularly as they relate to the total world system. A computer model simulating future world-wide environmental trends from 1900 to 2100 A.D. is evaluated and suggested as a major tool for data-gathering purposes to determine the extent of world-wide environmental problems. It is suggested that scientists take an active role in the study of the environment, particularly in relation to man's future on earth

  15. Time inconsistency and reputation in monetary policy: a strategic model in continuous time

    OpenAIRE

    Li, Jingyuan; Tian, Guoqiang

    2005-01-01

    This article develops a model to examine the equilibrium behavior of the time inconsistency problem in a continuous time economy with stochastic and endogenized dis- tortion. First, the authors introduce the notion of sequentially rational equilibrium, and show that the time inconsistency problem may be solved with trigger reputation strategies for stochastic setting. The conditions for the existence of sequentially rational equilibrium are provided. Then, the concept of sequen...

  16. Annotation Method (AM): SE7_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available base search. Peaks with no hit to these databases are then selected to secondary se...arch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are ma...SE7_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary data

  17. Annotation Method (AM): SE36_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE36_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  18. Annotation Method (AM): SE14_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE14_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  19. Annotation Method (AM): SE33_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE33_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  20. Annotation Method (AM): SE12_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE12_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  1. Annotation Method (AM): SE20_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE20_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  2. Annotation Method (AM): SE2_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available base search. Peaks with no hit to these databases are then selected to secondary se...arch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are ma...SE2_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary data

  3. Annotation Method (AM): SE28_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE28_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  4. Annotation Method (AM): SE11_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE11_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  5. Annotation Method (AM): SE17_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE17_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  6. Annotation Method (AM): SE10_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE10_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  7. Annotation Method (AM): SE4_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available base search. Peaks with no hit to these databases are then selected to secondary se...arch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are ma...SE4_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary data

  8. Annotation Method (AM): SE9_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available base search. Peaks with no hit to these databases are then selected to secondary se...arch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are ma...SE9_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary data

  9. Annotation Method (AM): SE3_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available base search. Peaks with no hit to these databases are then selected to secondary se...arch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are ma...SE3_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary data

  10. Annotation Method (AM): SE25_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE25_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  11. Annotation Method (AM): SE30_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE30_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  12. Annotation Method (AM): SE16_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE16_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  13. Annotation Method (AM): SE29_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE29_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  14. Annotation Method (AM): SE35_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE35_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  15. Annotation Method (AM): SE6_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available base search. Peaks with no hit to these databases are then selected to secondary se...arch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are ma...SE6_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary data

  16. Annotation Method (AM): SE1_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available base search. Peaks with no hit to these databases are then selected to secondary se...arch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are ma...SE1_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary data

  17. Annotation Method (AM): SE8_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available base search. Peaks with no hit to these databases are then selected to secondary se...arch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are ma...SE8_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary data

  18. Annotation Method (AM): SE13_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE13_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  19. Annotation Method (AM): SE26_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE26_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  20. Annotation Method (AM): SE27_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE27_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  1. Annotation Method (AM): SE34_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE34_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  2. Annotation Method (AM): SE5_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available base search. Peaks with no hit to these databases are then selected to secondary se...arch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are ma...SE5_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary data

  3. Annotation Method (AM): SE15_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE15_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  4. Annotation Method (AM): SE31_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE31_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  5. Annotation Method (AM): SE32_AM1 [Metabolonote[Archive

    Lifescience Database Archive (English)

    Full Text Available abase search. Peaks with no hit to these databases are then selected to secondary s...earch using exactMassDB and Pep1000 databases. After the database search processes, each database hits are m...SE32_AM1 PowerGet annotation A1 In annotation process, KEGG, KNApSAcK and LipidMAPS are used for primary dat

  6. Business continuity, a constant issue for managers and auditors

    Directory of Open Access Journals (Sweden)

    Viorica BRAGA

    2010-06-01

    Full Text Available The crisis of credits and its effects upon all companies, make the assumption of activity continuity be not anymore a pre-established conclusion.  The major cash issues, affecting the banks, insurance companies, retailers, car manufacturers and all companies regardless of their activity, prove that keeping the business continuity, i.e. having enough funds for compliance with an obligation to be able to reach maturity at least twelve months after the balance sheet date is now a real problem for many companies.            Likewise, we are paying attention to the topic and to the increasing number of insolvencies at the national, European and international levels.

  7. The continuous improvement process and ergonomics in ultrasound department.

    Science.gov (United States)

    Coffin, Carolyn T

    2013-01-01

    Continuous improvement processes, such as Lean, Six Sigma and Quality Control Circles, have been implemented in the manufacturing industries in an effort to increase productivity, eliminate waste, and engage employees in problem solving. These processes can be adapted to the healthcare sector as medical facilities strive to improve the patient experience, increase financial returns, and improve worker safety and morale. In the ultrasound department, productivity can be improved and the quality of patient care can be ensured by standardizing exam protocols and decreasing work related musculoskeletal disorders among sonography professionals. This article summarizes the more commonly used continuous improvement processes and provides a description of how one method might be applied to the ultrasound department.

  8. OPERATOR-RELATED FORMULATION OF THE EIGENVALUE PROBLEM FOR THE BOUNDARY PROBLEM OF ANALYSIS OF A THREE-DIMENSIONAL STRUCTURE WITH PIECEWISE-CONSTANT PHYSICAL AND GEOMETRICAL PARAMETERS ALONGSIDE THE BASIC DIRECTION WITHIN THE FRAMEWORK OF THE DISCRETE-CON

    Directory of Open Access Journals (Sweden)

    Akimov Pavel Alekseevich

    2012-10-01

    Full Text Available The proposed paper covers the operator-related formulation of the eigenvalue problem of analysis of a three-dimensional structure that has piecewise-constant physical and geometrical parameters alongside the so-called basic direction within the framework of a discrete-continual approach (a discrete-continual finite element method, a discrete-continual variation method. Generally, discrete-continual formulations represent contemporary mathematical models that become available for computer implementation. They make it possible for a researcher to consider the boundary effects whenever particular components of the solution represent rapidly varying functions. Another feature of discrete-continual methods is the absence of any limitations imposed on lengths of structures. The three-dimensional problem of elasticity is used as the design model of a structure. In accordance with the so-called method of extended domain, the domain in question is embordered by an extended one of an arbitrary shape. At the stage of numerical implementation, relative key features of discrete-continual methods include convenient mathematical formulas, effective computational patterns and algorithms, simple data processing, etc. The authors present their formulation of the problem in question for an isotropic medium with allowance for supports restrained by elastic elements while standard boundary conditions are also taken into consideration.

  9. Solved and unsolved problems of chemical graph theory

    International Nuclear Information System (INIS)

    Trinajstic, N.; Klein, D.J.; Randic, M.

    1986-01-01

    The development of several novel graph theoretical concepts and their applications in different branches of chemistry are reviewed. After a few introductory remarks they follow with an outline of selected important graph theoretical invariants, introducing some new results and indicating some open problems. They continue with discussing the problem of graph characterization and construction of graphs of chemical interest, with a particular emphasis on large systems. Finally they consider various problems and difficulties associated with special subgraphs, including subgraphs representing Kekule valence structures. The paper ends with a brief review of structure-property and structure-activity correlations, the topic which is one of prime motivations for application of graph theory to chemistry

  10. Stochastic search, optimization and regression with energy applications

    Science.gov (United States)

    Hannah, Lauren A.

    Designing clean energy systems will be an important task over the next few decades. One of the major roadblocks is a lack of mathematical tools to economically evaluate those energy systems. However, solutions to these mathematical problems are also of interest to the operations research and statistical communities in general. This thesis studies three problems that are of interest to the energy community itself or provide support for solution methods: R&D portfolio optimization, nonparametric regression and stochastic search with an observable state variable. First, we consider the one stage R&D portfolio optimization problem to avoid the sequential decision process associated with the multi-stage. The one stage problem is still difficult because of a non-convex, combinatorial decision space and a non-convex objective function. We propose a heuristic solution method that uses marginal project values---which depend on the selected portfolio---to create a linear objective function. In conjunction with the 0-1 decision space, this new problem can be solved as a knapsack linear program. This method scales well to large decision spaces. We also propose an alternate, provably convergent algorithm that does not exploit problem structure. These methods are compared on a solid oxide fuel cell R&D portfolio problem. Next, we propose Dirichlet Process mixtures of Generalized Linear Models (DPGLM), a new method of nonparametric regression that accommodates continuous and categorical inputs, and responses that can be modeled by a generalized linear model. We prove conditions for the asymptotic unbiasedness of the DP-GLM regression mean function estimate. We also give examples for when those conditions hold, including models for compactly supported continuous distributions and a model with continuous covariates and categorical response. We empirically analyze the properties of the DP-GLM and why it provides better results than existing Dirichlet process mixture regression

  11. A simple boundary element formulation for shape optimization of 2D continuous structures

    International Nuclear Information System (INIS)

    Luciano Mendes Bezerra; Jarbas de Carvalho Santos Junior; Arlindo Pires Lopes; Andre Luiz; Souza, A.C.

    2005-01-01

    For the design of nuclear equipment like pressure vessels, steam generators, and pipelines, among others, it is very important to optimize the shape of the structural systems to withstand prescribed loads such as internal pressures and prescribed or limiting referential values such as stress or strain. In the literature, shape optimization of frame structural systems is commonly found but the same is not true for continuous structural systems. In this work, the Boundary Element Method (BEM) is applied to simple problems of shape optimization of 2D continuous structural systems. The proposed formulation is based on the BEM and on deterministic optimization methods of zero and first order such as Powell's, Conjugate Gradient, and BFGS methods. Optimal characterization for the geometric configuration of 2D structure is obtained with the minimization of an objective function. Such function is written in terms of referential values (such as loads, stresses, strains or deformations) prescribed at few points inside or at the boundary of the structure. The use of the BEM for shape optimization of continuous structures is attractive compared to other methods that discretized the whole continuous. Several numerical examples of the application of the proposed formulation to simple engineering problems are presented. (authors)

  12. Mean-variance Optimal Reinsurance-investment Strategy in Continuous Time

    Directory of Open Access Journals (Sweden)

    Daheng Peng

    2017-10-01

    Full Text Available In this paper, Lagrange method is used to solve the continuous-time mean-variance reinsurance-investment problem. Proportional reinsurance, multiple risky assets and risk-free asset are considered synthetically in the optimal strategy for insurers. By solving the backward stochastic differential equation for the Lagrange multiplier, we get the mean-variance optimal reinsurance-investment strategy and its effective frontier in explicit forms.

  13. Students’ Covariational Reasoning in Solving Integrals’ Problems

    Science.gov (United States)

    Harini, N. V.; Fuad, Y.; Ekawati, R.

    2018-01-01

    Covariational reasoning plays an important role to indicate quantities vary in learning calculus. This study investigates students’ covariational reasoning during their studies concerning two covarying quantities in integral problem. Six undergraduate students were chosen to solve problems that involved interpreting and representing how quantities change in tandem. Interviews were conducted to reveal the students’ reasoning while solving covariational problems. The result emphasizes that undergraduate students were able to construct the relation of dependent variables that changes in tandem with the independent variable. However, students faced difficulty in forming images of continuously changing rates and could not accurately apply the concept of integrals. These findings suggest that learning calculus should be increased emphasis on coordinating images of two quantities changing in tandem about instantaneously rate of change and to promote conceptual knowledge in integral techniques.

  14. Creating raptor benefits from powerline problems

    Science.gov (United States)

    Kochert, Michael N.; Olendorff, R.R.

    1999-01-01

    Powerlines benefit raptors by providing enhanced nesting and roosting sites. However, they also can kill raptors by electrocution and raptors can interfere with power transmission. The electrocution problem has been reduced by correcting existing lethal lines and implementing electrocution safe designs for new lines. Remedial actions include pole modifications, perch management and insulation of wires and hardware. New line designs provide for proper insulation and adequate spacing of conductors and grounded hardware. Nesting platforms can reduce power transmission problems and enhance the benefits of nesting on powerlines. A combination of perch deterrents and insulator shields is a positive, cost-effective approach to managing bird contamination that allows birds to continue roosting on the towers.

  15. Solution of the two-dimensional spectral factorization problem

    Science.gov (United States)

    Lawton, W. M.

    1985-01-01

    An approximation theorem is proven which solves a classic problem in two-dimensional (2-D) filter theory. The theorem shows that any continuous two-dimensional spectrum can be uniformly approximated by the squared modulus of a recursively stable finite trigonometric polynomial supported on a nonsymmetric half-plane.

  16. Geography, prospects, problems

    International Nuclear Information System (INIS)

    Fischer, D.A.V.

    1982-01-01

    In assessing the application of IAEA safeguards to the world's nuclear industry it is shown that the continuing success of the system depends to a large degree on the political will of the Agency's Member States and of other parties to the Treaty on the Non-Proliferation of Nuclear Weapons in ensuring both that adequate resources are provided for the safeguards operation and also that safeguards are effectively and impartially applied. The present positions concerning NPT membership, non-NPT safeguards and future prospects with respect to the operation of safeguarded and unsafeguarded facilities are discussed. Political problems which impede the effective application of safeguards are considered. (U.K.)

  17. The continuous market cycle of the shortterm insurance industry

    Directory of Open Access Journals (Sweden)

    L Essel

    2012-03-01

    Full Text Available The short-term insurance industry is a cyclical type of business due to the impact of the continuous market cycle. This cycle has a growth phase, soft market phase, hard market phase and a break-even phase. The objective of the research paper focuses on the improvement of financial decision-making when executives of the short-term insurance industry are managing their business during the various phases of the continuous market cycle. Both a literature study and an empirical survey were necessary to achieve the research objective. The empirical survey included the contributions of the top nine commercial and corporate short-term insurers in South Africa. They represented more than 77% of the total gross written premiums in 2009 and can thus be considered as the leaders of the short-term insurance industry in this country. The conclusions of the study should be valuable to other developing countries with emerging market economies as South Africa is also classified as such. The study focused on the various factors which may cause the continuous market cycle, the problem areas which the executives experience concerning the continuous market cycle, and how often various factors are adjusted by the short-term insurers to account for changes in the continuous market cycle

  18. Heuristics for no-wait flow shop scheduling problem

    Directory of Open Access Journals (Sweden)

    Kewal Krishan Nailwal

    2016-09-01

    Full Text Available No-wait flow shop scheduling refers to continuous flow of jobs through different machines. The job once started should have the continuous processing through the machines without wait. This situation occurs when there is a lack of an intermediate storage between the processing of jobs on two consecutive machines. The problem of no-wait with the objective of minimizing makespan in flow shop scheduling is NP-hard; therefore the heuristic algorithms are the key to solve the problem with optimal solution or to approach nearer to optimal solution in simple manner. The paper describes two heuristics, one constructive and an improvement heuristic algorithm obtained by modifying the constructive one for sequencing n-jobs through m-machines in a flow shop under no-wait constraint with the objective of minimizing makespan. The efficiency of the proposed heuristic algorithms is tested on 120 Taillard’s benchmark problems found in the literature against the NEH under no-wait and the MNEH heuristic for no-wait flow shop problem. The improvement heuristic outperforms all heuristics on the Taillard’s instances by improving the results of NEH by 27.85%, MNEH by 22.56% and that of the proposed constructive heuristic algorithm by 24.68%. To explain the computational process of the proposed algorithm, numerical illustrations are also given in the paper. Statistical tests of significance are done in order to draw the conclusions.

  19. Robust Canonical Correlation Analysis: Audio-visual fusion for learning continuous interest

    NARCIS (Netherlands)

    Nicolaou, Mihalis A.; Panagakis, Yannis; Zafeiriou, Stefanos; Pantic, Maja

    The problem of automatically estimating the interest level of a subject has been gaining attention by researchers, mostly due to the vast applicability of interest detection. In this work, we obtain a set of continuous interest annotations for the SE-MAINE database, which we analyse also in terms of

  20. Lapse in Institutional Animal Care and Use Committee Continuing Reviews.

    Directory of Open Access Journals (Sweden)

    Min-Fu Tsan

    Full Text Available The United States federal animal welfare regulations and the Public Health Service Policy on Humane Care and Use of Laboratory Animals require that institutional animal care and use committees (IACUCs conduct continuing reviews of all animal research activities. However, little is known about the lapse rate of IACUC continuing reviews, and how frequently investigators continue research activities during the lapse. It is also not clear what factors may contribute to an institution's lapse in IACUC continuing reviews. As part of the quality assurance program, the Department of Veterans Affairs (VA has collected performance metric data for animal care and use programs since 2011. We analyzed IACUC continuing review performance data at 74-75 VA research facilities from 2011 through 2015. The IACUC continuing review lapse rates improved from 5.6% in 2011 to 2.7% in 2015. The rate of investigators continuing research activities during the lapse also decreased from 47.2% in 2012 to 7.4% in 2015. The type of IACUCs used and the size of animal research programs appeared to have no effect in facility's rates of lapse in IACUC continuing reviews. While approximately 80% of facilities reported no lapse in IACUC continuing reviews, approximately 14% of facilities had lapse rates of >10% each year. Some facilities appeared to be repeat offenders. Four facilities had IACUC lapse rates of >10% in at least 3 out of 5 years, suggesting a system problem in these facilities requiring remedial actions to improve their IACUC continuing review processes.

  1. [Innovations in continuing/permanent education methods for the intensive care nurses].

    Science.gov (United States)

    Vázquez Guillamet, B; Guillamet Lloveras, A; Martínez Estalella, G; Pérez Ramírez, F

    2014-01-01

    Intensive care nursing is carried out in a dynamic environment characterized by the continuous incorporation of new technologies, approaches to care and a request for safety, participation and transparency by the public. Continuing/permanent intensive care nursing training in the acquisition of new competencies is key in this setting. In order to achieve this goal, simulation and problem based learning should be incorporated as essential methodologies to teach these skills. At the same time research should be done on which attitudes, competences, and knowledge are necessary to increase their intellectual knowledge. The core characteristics of ICU and its nursing should allow a deep change in their approach to continuing/permanent nursing education. Copyright © 2013 Elsevier España, S.L. y SEEIUC. All rights reserved.

  2. Noniterative Solution of Some Fermat-Weber Location Problems

    Directory of Open Access Journals (Sweden)

    Reuven Chen

    2011-01-01

    Full Text Available The Fermat-Weber problem of optimally locating a service facility in the Euclidean continuous two-dimensional space is usually solved by the iterative process first suggested by Weiszfeld or by later versions thereof. The methods are usually rather efficient, but exceptional problems are described in the literature in which the iterative solution is exceedingly long. These problems are such that the solution either coincides with one of the demand points or nearly coincides with it. We describe a noniterative direct alternative, based on the insight that the gradient components of the individual demand points can be considered as pooling forces with respect to the solution point. It is demonstrated that symmetrical problems can thus be optimally solved with no iterations, in analogy to finding the equilibrium point in statics. These include a well-known ill-conditioned problem and its variants, which can now be easily solved to optimality using geometrical considerations.

  3. Solving the Weighted Constraint Satisfaction Problems Via the Neural Network Approach

    Directory of Open Access Journals (Sweden)

    Khalid Haddouch

    2016-09-01

    Full Text Available A wide variety of real world optimization problems can be modelled as Weighted Constraint Satisfaction Problems (WCSPs. In this paper, we model this problem in terms of in original 0-1 quadratic programming subject to leaner constraints. View it performance, we use the continuous Hopfield network to solve the obtained model basing on original energy function. To validate our model, we solve several instance of benchmarking WCSP. In this regard, our approach recognizes the optimal solution of the said instances.

  4. CBLIB 2014: a benchmark library for conic mixed-integer and continuous optimization

    DEFF Research Database (Denmark)

    Friberg, Henrik Alsing

    2016-01-01

    The Conic Benchmark Library is an ongoing community-driven project aiming to challenge commercial and open source solvers on mainstream cone support. In this paper, 121 mixed-integer and continuous second-order cone problem instances have been selected from 11 categories as representative...

  5. Nuclear Power and Societal Problems in Risk Management

    DEFF Research Database (Denmark)

    Rasmussen, Jens

    1999-01-01

    Presently, nuclear power is in focus of the public safety concern and several governments are forced to reconsider its continued role in the national power policy. In this situation it is mandatory for the utilities and the industry to present credible risk management strategies. Development...... in this, some basic problems in the present models of accident causation are described with their influence on risk management strategies. Some critical research problems are identified and illustrated by examples of accidents within shipping, aviation, etc.and parallels drawn to the conditions of nuclear...

  6. Adaptive Controller Design for Continuous Stirred Tank Reactor

    OpenAIRE

    K. Prabhu; V. Murali Bhaskaran

    2014-01-01

    Continues Stirred Tank Reactor (CSTR) is an important issue in chemical process and a wide range of research in the area of chemical engineering. Temperature Control of CSTR has been an issue in the chemical control engineering since it has highly non-linear complex equations. This study presents problem of temperature control of CSTR with the adaptive Controller. The Simulation is done in MATLAB and result shows that adaptive controller is an efficient controller for temperature control of C...

  7. NONSTANDARD PROBLEMS IN STUDYING THE PROPERTIES FUNCTIONS.

    Directory of Open Access Journals (Sweden)

    V. I. Kuzmich

    2010-06-01

    Full Text Available In this paper we consider two non-standard problems that may be offered to students for independent solution in the study of fundamental properties of functions in the course of mathematical analysis. These tasks are wearing creativity and contribute to a better understanding of students to concepts such as monotonicity and continuity of the function.

  8. [Absorption spectrum of Quasi-continuous laser modulation demodulation method].

    Science.gov (United States)

    Shao, Xin; Liu, Fu-Gui; Du, Zhen-Hui; Wang, Wei

    2014-05-01

    A software phase-locked amplifier demodulation method is proposed in order to demodulate the second harmonic (2f) signal of quasi-continuous laser wavelength modulation spectroscopy (WMS) properly, based on the analysis of its signal characteristics. By judging the effectiveness of the measurement data, filter, phase-sensitive detection, digital filtering and other processing, the method can achieve the sensitive detection of quasi-continuous signal The method was verified by using carbon dioxide detection experiments. The WMS-2f signal obtained by the software phase-locked amplifier and the high-performance phase-locked amplifier (SR844) were compared simultaneously. The results show that the Allan variance of WMS-2f signal demodulated by the software phase-locked amplifier is one order of magnitude smaller than that demodulated by SR844, corresponding two order of magnitude lower of detection limit. And it is able to solve the unlocked problem caused by the small duty cycle of quasi-continuous modulation signal, with a small signal waveform distortion.

  9. Synthetic Biology and the Argument from Continuity with Established Technologies

    DEFF Research Database (Denmark)

    Christiansen, Andreas

    2015-01-01

    ) that it ignores the distinction between what reasons we have and what we should do all things considered. I then illustrate the Continuity Argument and its problems in the case where human manipulation of organisms’ genetic makeup is a suggested reason for finding synthetic biology problematic. Finally, I suggest......Defenders of synthetic biology commonly make reference to the fact that established technologies, such as domestication or selective breeding, share some of the features of synthetic biology that critics argue make it ethically problematic. In this chapter, I reconstruct such references...... as instances of a type of argument which I dub the Continuity Argument. Roughly, the Continuity Argument seeks to show that if we are not disposed to reject the established technology, then features that this technology share with synthetic biology cannot provide reasons to find it ethically problematic. I...

  10. 34 CFR 356.11 - What types of problems may be researched under the fellowship program?

    Science.gov (United States)

    2010-07-01

    ... 34 Education 2 2010-07-01 2010-07-01 false What types of problems may be researched under the... (Continued) OFFICE OF SPECIAL EDUCATION AND REHABILITATIVE SERVICES, DEPARTMENT OF EDUCATION DISABILITY AND... Program? § 356.11 What types of problems may be researched under the fellowship program? Problems...

  11. Continuous process of powder production for MOX fuel fabrication according to ''granat'' technology

    International Nuclear Information System (INIS)

    Morkovnikov, V.E.; Raginskiy, L.S.; Pavlinov, A.P.; Chernov, V.A.; Revyakin, V.V.; Varykhanov, V.S.; Revnov, V.N.

    2000-01-01

    During last years the problem of commercial MOX fuel fabrication for nuclear reactors in Russia was solved in a number of directions. The paper deals with the solution of the problem of creating a continuous pilot plant for the production of MOX fuel powders on the basis of the home technology 'Granat', that was tested before on a small-scale pilot-commercial batch-operated plant of the same name and confirmed good results. (authors)

  12. Continuous improvement: A win-win process

    International Nuclear Information System (INIS)

    Lawrence, T.M.; Wichert, A.

    1992-01-01

    The strategies used within PanCanadian Petroleum Limited's production division to successfully introduce the continuous improvement (CI) process are discussed. Continuous improvement is an operating philosophy and management style which allows all employees to participate in and improve the way an organization performs its day-to-day business. In the CI work environment the supervisor's traditional role changes from one of monitoring and controlling, to one of inspiring, motivating and leading people by communicating a clear vision. Employees at all levels in the work environment are organized into teams and armed with a good working knowledge of the problem-solving tools which allow them to pursue and implement improvement initiatives. The outcome of the process is an ongoing win-win situation for both PanCanadian and its people. Employees are gaining more trust, eliminating job irritants, and enjoying their work in a team environment. The company is benefiting through increased production, improved safety and reduced operating expenses, thanks to the many innovative ideas introduced by employees. 4 refs

  13. Inverse scattering problems with multi-frequencies

    International Nuclear Information System (INIS)

    Bao, Gang; Li, Peijun; Lin, Junshan; Triki, Faouzi

    2015-01-01

    This paper is concerned with computational approaches and mathematical analysis for solving inverse scattering problems in the frequency domain. The problems arise in a diverse set of scientific areas with significant industrial, medical, and military applications. In addition to nonlinearity, there are two common difficulties associated with the inverse problems: ill-posedness and limited resolution (diffraction limit). Due to the diffraction limit, for a given frequency, only a low spatial frequency part of the desired parameter can be observed from measurements in the far field. The main idea developed here is that if the reconstruction is restricted to only the observable part, then the inversion will become stable. The challenging task is how to design stable numerical methods for solving these inverse scattering problems inspired by the diffraction limit. Recently, novel recursive linearization based algorithms have been presented in an attempt to answer the above question. These methods require multi-frequency scattering data and proceed via a continuation procedure with respect to the frequency from low to high. The objective of this paper is to give a brief review of these methods, their error estimates, and the related mathematical analysis. More attention is paid to the inverse medium and inverse source problems. Numerical experiments are included to illustrate the effectiveness of these methods. (topical review)

  14. Studies of the occupational exposure of Malaysian plantation workers to paraquat

    Energy Technology Data Exchange (ETDEWEB)

    Chester, G; Woollen, B H

    1982-02-01

    Studies carried out on the occupational exposure to paraquat of plantation workers in Malaysia comprised quantitative estimates of dermal and respiratory exposure of knapsack spray operators, carriers, and rubber tappers operating under their normal working conditions. Spray operators have been shown to be dermally exposed to paraquat by walking through recently sprayed vegetation and into their own spray, regular adjustment and unblocking of spray nozzles and leakage, and overfilling of knapsack spray tanks. Carriers also received measurable dermal exposure from walking through recently sprayed vegetation and accidental spillage when carrying and loading. The infrequent and negligible dermal exposure of tappers resulted from walking through recently sprayed vegetation. Determinations of the total airborne paraquat concentrations in the breathing zone show that spray operators and carriers are exposed to an order of 1% or less of the current TLV for respirable paraquat. No paraquat was detected in the breathing zones of tappers working in simultaneously sprayed blocks. The calculated ranges of dermal and respiratory exposures, when compared with published data on both the exposure to, and the toxicity of, paraquat, indicate that there should be no toxicological risk to any of the three groups studied as a result of using paraquat.

  15. Continuous energy adjoint Monte Carlo for coupled neutron-photon transport

    Energy Technology Data Exchange (ETDEWEB)

    Hoogenboom, J.E. [Delft Univ. of Technology (Netherlands). Interfaculty Reactor Inst.

    2001-07-01

    Although the theory for adjoint Monte Carlo calculations with continuous energy treatment for neutrons as well as for photons is known, coupled neutron-photon transport problems present fundamental difficulties because of the discrete energies of the photons produced by neutron reactions. This problem was solved by forcing the energy of the adjoint photon to the required discrete value by an adjoint Compton scattering reaction or an adjoint pair production reaction. A mathematical derivation shows the exact procedures to follow for the generation of an adjoint neutron and its statistical weight. A numerical example demonstrates that correct detector responses are obtained compared to a standard forward Monte Carlo calculation. (orig.)

  16. Application of thermodynamics and Wagner model on two problems in continuous hot-dip galvanizing

    Science.gov (United States)

    Liu, Huachu; He, Yanlin; Li, Lin

    2009-12-01

    Firstly in this paper, the influence of H 2 and water vapor content on selective oxidation occurred in continuous hot-dip galvanizing has been studied by thermodynamics and Wagner model, then, the Gibbs energy of each possible aluminothermic reducing reaction in zinc bath was calculated in order to judge the possibility of these reactions. It was found that oxides' amounts and oxidation type were greatly related to the H 2 and water content in the annealing atmosphere. And from the view of thermodynamics, surface oxides (MnO, Cr 2O 3, SiO 2 etc.) can be reduced by the effective Al in Zn bath.

  17. Application of thermodynamics and Wagner model on two problems in continuous hot-dip galvanizing

    Energy Technology Data Exchange (ETDEWEB)

    Liu Huachu; He Yanlin [School of Material Science and Engineering, Shanghai University, No.149 Yanchang Road Shanghai 200072 (China); Li Lin, E-mail: liling@shu.edu.cn [School of Material Science and Engineering, Shanghai University, No.149 Yanchang Road Shanghai 200072 (China)

    2009-12-15

    Firstly in this paper, the influence of H{sub 2} and water vapor content on selective oxidation occurred in continuous hot-dip galvanizing has been studied by thermodynamics and Wagner model, then, the Gibbs energy of each possible aluminothermic reducing reaction in zinc bath was calculated in order to judge the possibility of these reactions. It was found that oxides' amounts and oxidation type were greatly related to the H{sub 2} and water content in the annealing atmosphere. And from the view of thermodynamics, surface oxides (MnO, Cr{sub 2}O{sub 3}, SiO{sub 2} etc.) can be reduced by the effective Al in Zn bath.

  18. On an elastic dissipation model as continuous approximation for discrete media

    Directory of Open Access Journals (Sweden)

    I. V. Andrianov

    2006-01-01

    Full Text Available Construction of an accurate continuous model for discrete media is an important topic in various fields of science. We deal with a 1D differential-difference equation governing the behavior of an n-mass oscillator with linear relaxation. It is known that a string-type approximation is justified for low part of frequency spectra of a continuous model, but for free and forced vibrations a solution of discrete and continuous models can be quite different. A difference operator makes analysis difficult due to its nonlocal form. Approximate equations can be obtained by replacing the difference operators via a local derivative operator. Although application of a model with derivative of more than second order improves the continuous model, a higher order of approximated differential equation seriously complicates a solution of continuous problem. It is known that accuracy of the approximation can dramatically increase using Padé approximations. In this paper, one- and two-point Padé approximations suitable for justify choice of structural damping models are used.

  19. Electronic Interests and Behaviours Associated with Gambling Problems

    Science.gov (United States)

    Phillips, James G.; Ogeil, Rowan P.; Blaszczynski, Alex

    2012-01-01

    Multiple computing devices continue to develop capabilities that support online gambling, resulting in the need to evaluate the extent that this trend will contribute to gambling problems. A sample of 1,141 participants completed an online survey assessing interest in and difficulties limiting use of digital services. Questionnaire items measured…

  20. The assembly and use of continuous flow systems for chemical synthesis.

    Science.gov (United States)

    Britton, Joshua; Jamison, Timothy F

    2017-11-01

    The adoption of and opportunities in continuous flow synthesis ('flow chemistry') have increased significantly over the past several years. Continuous flow systems provide improved reaction safety and accelerated reaction kinetics, and have synthesised several active pharmaceutical ingredients in automated reconfigurable systems. Although continuous flow platforms are commercially available, systems constructed 'in-lab' provide researchers with a flexible, versatile, and cost-effective alternative. Herein, we describe the assembly and use of a modular continuous flow apparatus from readily available and affordable parts in as little as 30 min. Once assembled, the synthesis of a sulfonamide by reacting 4-chlorobenzenesulfonyl chloride with dibenzylamine in a single reactor coil with an in-line quench is presented. This example reaction offers the opportunity to learn several important skills including reactor construction, charging of a back-pressure regulator, assembly of stainless-steel syringes, assembly of a continuous flow system with multiple junctions, and yield determination. From our extensive experience of single-step and multistep continuous flow synthesis, we also describe solutions to commonly encountered technical problems such as precipitation of solids ('clogging') and reactor failure. Following this protocol, a nonspecialist can assemble a continuous flow system from reactor coils, syringes, pumps, in-line liquid-liquid separators, drying columns, back-pressure regulators, static mixers, and packed-bed reactors.

  1. Continuous and Discrete-Time Optimal Controls for an Isolated Signalized Intersection

    Directory of Open Access Journals (Sweden)

    Jiyuan Tan

    2017-01-01

    Full Text Available A classical control problem for an isolated oversaturated intersection is revisited with a focus on the optimal control policy to minimize total delay. The difference and connection between existing continuous-time planning models and recently proposed discrete-time planning models are studied. A gradient descent algorithm is proposed to convert the optimal control plan of the continuous-time model to the plan of the discrete-time model in many cases. Analytic proof and numerical tests for the algorithm are also presented. The findings shed light on the links between two kinds of models.

  2. A Dynamic Continuation-Passing Style for Dynamic Delimited Continuations

    DEFF Research Database (Denmark)

    Biernacki, Dariusz; Danvy, Olivier; Millikin, Kevin Scott

    2005-01-01

    We present a new abstract machine that accounts for dynamic delimited continuations. We prove the correctness of this new abstract machine with respect to a pre-existing, definitional abstract machine. Unlike this definitional abstract machine, the new abstract machine is in defunctionalized form......, which makes it possible to state the corresponding higher-order evaluator. This evaluator is in continuation+state passing style and threads a trail of delimited continuations and a meta-continuation. Since this style accounts for dynamic delimited continuations, we refer to it as `dynamic continuation......-passing style.' We show that the new machine operates more efficiently than the definitional one and that the notion of computation induced by the corresponding evaluator takes the form of a monad. We also present new examples and a new simulation of dynamic delimited continuations in terms of static ones....

  3. Parallel algorithms for simulating continuous time Markov chains

    Science.gov (United States)

    Nicol, David M.; Heidelberger, Philip

    1992-01-01

    We have previously shown that the mathematical technique of uniformization can serve as the basis of synchronization for the parallel simulation of continuous-time Markov chains. This paper reviews the basic method and compares five different methods based on uniformization, evaluating their strengths and weaknesses as a function of problem characteristics. The methods vary in their use of optimism, logical aggregation, communication management, and adaptivity. Performance evaluation is conducted on the Intel Touchstone Delta multiprocessor, using up to 256 processors.

  4. Topology optimization problems with design-dependent sets of constraints

    DEFF Research Database (Denmark)

    Schou, Marie-Louise Højlund

    Topology optimization is a design tool which is used in numerous fields. It can be used whenever the design is driven by weight and strength considerations. The basic concept of topology optimization is the interpretation of partial differential equation coefficients as effective material...... properties and designing through changing these coefficients. For example, consider a continuous structure. Then the basic concept is to represent this structure by small pieces of material that are coinciding with the elements of a finite element model of the structure. This thesis treats stress constrained...... structural topology optimization problems. For such problems a stress constraint for an element should only be present in the optimization problem when the structural design variable corresponding to this element has a value greater than zero. We model the stress constrained topology optimization problem...

  5. Patient satisfaction and barriers to initiating real-time continuous glucose monitoring in early pregnancy in women with diabetes

    DEFF Research Database (Denmark)

    Secher, A L; Madsen, A B; Nielsen, Lene Ringholm

    2012-01-01

    of initial monitoring). Ten women (15%) did not wish to use continuous glucose monitoring again in pregnancy. Main causes behind early removal of continuous glucose monitoring were self-reported skin irritation, technical problems and continuous glucose monitoring inaccuracy. No differences were found......Aim: To evaluate self-reported satisfaction and barriers to initiating real-time continuous glucose monitoring in early pregnancy among women with pregestational diabetes. Methods: Fifty-four women with Type 1 diabetes and 14 women with Type 2 diabetes were offered continuous glucose monitoring...

  6. A Cross-Entropy-Based Admission Control Optimization Approach for Heterogeneous Virtual Machine Placement in Public Clouds

    Directory of Open Access Journals (Sweden)

    Li Pan

    2016-03-01

    Full Text Available Virtualization technologies make it possible for cloud providers to consolidate multiple IaaS provisions into a single server in the form of virtual machines (VMs. Additionally, in order to fulfill the divergent service requirements from multiple users, a cloud provider needs to offer several types of VM instances, which are associated with varying configurations and performance, as well as different prices. In such a heterogeneous virtual machine placement process, one significant problem faced by a cloud provider is how to optimally accept and place multiple VM service requests into its cloud data centers to achieve revenue maximization. To address this issue, in this paper, we first formulate such a revenue maximization problem during VM admission control as a multiple-dimensional knapsack problem, which is known to be NP-hard to solve. Then, we propose to use a cross-entropy-based optimization approach to address this revenue maximization problem, by obtaining a near-optimal eligible set for the provider to accept into its data centers, from the waiting VM service requests in the system. Finally, through extensive experiments and measurements in a simulated environment with the settings of VM instance classes derived from real-world cloud systems, we show that our proposed cross-entropy-based admission control optimization algorithm is efficient and effective in maximizing cloud providers’ revenue in a public cloud computing environment.

  7. A aprendizagem baseada em problemas na promoção da educação continuada com a equipe de enfermagem = The problem-based learning promoting the continuing education with the nursing team

    Directory of Open Access Journals (Sweden)

    Mileni Francisca Gomes Souza

    2011-07-01

    Full Text Available A educação para capacitar de maneira crítica e reflexiva a equipe de enfermagem no seu processo de trabalho motivou este estudo. O objetivo foi analisar a percepção dos profissionais de enfermagem sobre a viabilidade da utilização da aprendizagem baseada em problemas no contexto da educação continuada. Utilizou-se uma oficina sobre educação continuada com uma equipe de enfermagem, percorrendo a proposta metodológica do ‘Arco de Marguerez’, em que a realidade/problema foi a realização de uma técnica de curativo na unidade de saúde. Os dados foram obtidos com o auxílio de um roteiro semiestruturado, aplicado após a oficina, pelo método de grupo focal, em que os participantes com o auxílio do pesquisador expuseram suas percepções sobre a estratégia proposta. Os conteúdos dos diálogos foram gravados e posteriormente transcritos para análise de conteúdo. Os resultados sugerem repensar as estratégias na educação continuada para enfermagem, de maneira a proporcionar que cada profissional seja capaz de identificar os desafios na sua realidade a serem superados e contribuir para a mudança no âmbito pessoal e social. Infere-se a necessidade da constante atualização dos profissionais de enfermagem o que pode ser alcançado pela educação continuada com a equipe, em que a aprendizagem baseada em problemas mostrou-se satisfatória.The education to enable critically and reflectively the nursing team during work process motivated this study. The objective was to analyze the perception of nursing professionals on the feasibility of using problem-based learning in the context of continuing education. We used a workshop on continuing education with a nursing team, covering the methodological proposal of the ‘Arc of Marguerez’, where the reality/problem was to hold a healing technique in the health unit. Data was obtained with the aid of a semi-structured script, applied after the workshop, through the focus group method

  8. A New Formulation for the Combined Maritime Fleet Deployment and Inventory Management Problem

    OpenAIRE

    Dong, Bo; Bektas, Tolga; Chandra, Saurabh; Christiansen, Marielle; Fagerholt, Kjetil

    2017-01-01

    This paper addresses the fleet deployment problem and in particular the treatment of inventory in the maritime case. A new model based on time-continuous formulation for the combined maritime fleet deployment and inventory management problem in Roll-on Roll-off shipping is presented. Tests based on realistic data from the Ro-Ro business show that the model yields good solutions to the combined problem within reasonable time.

  9. The route from problem to solution in multistep continuous flow synthesis of pharmaceutical compounds.

    Science.gov (United States)

    Bana, Péter; Örkényi, Róbert; Lövei, Klára; Lakó, Ágnes; Túrós, György István; Éles, János; Faigl, Ferenc; Greiner, István

    2017-12-01

    Recent advances in the field of continuous flow chemistry allow the multistep preparation of complex molecules such as APIs (Active Pharmaceutical Ingredients) in a telescoped manner. Numerous examples of laboratory-scale applications are described, which are pointing towards novel manufacturing processes of pharmaceutical compounds, in accordance with recent regulatory, economical and quality guidances. The chemical and technical knowledge gained during these studies is considerable; nevertheless, connecting several individual chemical transformations and the attached analytics and purification holds hidden traps. In this review, we summarize innovative solutions for these challenges, in order to benefit chemists aiming to exploit flow chemistry systems for the synthesis of biologically active molecules. Copyright © 2016 Elsevier Ltd. All rights reserved.

  10. One-dimensional scattering problem for inverse square potential

    International Nuclear Information System (INIS)

    Mineev, V.S.

    1990-01-01

    Analytical continuation of the solution for the Schroedinger equation of inverse square potential, together with the modified method for variation of constants makes it possible to construct admittable self-adjoint extensions and to completely analyze the respective scattering problem along the entire line. In this case, the current density conservation and the wave function continuity when passing through the singular point x=0 require, that a 8-shaped induced potential should be introduced in the Schroedinger equation. The relevant calculations have shown that the potential x -2 can be either absolutely penetrable or absolutely impenetrable. 16 refs

  11. Community-University Partnerships: Achieving continuity in the face of change

    Directory of Open Access Journals (Sweden)

    Linda Silka

    2008-09-01

    Full Text Available A challenge that community-university partnerships everywhere will face is how to maintain continuity in the face of change. The problems besetting communities continually shift and the goals of the university partners often fluctuate. This article describes a decade-long strategy one university has successfully used to address this problem. Over the past ten years, a community-university partnership at the University of Massachusetts Lowell has used summer content funding to respond creativity to shifting priorities. Each summer a research-action project is developed that targets a different content issue that has emerged with unexpected urgency. Teams of graduate students and high school students are charged with investigating this issue under the auspices of the partnership. These highly varied topics have included immigrant businesses, youth asset mapping, women owned businesses, the housing crisis, social program cutbacks, sustainability, and economic development and the arts. Despite their obvious differences, these topics share underlying features that further partnership commitment and continuity. Each has an urgency: the information is needed quickly, often because some immediate policy change is under consideration. Each topic has the advantage of drawing on multiple domains: the topics are inherently interdisciplinary and because they do not “belong” to any single field, they lend themselves to disciplines pooling their efforts to achieve greater understanding. Each also has high visibility: their salience has meant that people were often willing to devote scarce resources to the issues and also that media attention could easily be gained to highlight the advantages of students, partners, and the university working together. And the topics themselves are generative: they have the potential to contribute in many different ways to teaching, research, and outreach. This paper ends with a broader consideration of how partnerships can

  12. Optimal Control Method of Parabolic Partial Differential Equations and Its Application to Heat Transfer Model in Continuous Cast Secondary Cooling Zone

    Directory of Open Access Journals (Sweden)

    Yuan Wang

    2015-01-01

    Full Text Available Our work is devoted to a class of optimal control problems of parabolic partial differential equations. Because of the partial differential equations constraints, it is rather difficult to solve the optimization problem. The gradient of the cost function can be found by the adjoint problem approach. Based on the adjoint problem approach, the gradient of cost function is proved to be Lipschitz continuous. An improved conjugate method is applied to solve this optimization problem and this algorithm is proved to be convergent. This method is applied to set-point values in continuous cast secondary cooling zone. Based on the real data in a plant, the simulation experiments show that the method can ensure the steel billet quality. From these experiment results, it is concluded that the improved conjugate gradient algorithm is convergent and the method is effective in optimal control problem of partial differential equations.

  13. Breaks in continuity of care and the rural senior transferred for medical care under regionalisation

    Directory of Open Access Journals (Sweden)

    H. Jay Biem

    2003-09-01

    Full Text Available Continuity of care, defined as the patient experiencing coherent care over time and place, is challenged when a rural senior with multiple medical problems is transferred to a regional hospital for acute care. From an illustrative case of an older patient with pneumonia and atrial fibrillation, we catalogue potential breaks in continuity of care. Optimal continuity of care is characterised not only by regular contact with the providers who establish collaboration with patients and their caregivers, but also by communication, co-ordination, contingency, convenience, and consistency. Because it is not possible to have the same providers continuously available (relational continuity, for continuity of care, there is a need for integrative system approaches, such as: (1 policy and standards, disease management programs, integrated clinical pathways (management continuity, (2 electronic health information systems and telecommunications technology (communication continuity. The evaluation of these approaches requires measures that account for the multi-faceted nature of continuity of care.

  14. Continuous-time quantum Monte Carlo impurity solvers

    Science.gov (United States)

    Gull, Emanuel; Werner, Philipp; Fuchs, Sebastian; Surer, Brigitte; Pruschke, Thomas; Troyer, Matthias

    2011-04-01

    Continuous-time quantum Monte Carlo impurity solvers are algorithms that sample the partition function of an impurity model using diagrammatic Monte Carlo techniques. The present paper describes codes that implement the interaction expansion algorithm originally developed by Rubtsov, Savkin, and Lichtenstein, as well as the hybridization expansion method developed by Werner, Millis, Troyer, et al. These impurity solvers are part of the ALPS-DMFT application package and are accompanied by an implementation of dynamical mean-field self-consistency equations for (single orbital single site) dynamical mean-field problems with arbitrary densities of states. Program summaryProgram title: dmft Catalogue identifier: AEIL_v1_0 Program summary URL:http://cpc.cs.qub.ac.uk/summaries/AEIL_v1_0.html Program obtainable from: CPC Program Library, Queen's University, Belfast, N. Ireland Licensing provisions: ALPS LIBRARY LICENSE version 1.1 No. of lines in distributed program, including test data, etc.: 899 806 No. of bytes in distributed program, including test data, etc.: 32 153 916 Distribution format: tar.gz Programming language: C++ Operating system: The ALPS libraries have been tested on the following platforms and compilers: Linux with GNU Compiler Collection (g++ version 3.1 and higher), and Intel C++ Compiler (icc version 7.0 and higher) MacOS X with GNU Compiler (g++ Apple-version 3.1, 3.3 and 4.0) IBM AIX with Visual Age C++ (xlC version 6.0) and GNU (g++ version 3.1 and higher) compilers Compaq Tru64 UNIX with Compq C++ Compiler (cxx) SGI IRIX with MIPSpro C++ Compiler (CC) HP-UX with HP C++ Compiler (aCC) Windows with Cygwin or coLinux platforms and GNU Compiler Collection (g++ version 3.1 and higher) RAM: 10 MB-1 GB Classification: 7.3 External routines: ALPS [1], BLAS/LAPACK, HDF5 Nature of problem: (See [2].) Quantum impurity models describe an atom or molecule embedded in a host material with which it can exchange electrons. They are basic to nanoscience as

  15. Finite-Time H∞ Filtering for Linear Continuous Time-Varying Systems with Uncertain Observations

    Directory of Open Access Journals (Sweden)

    Huihong Zhao

    2012-01-01

    Full Text Available This paper is concerned with the finite-time H∞ filtering problem for linear continuous time-varying systems with uncertain observations and ℒ2-norm bounded noise. The design of finite-time H∞ filter is equivalent to the problem that a certain indefinite quadratic form has a minimum and the filter is such that the minimum is positive. The quadratic form is related to a Krein state-space model according to the Krein space linear estimation theory. By using the projection theory in Krein space, the finite-time H∞ filtering problem is solved. A numerical example is given to illustrate the performance of the H∞ filter.

  16. Theory and application of the RAZOR two-dimensional continuous energy lattice physics code

    International Nuclear Information System (INIS)

    Zerkle, M.L.; Abu-Shumays, I.K.; Ott, M.W.; Winwood, J.P.

    1997-01-01

    The theory and application of the RAZOR two-dimensional, continuous energy lattice physics code are discussed. RAZOR solves the continuous energy neutron transport equation in one- and two-dimensional geometries, and calculates equivalent few-group diffusion theory constants that rigorously account for spatial and spectral self-shielding effects. A dual energy resolution slowing down algorithm is used to reduce computer memory and disk storage requirements for the slowing down calculation. Results are presented for a 2D BWR pin cell depletion benchmark problem

  17. Continuous Improvement and its Barriers in Electrical and Electronic Industry

    Directory of Open Access Journals (Sweden)

    Ahmad Md Fauzi

    2017-01-01

    Full Text Available Continuous improvement is one of the core strategies for manufacturing excellent and it is considered vital in today’s business environment. Continuous improvement is an important factor in TQM implementation. However, manufacturers in Electrical and Electronic Industry is facing variety of challenges such as, time constraint, quality issue, headcount issue, human issue and competition in domestic as well as the global market. This paper presents total quality management practices in Electrical and Electronic (EE Industry. These manufacturers have to keep improving in key activities and processes to cope the challenges. Therefore, EE industry realize the importance of continuous improvement in helping the industries by setting clear goals and priorities for the area of improvement. The aims of this study are to determine the main factor in implementing continuous improvement practices, identify tools of continuous improvement that have been used and their obstacle in implementing continuous improvement practices. 200 questionnaires had been distributed to the employees in Electrical and Electronic Industry located at Bayan Lepas, Penang, Malaysia. A total of 41 questionnaires were answered which represented about 20.5% response rates. Survey result shows that teamwork and training and learning are respectively the importance factor and the most practices factor in Electrical and Electronic Industry. Most of the Electrical and Electronic Industry emphasis is on using Lean Manufacturing as the tool of continuous improvement practices. Besides that, Electrical and Electronic Industry faced the problems of lack of budget and lack of worker commitment.

  18. Improving Reference Service: The Case for Using a Continuous Quality Improvement Method.

    Science.gov (United States)

    Aluri, Rao

    1993-01-01

    Discusses the evaluation of library reference service; examines problems with past evaluations, including the lack of long-term planning and a systems perspective; and suggests a method for continuously monitoring and improving reference service using quality improvement tools such as checklists, cause and effect diagrams, Pareto charts, and…

  19. Integral geometry and inverse problems for hyperbolic equations

    CERN Document Server

    Romanov, V G

    1974-01-01

    There are currently many practical situations in which one wishes to determine the coefficients in an ordinary or partial differential equation from known functionals of its solution. These are often called "inverse problems of mathematical physics" and may be contrasted with problems in which an equation is given and one looks for its solution under initial and boundary conditions. Although inverse problems are often ill-posed in the classical sense, their practical importance is such that they may be considered among the pressing problems of current mathematical re­ search. A. N. Tihonov showed [82], [83] that there is a broad class of inverse problems for which a particular non-classical definition of well-posed ness is appropriate. This new definition requires that a solution be unique in a class of solutions belonging to a given subset M of a function space. The existence of a solution in this set is assumed a priori for some set of data. The classical requirement of continuous dependence of the solutio...

  20. Learning to reach by reinforcement learning using a receptive field based function approximation approach with continuous actions.

    Science.gov (United States)

    Tamosiunaite, Minija; Asfour, Tamim; Wörgötter, Florentin

    2009-03-01

    Reinforcement learning methods can be used in robotics applications especially for specific target-oriented problems, for example the reward-based recalibration of goal directed actions. To this end still relatively large and continuous state-action spaces need to be efficiently handled. The goal of this paper is, thus, to develop a novel, rather simple method which uses reinforcement learning with function approximation in conjunction with different reward-strategies for solving such problems. For the testing of our method, we use a four degree-of-freedom reaching problem in 3D-space simulated by a two-joint robot arm system with two DOF each. Function approximation is based on 4D, overlapping kernels (receptive fields) and the state-action space contains about 10,000 of these. Different types of reward structures are being compared, for example, reward-on- touching-only against reward-on-approach. Furthermore, forbidden joint configurations are punished. A continuous action space is used. In spite of a rather large number of states and the continuous action space these reward/punishment strategies allow the system to find a good solution usually within about 20 trials. The efficiency of our method demonstrated in this test scenario suggests that it might be possible to use it on a real robot for problems where mixed rewards can be defined in situations where other types of learning might be difficult.

  1. Continuous bounded cohomology of locally compact groups

    CERN Document Server

    2001-01-01

    Recent research has repeatedly led to connections between important rigidity questions and bounded cohomology. However, the latter has remained by and large intractable. This monograph introduces the functorial study of the continuous bounded cohomology for topological groups, with coefficients in Banach modules. The powerful techniques of this more general theory have successfully solved a number of the original problems in bounded cohomology. As applications, one obtains, in particular, rigidity results for actions on the circle, for representations on complex hyperbolic spaces and on Teichmüller spaces. A special effort has been made to provide detailed proofs or references in quite some generality.

  2. Pendekatan Problem Solving berbantuan Komputer dalam Pembelajaran Matematika

    Directory of Open Access Journals (Sweden)

    Laswadi Laswadi

    2015-06-01

    Full Text Available Creating effective mathematics learning is a complex and continuous undertaking. Using the right approach of learning and utilizing technological developments is an attempt to improve the quality of learning. This paper examines the problem solving learning computer-assisted and how its potential in developing high-order thinking skills of students. 

  3. On Characterisation of Markov Processes Via Martingale Problems

    Indian Academy of Sciences (India)

    This extension is used to improve on a criterion for a probability measure to be invariant for the semigroup associated with the Markov process. We also give examples of martingale problems that are well-posed in the class of solutions which are continuous in probability but for which no r.c.l.l. solution exists.

  4. Solving potential field problems in composite media with complicated geometries

    International Nuclear Information System (INIS)

    Yeh, H.

    1977-01-01

    Recently, Yeh developed a method of solving potential field problems for complicated geometries and theorems of piecewise continuous eigenfunctions which can be used to solve boundary-value problems in composite media by the separation of variables. This paper shows that by a proper arrangement of matching conditions and boundary conditions, this method and these theorems can be applied simultaneously so that the problems in composite media with complicated geometries can be solved. To illustrate this, a heat-conduction problem in a composite cylinder with an abrupt change in cross-section area is solved. Also presented in this paper are the method of handling the nonhomogeneous boundary conditions for composite media and the extension of one of the above-mentioned theorems to include imperfect contact on material boundaries

  5. Development of a method of continuous improvement of services using the Business Intelligence tools

    Directory of Open Access Journals (Sweden)

    Svetlana V. Kulikova

    2018-01-01

    Full Text Available The purpose of the study was to develop a method of continuous improvement of services using the Business Intelligence tools.Materials and methods: the materials are used on the concept of the Deming Cycle, methods and Business Intelligence technologies, Agile methodology and SCRUM.Results: the article considers the problem of continuous improvement of services and offers solutions using methods and technologies of Business Intelligence. In this case, the purpose of this technology is to solve and make the final decision regarding what needs to be improved in the current organization of services. In other words, Business Intelligence helps the product manager to see what is hidden from the “human eye” on the basis of received and processed data. Development of a method based on the concept of the Deming Cycle and Agile methodologies, and SCRUM.The article describes the main stages of development of method based on activity of the enterprise. It is necessary to fully build the Business Intelligence system in the enterprise to identify bottlenecks and justify the need for their elimination and, in general, for continuous improvement of the services. This process is represented in the notation of DFD. The article presents a scheme for the selection of suitable agile methodologies.The proposed concept of the solution of the stated objectives, including methods of identification of problems through Business Intelligence technology, development of the system for troubleshooting and analysis of results of the introduced changes. The technical description of the project is given.Conclusion: following the work of the authors there was formed the concept of the method for the continuous improvement of the services, using the Business Intelligence technology with the specifics of the enterprises, offering SaaS solutions. It was also found that when using this method, the recommended development methodology is SCRUM. The result of this scientific

  6. SEMIGROUPS N TIMES INTEGRATED AND AN APPLICATION TO A PROBLEM OF CAUCHY TYPE

    Directory of Open Access Journals (Sweden)

    Danessa Chirinos Fernández

    2016-06-01

    Full Text Available The theory of semigroups n times integrated is a generalization of strongly continuous semigroups, which was developed from 1984, and is widely used for the study of the existence and uniqueness of problems such Cauchy in which the operator domain is not necessarily dense. This paper presents an application of semigroups n times integrated into a problem of viscoelasticity, which is formulated as a Cauchy problem on a Banach space presents .

  7. Is Late or Non-Payment a Significant Problem to Malaysian Contractors?

    OpenAIRE

    M.E. Che Munaaim; M.S. Mohd Danuri; H. Abdul-Rahman

    2007-01-01

    Some developed countries have drawn lip construction-specific statutory security of payment acts/legislations typically known as Construction Contracts Act to eliminate poor payment practices and to assist continuous uninterrupted construction works. Malaysia too cannot pretend not to have these problems. This paper presents findings of a study conducted amongst Malaysian contractors with the aims to determine the seriousness of late and non- payment problems; to identify the main causes and ...

  8. The realization problem for positive and fractional systems

    CERN Document Server

    Kaczorek, Tadeusz

    2014-01-01

    This book addresses the realization problem of positive and fractional continuous-time and discrete-time linear systems. Roughly speaking the essence of the realization problem can be stated as follows: Find the matrices of the state space equations of linear systems for given their transfer matrices. This first book on this topic shows how many well-known classical approaches have been extended to the new classes of positive and fractional linear systems. The modified Gilbert method for multi-input multi-output linear systems, the method for determination of realizations in the controller canonical forms and in observer canonical forms are presented. The realization problem for linear systems described by differential operators, the realization problem in the Weierstrass canonical forms and of the descriptor linear systems for given Markov parameters are addressed. The book also presents a method for the determination of minimal realizations of descriptor linear systems and an extension for cone linear syste...

  9. Completely continuous and weakly completely continuous abstract ...

    Indian Academy of Sciences (India)

    An algebra A is called right completely continuous (right weakly completely continuous) ... Moreover, some applications of these results in group algebras are .... A linear subspace S(G) of L1(G) is said to be a Segal algebra, if it satisfies the.

  10. Acquisition, Processing, and Analysis of Continuous Multi-Offset GPR Data for Problems in Hydrogeophysics: Is it Worth the Cost? (Invited)

    Science.gov (United States)

    Bradford, J. H.

    2009-12-01

    Commercial development of multi-channel ground-penetrating radar (GPR) systems has made acquisition of continuous multi-offset (CMO) data more cost effective than ever. However, additional operator training, equipment costs, field and analysis time, and computation requirements necessarily remain substantially higher than conventional fixed offset GPR surveys. The choice to conduct a CMO survey is a target driven optimization problem where in many cases the added value outweighs the additional cost. Drawing examples from surface water, groundwater, snow, and glacier hydrology, I demonstrate a range of information that can be derived from CMO data with particular emphasis on estimating material properties of relevance to hydrological problems. Careful data acquisition is key to accurate property measurements. CMO geometries can be constructed with a single-channel system although with a significant loss of time and personnel efficiency relative to modern multi-channel systems. Using procedures such as common-midpoint stacking and pre-stack velocity filtering, it is possible to substantially improve the signal-to-noise ratio in GPR reflection images. However, the primary advantage of CMO data is dense sampling of a wide aperture of travelpaths through the subsurface. These data provide the basis for applying tomographic imaging techniques. Reflection velocity tomography in the pre-stack migration domain provides a robust approach to constructing accurate and detailed electromagnetic velocity models. These models in turn are used in conjunction with petrophysical models to estimate hydrologic properties such as porosity. Additionally, we can utilize the velocity models in conjunction with analysis of the frequency dependent attenuation to evaluate real and complex dielectric permittivity. The real and complex components of dielectric permittivity may have differing sensitivity to different components of the hydrologic system. Understanding this behavior may lead to

  11. Advance directives and personal identity: what is the problem?

    Science.gov (United States)

    Furberg, Elisabeth

    2012-02-01

    The personal identity problem expresses the worry that due to disrupted psychological continuity, one person's advance directive could be used to determine the care of a different person. Even ethicists, who strongly question the possibility of the scenario depicted by the proponents of the personal identity problem, often consider it to be a very potent objection to the use of advance directives. Aiming to question this assumption, I, in this paper, discuss the personal identity problem's relevance to the moral force of advance directives. By putting the personal identity argument in relation to two different normative frameworks, I aim to show that whether or not the personal identity problem is relevant to the moral force of advance directives, and further, in what way it is relevant, depends entirely on what normative reasons we have for respecting advance directives in the first place.

  12. Problem solving skills for schizophrenia.

    Science.gov (United States)

    Xia, J; Li, Chunbo

    2007-04-18

    The severe and long-lasting symptoms of schizophrenia are often the cause of severe disability. Environmental stress such as life events and the practical problems people face in their daily can worsen the symptoms of schizophrenia. Deficits in problem solving skills in people with schizophrenia affect their independent and interpersonal functioning and impair their quality of life. As a result, therapies such as problem solving therapy have been developed to improve problem solving skills for people with schizophrenia. To review the effectiveness of problem solving therapy compared with other comparable therapies or routine care for those with schizophrenia. We searched the Cochrane Schizophrenia Group's Register (September 2006), which is based on regular searches of BIOSIS, CENTRAL, CINAHL, EMBASE, MEDLINE and PsycINFO. We inspected references of all identified studies for further trials. We included all clinical randomised trials comparing problem solving therapy with other comparable therapies or routine care. We extracted data independently. For homogenous dichotomous data we calculated random effects, relative risk (RR), 95% confidence intervals (CI) and, where appropriate, numbers needed to treat (NNT) on an intention-to-treat basis. For continuous data, we calculated weighted mean differences (WMD) using a random effects statistical model. We included only three small trials (n=52) that evaluated problem solving versus routine care, coping skills training or non-specific interaction. Inadequate reporting of data rendered many outcomes unusable. We were unable to undertake meta-analysis. Overall results were limited and inconclusive with no significant differences between treatment groups for hospital admission, mental state, behaviour, social skills or leaving the study early. No data were presented for global state, quality of life or satisfaction. We found insufficient evidence to confirm or refute the benefits of problem solving therapy as an additional

  13. Treating limbs with electrons: creative solutions to technical problems

    International Nuclear Information System (INIS)

    Hornby, C.

    1993-01-01

    The treatment of superficial lesions on limbs involving large areas of skin has long presented a challenge to radiation therapists. In the 1990's the use of electrons provides a good selection of field sizes and beam penetrations. However, the rapidly varying contours of limbs as well as their mobility, continues to necessitate solutions to the problems of accurate field definition, homogeneous dose in particularly at beam junctions and, simple but effective patient stabilization. This paper offers several examples of creative solutions to these problems. 8 refs., 17 figs

  14. Unifying parameter estimation and the Deutsch-Jozsa algorithm for continuous variables

    International Nuclear Information System (INIS)

    Zwierz, Marcin; Perez-Delgado, Carlos A.; Kok, Pieter

    2010-01-01

    We reveal a close relationship between quantum metrology and the Deutsch-Jozsa algorithm on continuous-variable quantum systems. We develop a general procedure, characterized by two parameters, that unifies parameter estimation and the Deutsch-Jozsa algorithm. Depending on which parameter we keep constant, the procedure implements either the parameter-estimation protocol or the Deutsch-Jozsa algorithm. The parameter-estimation part of the procedure attains the Heisenberg limit and is therefore optimal. Due to the use of approximate normalizable continuous-variable eigenstates, the Deutsch-Jozsa algorithm is probabilistic. The procedure estimates a value of an unknown parameter and solves the Deutsch-Jozsa problem without the use of any entanglement.

  15. Patients' attitudes and experiences of relational continuity in semi-urban general practices in Oman.

    Science.gov (United States)

    Al-Azri, Mohammed; Al-Ramadhani, Ruqaiya; Al-Rawahi, Nada; Al-Shafee, Kawther; Al-Hinai, Mustafa; Al-Maniri, Abdullah

    2014-06-01

    Relational continuity is a cornerstone of primary care. In developing countries, however, little research has been conducted to determine the perception and experiences of patients in view of relational continuity in primary care. To study the role of relational continuity in primary care settings and its effect on patients' perceptions and experiences. A questionnaire-based survey was conducted at eight primary care health centres (PCHCs) in Al-Seeb province, Muscat, the capital city of Oman. All Omani patients aged 18 years and above attending their PCHCs during the study period were invited to participate in the study. From a total of 1300 patients invited, 958 Omani patients agreed to participate in the study (response rate = 74%). More than half of the patients (61%) expressed the preference of consulting the same primary care physician (PCP) to whom they were accustomed. This increased to 69% if the patients had psychosocial problems and to 71% if the patients had chronic medical conditions. A significant proportion of the respondents (72%) felt comfortable and relaxed when consulting the same PCP and 67% expressed an interest in maintaining continuity with the same PCP. The general perspective held by the majority of the studied patients (61%) indicated that relational continuity improved both the patients' medical conditions (51%) and the quality of services (61%). In actuality, however, only 18% experienced relational continuity in their PCHCs. The preference for relational continuity was significantly increased among patients who identified a favourite PCP (P = 0.029) and among educated patients (P = 0.023). Although it is relatively difficult to consult with the same PCP, the majority of Omani patients have experienced several benefits from relational continuity within the context of patient-physician relationship. The preference for relational continuity was highly expressed by patients with chronic or psychosocial problems, patients who were educated

  16. Nursing care for patients carrying indwelling catheter in target vessel for continuous chemotherapy

    International Nuclear Information System (INIS)

    Wen Lihong

    2009-01-01

    Objective: To reduce the occurrence of undesirable catheter-related events in patients with indwelling catheter during the course of continuous chemotherapy. Methods: (1)To enhance the propaganda,education and guidance to patients. (2) To standardize the nursing care operations. (3) To establish the reasonable care rules and procedures. (4) The nurses should take the daily nursing care,observations and recording work seriously. Results: Through the analysis of a variety of problems occurred in patients with indwelling catheter during the course of continuous chemotherapy the nursing care experience was summed up. Conclusion: Proper and effective care can reduce the occurrence of undesirable catheter-related events in patients with indwelling catheter during the course of continuous chemotherapy. (authors)

  17. Transition and the Problems of Modern Nigerian Poetry: An ...

    African Journals Online (AJOL)

    Ever since Aristotle propounded the theory of the difference between literature and history, scholars and researchers have continued to develop different levels of interests on the problems bothering on these two fields of study. Even though Aristotle expressed the view that 'history reports the particular truth while literature ...

  18. Morozov-type discrepancy principle for nonlinear ill-posed problems ...

    Indian Academy of Sciences (India)

    For proving the existence of a regularization parameter under a Morozov-type discrepancy principle for Tikhonov regularization of nonlinear ill-posed problems, it is required to impose additional nonlinearity assumptions on the forward operator. Lipschitz continuity of the Freéchet derivative and requirement of the Lipschitz ...

  19. Morozov-type discrepancy principle for nonlinear ill-posed problems ...

    Indian Academy of Sciences (India)

    2016-08-26

    Aug 26, 2016 ... For proving the existence of a regularization parameter under a Morozov-type discrepancy principle for Tikhonov regularization of nonlinear ill-posed problems, it is required to impose additional nonlinearity assumptions on the forward operator. Lipschitz continuity of the Freéchet derivative and requirement ...

  20. Continuous photocatalytic fuel production over wide-bandgap metal oxides

    OpenAIRE

    Bazzo, Antonio

    2014-01-01

    Artificial photosynthesis has been proposed as one of the possible solutions to the energetic and chemical-feedstock problems to cope with the anticipated near future depletion of fossil fuel resources. This doctoral thesis deals with the study of promising catalysts and reactor designs to enhance the reaction efficiency and understand the origin of photocatalytic activity. A continuous flow reaction system was designed and constructed to study CO2 photoreduction with H2O and photocatalytic w...