期刊文献+
共找到22篇文章
< 1 2 >
每页显示 20 50 100
Lower Bounds and a Nearly Fastest General Parallel Branch-and-Bound Algorithm 被引量:2
1
作者 Wu, Jigang Xie, Xing +1 位作者 Wan, Yingyu Chen, Guoliang 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2000年第3期65-73,共9页
In this paper, it is supposed that the B&B algorithm finds the first optimal solution after h nodes have been expanded and m active nodes have been created in the state-space tree. Then the lower bound Ω(m+h log ... In this paper, it is supposed that the B&B algorithm finds the first optimal solution after h nodes have been expanded and m active nodes have been created in the state-space tree. Then the lower bound Ω(m+h log h) of the running time for the general sequential B&B algorithm and the lower bound Ω(m/p+h log p) for the general parallel best-first B&B algorithm in PRAM-CREW are proposed, where p is the number of processors available. Moreover, the lower bound Ω(M/p+H+(H/p) log (H/p)) is presented for the parallel algorithms on distributed memory system, where M and H represent total number of the active nodes and that of the expanded nodes processed by p processors, respectively. In addition, a nearly fastest general parallel best-first B&B algorithm is put forward. The parallel algorithm is the fastest one as p = max{hε, r}, where ε = 1/ rootlogh, and r is the largest branch number of the nodes in the state-space tree. 展开更多
关键词 branch-and-bound State-space tree Active list Parallel algorithm Combinatorial search.
下载PDF
A branch-and-bound algorithm for multi-dimensional quadratic 0-1 knapsack problems 被引量:2
2
作者 孙娟 盛红波 孙小玲 《Journal of Shanghai University(English Edition)》 CAS 2007年第3期233-236,共4页
In this paper, a branch-and-bound method for solving multi-dimensional quadratic 0-1 knapsack problems was studied. The method was based on the Lagrangian relaxation and the surrogate constraint technique for finding ... In this paper, a branch-and-bound method for solving multi-dimensional quadratic 0-1 knapsack problems was studied. The method was based on the Lagrangian relaxation and the surrogate constraint technique for finding feasible solutions. The Lagrangian relaxations were solved with the maximum-flow algorithm and the Lagrangian bounds was determined with the outer approximation method. Computational results show the efficiency of the proposed method for multi-dimensional quadratic 0-1 knapsack problems. 展开更多
关键词 multi-dimensional quadratic 0-1 knapsack problem branch-and-bound method Lagrangian relaxation outer approximation surrogate constraint.
下载PDF
A branch-and-bound algorithm for discrete multi-factor portfolio optimization model 被引量:1
3
作者 牛淑芬 王国欣 孙小玲 《Journal of Shanghai University(English Edition)》 CAS 2008年第1期26-30,共5页
In this paper, a new branch-and-bound algorithm based on the Lagrangian dual relaxation and continuous relaxation is proposed for discrete multi-factor portfolio selection model with roundlot restriction in financial ... In this paper, a new branch-and-bound algorithm based on the Lagrangian dual relaxation and continuous relaxation is proposed for discrete multi-factor portfolio selection model with roundlot restriction in financial optimization. This discrete portfolio model is of integer quadratic programming problems. The separable structure of the model is investigated by using Lagrangian relaxation and dual search. Computational results show that the algorithm is capable of solving real-world portfolio problems with data from US stock market and randomly generated test problems with up to 120 securities. 展开更多
关键词 portfolio optimization discrete multi-factor model Lagrangian relaxation and continuous relaxation branch-and-bound method.
下载PDF
Relaxation-strategy-based Modification Branch-and-Bound Algorithm for Solving a Class of Transportation-production Problems
4
作者 DU Ting-song FEI Pu-sheng JIAN Ji-gui 《Chinese Quarterly Journal of Mathematics》 CSCD 2010年第1期52-59,共8页
In this paper,a new algorithm relaxation-strategy-based modification branchand-bound algorithm is developed for a type of solving the minimum cost transportationproduction problem with concave production costs.The maj... In this paper,a new algorithm relaxation-strategy-based modification branchand-bound algorithm is developed for a type of solving the minimum cost transportationproduction problem with concave production costs.The major improvement of the proposed new method is that modification algorithm reinforces the bounding operation using a Lagrangian relaxation,which is a concave minimization but obtains a tighter bound than the usual linear programming relaxation.Some computational results are included.Computation results indicate that the algorithm can solve fairly large scale problems. 展开更多
关键词 branch-and-bound algorithm transportation-production problem Lagrangian relaxation
下载PDF
Learning to Branch in Combinatorial Optimization With Graph Pointer Networks
5
作者 Rui Wang Zhiming Zhou +4 位作者 Kaiwen Li Tao Zhang Ling Wang Xin Xu Xiangke Liao 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2024年第1期157-169,共13页
Traditional expert-designed branching rules in branch-and-bound(B&B) are static, often failing to adapt to diverse and evolving problem instances. Crafting these rules is labor-intensive, and may not scale well wi... Traditional expert-designed branching rules in branch-and-bound(B&B) are static, often failing to adapt to diverse and evolving problem instances. Crafting these rules is labor-intensive, and may not scale well with complex problems.Given the frequent need to solve varied combinatorial optimization problems, leveraging statistical learning to auto-tune B&B algorithms for specific problem classes becomes attractive. This paper proposes a graph pointer network model to learn the branch rules. Graph features, global features and historical features are designated to represent the solver state. The graph neural network processes graph features, while the pointer mechanism assimilates the global and historical features to finally determine the variable on which to branch. The model is trained to imitate the expert strong branching rule by a tailored top-k Kullback-Leibler divergence loss function. Experiments on a series of benchmark problems demonstrate that the proposed approach significantly outperforms the widely used expert-designed branching rules. It also outperforms state-of-the-art machine-learning-based branch-and-bound methods in terms of solving speed and search tree size on all the test instances. In addition, the model can generalize to unseen instances and scale to larger instances. 展开更多
关键词 branch-and-bound(B&B) combinatorial optimization deep learning graph neural network imitation learning
下载PDF
Accelerated solution of the transmission maintenance schedule problem:a Bayesian optimization approach 被引量:3
6
作者 Jingcheng Mei Guojiang Zhang +1 位作者 Donglian Qi Jianliang Zhang 《Global Energy Interconnection》 EI CAS CSCD 2021年第5期493-500,共8页
To maximize the maintenance willingness of the owner of transmission lines,this study presents a transmission maintenance scheduling model that considers the energy constraints of the power system and the security con... To maximize the maintenance willingness of the owner of transmission lines,this study presents a transmission maintenance scheduling model that considers the energy constraints of the power system and the security constraints of on-site maintenance operations.Considering the computational complexity of the mixed integer programming(MIP)problem,a machine learning(ML)approach is presented to solve the transmission maintenance scheduling model efficiently.The value of the branching score factor value is optimized by Bayesian optimization(BO)in the proposed algorithm,which plays an important role in the size of the branch-and-bound search tree in the solution process.The test case in a modified version of the IEEE 30-bus system shows that the proposed algorithm can not only reach the optimal solution but also improve the computational efficiency. 展开更多
关键词 Transmission maintenance scheduling Mixed integer programming(MIP) Machine learning Bayesian optimization(BO) branch-and-bound
下载PDF
System Reliability Analysis of Offshore Strctures and Component Safety Rank Assessment 被引量:1
7
作者 YANG Zhiyong and XIAO Xi Lecturer, School of Naval Architecture and Ocean Engineering, Shanghai Jiaotong University (SJTU), Shanghai 200030, P. R. China. Professor, School of Naval Architecture and Ocean Engineering, SJTU, Shanghai 200030, P. R. China. 《China Ocean Engineering》 SCIE EI 1998年第2期173-181,共9页
Offshore structures will encounter serious environmental load, so it is important to study the structural system reliability and to evaluate the structural component safety rank. In this paper, the bracnch-and-bound m... Offshore structures will encounter serious environmental load, so it is important to study the structural system reliability and to evaluate the structural component safety rank. In this paper, the bracnch-and-bound method is adopted to search the main failure path, and the Ditlevsen bound method is used to calculate the system failure probability. The structure is then assessed by the fuzzy comprehensive assessment method, which evaluates the structural component safety rank. The ultimate equation of the tubular cross- section is analyzed on the basis of ultimate stregnth analysis. The influence of effect coefficients on the structural system failure probability is investigated, and basic results are obtained. A general program for spatial frame structures by means of the above method is developed, and verified by the numerical examples. 展开更多
关键词 structural system reliability branch-and-bound method fuzzy comprehensive assessment safety rank offshore structure PLATFORM
下载PDF
Weekly Fleet Assignment Model and Algorithm 被引量:1
8
作者 朱星辉 朱金福 巩在武 《Journal of Southwest Jiaotong University(English Edition)》 2007年第3期231-235,共5页
A 0-1 integer programming model for weekly fleet assignment was put forward based on linear network and weekly flight scheduling in China. In this model, the objective function is to maximize the total profit of fleet... A 0-1 integer programming model for weekly fleet assignment was put forward based on linear network and weekly flight scheduling in China. In this model, the objective function is to maximize the total profit of fleet assignment, subject to the constraints of coverage, aircraft flow balance, fleet size, aircraft availability, aircraft usage, flight restriction, aircraft seat capacity, and stopover. Then the branch-and-bound algorithm based on special ordered set was applied to solve the model. At last, a real- wofld case study on an airline with 5 fleets, 48 aircrafts and 1 786 flight legs indicated that the profit increase was ¥ 1 591276 one week and the running time was no more than 4 rain, which shows that the model and algorithm are fairly good for domestic airline. 展开更多
关键词 Flight scheduling Fleet assignment problem 0-1 Integer programming model branch-and-bound algorithm
下载PDF
反向Top-k查询算法研究
9
作者 黄伟国 《软件导刊》 2017年第9期75-78,共4页
互联网中沉淀了大量可分析利用的数据,如何有效地利用这些海量数据,为不同行业产品制造方提供对新产品的分析,已成为时下的热点。反向Top-k查询技术是一种常用的数据分析及处理技术,并且已经在很多领域得到了应用。研究了已有的基于反向... 互联网中沉淀了大量可分析利用的数据,如何有效地利用这些海量数据,为不同行业产品制造方提供对新产品的分析,已成为时下的热点。反向Top-k查询技术是一种常用的数据分析及处理技术,并且已经在很多领域得到了应用。研究了已有的基于反向Top-k的查询算法Skyband-based算法和Branch-and-bound算法,针对很多实际应用领域偏好权重向量会出现改变的情况,提出了一种适用于进行"二次计算"的交互式算法,通过实验将交互式算法跟效率高的Branch-and-bound算法对比得出,当用户修改部分偏好权重向量之后,利用交互式算法可以比Branchand-bound算法更加高效率地计算出结果。 展开更多
关键词 交互式算法 Skyband-based算法 branch-and-bound算法 TOP-K查询
下载PDF
A nonlinear service composition method based on the Skyline operator
10
作者 HUO Ying ZHANG Jiande 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2020年第4期743-750,共8页
The concept of service composition can provide the complex functionality for users. As the widespread application of cloud computing, the number of services grows exponentially. It becomes more difficult to find out t... The concept of service composition can provide the complex functionality for users. As the widespread application of cloud computing, the number of services grows exponentially. It becomes more difficult to find out the optimal service composition solution quickly. This paper proposes a nonlinear service composition method based on the Skyline operator. The Skyline operator is to find a collection of data that cannot be dominated by others, which is used to prune the redundant services to reduce the search space. Then the service composition problem is formulated as a nonlinear integer programming model by a mathematical programming language(AMPL), and solved by the existing nonlinear solvers Bonmin. The experiments show that the proposed method can effectively improve the efficiency of service composition, while ensuring the quality of solution. 展开更多
关键词 quality of service service composition Skyline service branch-and-bound Skyline
下载PDF
Application of Portfolio Model in the Real Investment Transactions
11
作者 WANG Guo-xin LIU Jing 《Chinese Quarterly Journal of Mathematics》 CSCD 2013年第1期33-40,共8页
This paper studies discrete investment portfolio model that the objective function is utility function. According to a hybrid branch-and-bound method based on Lagrangian relaxation and continuous relaxation, the paper... This paper studies discrete investment portfolio model that the objective function is utility function. According to a hybrid branch-and-bound method based on Lagrangian relaxation and continuous relaxation, the paper analyzes the question using the real statistical data. The results indicate that discrete investment portfolio model really has its guidance in the actual investment. 展开更多
关键词 investment portfolio single factor model branch-and-bound numerical analysis
下载PDF
An Algorithm for Global Optimization Using Formula Manupulation
12
作者 Tsutomu Shohdohji Fumihiko Yano 《Applied Mathematics》 2012年第11期1601-1606,共6页
Constrained nonlinear optimization problems are well known as very difficult problems. In this paper, we present a new algorithm for solving such problems. Our proposed algorithm combines the Branch-and-Bound algorith... Constrained nonlinear optimization problems are well known as very difficult problems. In this paper, we present a new algorithm for solving such problems. Our proposed algorithm combines the Branch-and-Bound algorithm and Lipschitz constant to limit the search area effectively;this is essential for solving constrained nonlinear optimization problems. We obtain a more appropriate Lipschitz constant by applying the formula manipulation system of each divided area. Therefore, we obtain a better approximate solution without using a lot of searching points. The efficiency of our proposed algorithm has been shown by the results of some numerical experiments. 展开更多
关键词 Global Optimization LIPSCHITZ CONSTANT LIPSCHITZ Condition branch-and-bound ALGORITHM FORMULA MANIPULATION
下载PDF
Structural System Reliability Assessment and Updating Using Chain-Structure BNs
13
作者 Qi’ang Wang Ziyan Wu Zongming Cai 《建筑工程(中英文版)》 2015年第3期36-43,共8页
An efficient computational framework for structural system reliability analysis and Updating based on Chain-Structure Bayesian networks(BNs)is present in the paper.The framework combines BNs and structural reliability... An efficient computational framework for structural system reliability analysis and Updating based on Chain-Structure Bayesian networks(BNs)is present in the paper.The framework combines BNs and structural reliability methods(SRMs)for reliability assessment and updating.BNs have advantages in evaluating complex probabilistic dependence structures and reliability updating,while SRMs are employed to assess the conditional probability table.The improved branch-and-bound(B&B)method is integrated with BNs to simplify the whole network.In order to further reduce computational demand,failure(or survival)path events are introduced to create chain-structure BNs.Considering the correlations between failure modes,the system reliability is obtained through the Probability Network Estimation Technology(PNET).Finally,the reliability updating is carried out through BNs inference.Results show that computational efficiency is improved by the Chain-Structure BNs.System reliability problems with both continuous and discrete random variables can be better resolved by combining BNs and SRMs.This approach is also able to update system reliability when new information available. 展开更多
关键词 System Reliability Chain-Structure BNs Improved branch-and-bound Method Failure Path EVENTS PNET
下载PDF
Hybrid Formulation of the Multi-Item Capacitated Dynamic Lot Sizing Problem
14
作者 Mayank Verma Renduchintala Raghavendra Kumar Sharma 《American Journal of Operations Research》 2015年第6期503-513,共11页
It is shown that when backorders, setup times and dynamic demand are included in capacitated lot sizing problem, the resulting classical formulation and one of the transportation formulations of the problem (referred ... It is shown that when backorders, setup times and dynamic demand are included in capacitated lot sizing problem, the resulting classical formulation and one of the transportation formulations of the problem (referred to as CLSP_BS) are equivalent. And it is shown that both the formulations are “weak” formulations (as opposed to “strong” formulation). The other transportation version is a strong formulation of CLSP_BS. Extensive computational studies are presented for medium and large sized problems. In case of medium-sized problems, strong formulation produces better LP bounds, and takes lesser number of branch-and-bound (B&B) nodes and less CPU time to solve the problem optimally. However for large-sized problems strong formulation takes more time to solve the problem optimally, defeating the benefit of strength of bounds. This essentially is because of excessive increase in the number of constraints for the large sized problems. Hybrid formulations are proposed where only few most promising strong constraints are added to the weak formulation. Hybrid formulation emerges as the best performer against the strong and weak formulations. This concept of hybrid formulation can efficiently solve a variety of complex real life large-sized problems. 展开更多
关键词 Capacitated Lot SIZING Linear RELAXATION Strong FORMULATION HYBRID FORMULATION branch-and-bound
下载PDF
Research on Optimization of Selection of Train Passing Routes and Division of Shunting Work in Railway Hub
15
作者 Peng Qiyuan Li Xinghong Zhu Zhiguo(Department of Transportation Engineering, Southwest Jiaolong University ,Chengdu 610031. China) 《Journal of Modern Transportation》 1995年第1期71-79,共9页
in this paper, a general integer prosramming model is set up, and its solution ispresented to optimize the organization of wagon flows and the determination ofthe train running route as well as division of shuntins wo... in this paper, a general integer prosramming model is set up, and its solution ispresented to optimize the organization of wagon flows and the determination ofthe train running route as well as division of shuntins work among stations in ahub. As application example is put forword, with some conclusions reached. 展开更多
关键词 railway hub organization of wagon flows shunting work train runningroute branch-and-bound method
下载PDF
Two-Level Linear Relaxation Method for Generalized Linear Fractional Programming
16
作者 Hong-Wei Jiao You-Lin Shang 《Journal of the Operations Research Society of China》 EI CSCD 2023年第3期569-594,共26页
This paper presents an efficient algorithm for globally solving a generalized linear fractional programming problem.For establishing this algorithm,we firstly construct a two-level linear relaxation method,and by util... This paper presents an efficient algorithm for globally solving a generalized linear fractional programming problem.For establishing this algorithm,we firstly construct a two-level linear relaxation method,and by utilizing the method,we can convert the initial generalized linear fractional programming problem and its subproblems into a series of linear programming relaxation problems.Based on the branch-and-bound framework and linear programming relaxation problems,a branch-and-bound algorithm is presented for globally solving the generalized linear fractional programming problem,and the computational complexity of the algorithm is given.Finally,numerical experimental results demonstrate the feasibility and efficiency of the proposed algorithm. 展开更多
关键词 Generalized linear fractional programming Global optimization Two-level linear relaxation method branch-and-bound
原文传递
Parallel Bounded Search for the Maximum Clique Problem
17
作者 江华 白珂 +3 位作者 刘海姣 李初民 Felip Manya 付樟华 《Journal of Computer Science & Technology》 SCIE EI CSCD 2023年第5期1187-1202,共16页
Given an undirected graph,the Maximum Clique Problem(MCP)is to find a largest complete subgraph of the graph.MCP is NP-hard and has found many practical applications.In this paper,we propose a parallel Branch-and-Boun... Given an undirected graph,the Maximum Clique Problem(MCP)is to find a largest complete subgraph of the graph.MCP is NP-hard and has found many practical applications.In this paper,we propose a parallel Branch-and-Bound(BnB)algorithm to tackle this NP-hard problem,which carries out multiple bounded searches in parallel.Each search has its upper bound and shares a lower bound with the rest of the searches.The potential benefit of the proposed approach is that an active search terminates as soon as the best lower bound found so far reaches or exceeds its upper bound.We describe the implementation of our highly scalable and efficient parallel MCP algorithm,called PBS,which is based on a state-of-the-art sequential MCP algorithm.The proposed algorithm PBS is evaluated on hard DIMACS and BHOSLIB instances.The results show that PBS achieves a near-linear speedup on most DIMACS instances and a superlinear speedup on most BHOSLIB instances.Finally,we give a detailed analysis that explains the good speedups achieved for the tested instances. 展开更多
关键词 branch-and-bound(BnB) maximum clique problem(MCP) parallel search
原文传递
Safety estimation of structural systems via interval analysis 被引量:5
18
作者 Wang Xiaojun Wang Lei Qiu Zhiping 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2013年第3期614-623,共10页
Considering that the uncertain information has serious influences on the safety of structural systems and is always limited, it is reasonable that the uncertainties are generally described as interval sets. Based on t... Considering that the uncertain information has serious influences on the safety of structural systems and is always limited, it is reasonable that the uncertainties are generally described as interval sets. Based on the non-probabilistic set-theoretic theory, which is applied to measuring the safety of structural components and further combined with the branch-and-bound method for the probabilistic reliability analysis of structural systems, the non-probabilistic branch-and-bound method for determining the dominant failure modes of an uncertain structural system is given. Meanwhile, a new system safety measuring index obtained by the non-probabilistic set-theoretic model is investigated. Moreover, the compatibility between the classical probabilistic model as well as the proposed interval-set model will be discussed to verify the physical meaning of the safety measure in this paper. Some numerical examples are utilized to illustrate the validity and feasibility of the developed method. 展开更多
关键词 Interval analysis Non-probabilistic branch-and-bound method Non-probabilistic set-theoretic measure Structural reliability
原文传递
ESTIMATED AND EXACT SYSTEM RELIABILITIES OF A MAINTAINABLE COMPUTER NETWORK 被引量:4
19
作者 Yi-Kuei LIN Ping-Chen CHANG 《Journal of Systems Science and Systems Engineering》 SCIE EI CSCD 2011年第2期229-248,共20页
This paper presents an algorithm to evaluate estimated and exact system reliabilities for a computer network in the cloud computing environment.From the quality of service(QOS) viewpoint,the computer network should ... This paper presents an algorithm to evaluate estimated and exact system reliabilities for a computer network in the cloud computing environment.From the quality of service(QOS) viewpoint,the computer network should be maintained when falling to a specific state such that it cannot afford enough capacity to satisfy demand.Moreover,the transmission time should be concerned as well.Thus,the data can be sent through several disjoint minimal paths simultaneously to shorten the transmission time.Under the maintenance budget B and time constraint T,we evaluate the system reliability that d units of data can be sent from the cloud to the client through multiple paths.Two procedures are integrated in the proposed algorithm-an estimation procedure for estimated system reliability and an adjusting procedure utilizing the branch-and-bound approach for exact system reliability.Subsequently,the estimated system reliability with lower bound and upper bound,and exact system reliability are computed by applying the recursive sum of disjoint products(RSDP) algorithm. 展开更多
关键词 System reliability maintenance network flows branch-and-bound approach ESTIMATION
原文传递
REFINEMENTS OF THE COLUMN GENERATION PROCESS FOR THE VEHICLE ROUTING PROBLEM WITH TIME WINDOWS 被引量:1
20
作者 Jesper LARSEN 《Systems Science and Systems Engineering》 CSCD 2004年第3期326-341,共16页
The Vehicle Routing Problem with Time Windows is a generalization of the well knowncapacity constrained Vehicle Routing Problem.A homogeneous fleet of vehicles has to service a setof customers.The service of the custo... The Vehicle Routing Problem with Time Windows is a generalization of the well knowncapacity constrained Vehicle Routing Problem.A homogeneous fleet of vehicles has to service a setof customers.The service of the customers can only start within a weU-defined time intervaldenoted the time window.The objective is to determine routes for the vehicles that minimizes theaccumulated cost(or distance).Currently the best approaches for determining optimal solutions arebased on column generation and Branch-and-Bound,also known as Branch-and-Price.This paperpresents two ideas for ran-time improvements of the Branch-and-Price framework for the VehicleRouting Problem with Time Windows.Both ideas reveal a significant potential for run-timerefinements when speeding up an exact approach without compromising optimality. 展开更多
关键词 Vehicle routing time windows column generation shortest path branch-and-bound
原文传递
上一页 1 2 下一页 到第
使用帮助 返回顶部