Catalogue Search | MBRL
Search Results Heading
Explore the vast range of titles available.
MBRLSearchResults
-
DisciplineDiscipline
-
Is Peer ReviewedIs Peer Reviewed
-
Item TypeItem Type
-
SubjectSubject
-
YearFrom:-To:
-
More FiltersMore FiltersSourceLanguage
Done
Filters
Reset
31,499
result(s) for
"search methods"
Sort by:
A projected-search interior-point method for nonlinearly constrained optimization
by
Gill, Philip E.
,
Zhang, Minxin
in
Convex and Discrete Geometry
,
Management Science
,
Mathematics
2024
This paper concerns the formulation and analysis of a new interior-point method for constrained optimization that combines a shifted primal-dual interior-point method with a projected-search method for bound-constrained optimization. The method involves the computation of an approximate Newton direction for a primal-dual penalty-barrier function that incorporates shifts on both the primal and dual variables. Shifts on the dual variables allow the method to be safely “warm started” from a good approximate solution and avoids the possibility of very large solutions of the associated path-following equations. The approximate Newton direction is used in conjunction with a new projected-search line-search algorithm that employs a flexible non-monotone quasi-Armijo line search for the minimization of each penalty-barrier function. Numerical results are presented for a large set of constrained optimization problems. For comparison purposes, results are also given for two primal-dual interior-point methods that do not use projection. The first is a method that shifts both the primal and dual variables. The second is a method that involves shifts on the primal variables only. The results show that the use of both primal and dual shifts in conjunction with projection gives a method that is more robust and requires significantly fewer iterations. In particular, the number of times that the search direction must be computed is substantially reduced. Results from a set of quadratic programming test problems indicate that the method is particularly well-suited to solving the quadratic programming subproblem in a sequential quadratic programming method for nonlinear optimization.
Journal Article
Improved gradient descent algorithms for time-delay rational state-space systems: intelligent search method and momentum method
by
Guo, Liuxiao
,
Narayan, Pritesh
,
Zhu, Quanmin
in
Algorithms
,
Automotive Engineering
,
Classical Mechanics
2020
This study proposes two improved gradient descent parameter estimation algorithms for rational state-space models with time-delay. These two algorithms, based on intelligent search method and momentum method, can simultaneously estimate the time-delay and parameters without the matrix eigenvalue calculation in each iteration. Compared with the traditional gradient descent algorithm, the improved algorithms come with two advantages: having quicker convergence rates and less computational efforts, particularly meaningful for those large-scale systems. A simulated example is selected to illustrate the efficiency of the proposed algorithms.
Journal Article
On the solution of the graph bandwidth problem by means of search methods
2023
The Graph Bandwidth Problem is a well-known and important graph layout problem with a large number of applications in scientific and engineering fields. The problem is proved to be NP-complete, and so far, a variety of methods have been proposed for its solution. Among these methods, the most popular ones include search methods, in particular informed search methods. An informed search method normally requires a metric to guide the search toward high-quality solutions. The most frequently used metric in previous studies on the Graph Bandwidth Problem is simply the bandwidth itself, i.e., the most obvious quality measure. In this paper, it is shown that this metric is not always appropriate for comparing the quality of solutions produced by various search methods, and its use may result in a significant reduction in the performance of such methods. In order to address this issue, a new metric is presented, and its effectiveness is verified by a considerable number of numerical experiments on benchmark problems.
Journal Article
An Improved Squirrel Search Algorithm for Global Function Optimization
2019
An improved squirrel search algorithm (ISSA) is proposed in this paper. The proposed algorithm contains two searching methods, one is the jumping search method, and the other is the progressive search method. The practical method used in the evolutionary process is selected automatically through the linear regression selection strategy, which enhances the robustness of squirrel search algorithm (SSA). For the jumping search method, the ‘escape’ operation develops the search space sufficiently and the ‘death’ operation further explores the developed space, which balances the development and exploration ability of SSA. Concerning the progressive search method, the mutation operation fully preserves the current evolutionary information and pays more attention to maintain the population diversity. Twenty-one benchmark functions are selected to test the performance of ISSA. The experimental results show that the proposed algorithm can improve the convergence accuracy, accelerate the convergence speed as well as maintain the population diversity. The statistical test proves that ISSA has significant advantages compared with SSA. Furthermore, compared with five other intelligence evolutionary algorithms, the experimental results and statistical tests also show that ISSA has obvious advantages on convergence accuracy, convergence speed and robustness.
Journal Article
A comparative study of multi-objective optimization algorithms for sparse signal reconstruction
2022
The development of the efficient sparse signal recovery algorithm is one of the important problems of the compressive sensing theory. There exist many types of sparse signal recovery methods in compressive sensing theory. These algorithms are classified into several categories like convex optimization, non-convex optimization, and greedy methods. Lately, intelligent optimization techniques like multi-objective approaches have been used in compressed sensing. Firstly, in this paper, the basic principles of the compressive sensing theory are summarized. And then, brief information about multi-objective algorithms, local search methods, and knee point selection methods are given. Afterward, multi-objective sparse recovery methods in the literature are reviewed and investigated in accordance with their multi-objective optimization algorithm, the local search method, and the knee point selection method. Also in this study, examples of multi-objective sparse reconstruction methods are designed according to the existing studies. Finally, the designed algorithms are tested and compared by using various types of sparse reconstruction test problems.
Journal Article
Hybrid feature selection method based on particle swarm optimization and adaptive local search method
by
Al-marashdeh, Ibrahim
,
Jawarneh, Sana
,
Mohammad, Rami Mustafa A.
in
Adaptive algorithms
,
Adaptive search techniques
,
Algorithms
2021
Machine learning has been expansively examined with data classification as the most popularly researched subject. The accurateness of prediction is impacted by the data provided to the classification algorithm. Meanwhile, utilizing a large amount of data may incur costs especially in data collection and preprocessing. Studies on feature selection were mainly to establish techniques that can decrease the number of utilized features (attributes) in classification, also using data that generate accurate prediction is important. Hence, a particle swarm optimization (PSO) algorithm is suggested in the current article for selecting the ideal set of features. PSO algorithm showed to be superior in different domains in exploring the search space and local search algorithms are good in exploiting the search regions. Thus, we propose the hybridized PSO algorithm with an adaptive local search technique which works based on the current PSO search state and used for accepting the candidate solution. Having this combination balances the local intensification as well as the global diversification of the searching process. Hence, the suggested algorithm surpasses the original PSO algorithm and other comparable approaches, in terms of performance.
Journal Article
Convergence of derivative-free nonmonotone Direct Search Methods for unconstrained and box-constrained mixed-integer optimization
2023
This paper presents a class of nonmonotone Direct Search Methods that converge to stationary points of unconstrained and boxed constrained mixed-integer optimization problems. A new concept is introduced: the quasi-descent direction. A point x is stationary on a set of search directions if there exists no feasible qdd on that set. The method does not require the computation of derivatives nor the explicit manipulation of asymptotically dense matrices. Preliminary numerical experiments carried out on small to medium problems are encouraging.
Journal Article
HetFS: a method for fast similarity search with ad-hoc meta-paths on heterogeneous information networks
2024
Numerous real-world information networks form Heterogeneous Information Networks (HINs) with diverse objects and relations represented as nodes and edges in heterogeneous graphs. Similarity between nodes quantifies how closely two nodes resemble each other, mainly depending on the similarity of the nodes they are connected to, recursively. Users may be interested in only specific types of connections in the similarity definition, represented as meta-paths, i.e., a sequence of node and edge types. Existing Heterogeneous Graph Neural Network (HGNN)-based similarity search methods may accommodate meta-paths, but require retraining for different meta-paths. Conversely, existing path-based similarity search methods may switch flexibly between meta-paths but often suffer from lower accuracy, as they rely solely on path information. This paper proposes HetFS, a Fast Similarity method for ad-hoc queries with user-given meta-paths on Heterogeneous information networks. HetFS provides similarity results based on path information that satisfies the meta-path restriction, as well as node content. Extensive experiments demonstrate the effectiveness and efficiency of HetFS in addressing ad-hoc queries, outperforming state-of-the-art HGNNs and path-based approaches, and showing strong performance in downstream applications, including link prediction, node classification, and clustering.
Journal Article
On the Regularization of Recursive Least-Squares Adaptive Algorithms Using Line Search Methods
by
Elisei-Iliescu, Camelia
,
Udrea, Mihnea-Radu
,
Stanciu, Cristian-Lucian
in
Accuracy
,
Acoustics
,
Adaptive algorithms
2024
Stereophonic acoustic echo cancellation (SAEC) requires the identification of four unknown impulse responses corresponding to four loudspeaker-to-microphone pairs. Recent developments in the field of adaptive filters for SAEC setups have allowed for the handling of a single complex-valued adaptive impulse response, instead of the four classical real-valued adaptive filters. With the simplified framework provided by the widely linear (WL) model, more advanced versions of recursive least-squares (RLS) were employed in order to take advantage of their superior tracking speeds when working with highly correlated input signals (such as speech). Despite the performances and numerical stability provided by using exponentially weighted versions of the RLS family in combination with line search methods (LSMs), the SAEC configurations have limited capabilities in mitigating the negative effects caused by high-level disturbances affecting the two microphone signals. Such is the case of double-talk scenarios, which considerably reduce the update accuracy of the adaptive system. This paper analyzes a regularization technique for the named WL-RLS-LSM adaptive filters by adjusting the correlation matrix associated with the input signals and creating a reaction in the update process. The proposed method is designed to considerably slow (or even freeze) the adaptation process while the disturbance is manifested. Simulation results are discussed in order to validate the theoretical content.
Journal Article
University-supported job search methods and educational mismatch in bachelor's and master's graduates
2023
PurposeThis paper addresses the relevance of job search methods and strategies in determining vertical mismatch and the risk of underusing skills or knowledge in first jobs amongst graduates from bachelor's and master's programmes in Spain. Support from universities (via internships and career services) is compared to support from public institutions and informal strategies.Design/methodology/approachThe authors use the 2019 University Graduate Job Placement Survey. The dependent variables are estimated with a bivariate probit model with sample selection on a subsample of graduates who were not working at graduation.FindingsInternships and university career employment offices significantly improve the quality of first job matches. Job banks and public examinations also contribute to finding well-matched first positions, while for public employment services, results are mixed. When the job search is not supported by institutions, graduates generally do worse finding their first jobs, particularly when temporary employment agencies are involved. There are also large differences in mismatch risks across fields of study.Practical implicationsIf more graduates found their first jobs through internships and university job placement services, educational mismatch rates would decrease substantially. Further collaboration between universities and employers for the provision of high-quality internships may foster their conversion into regular, well-matched jobs. Industrial policies addressed to knowledge-based economic activities would enhance the creation of highly skilled positions. Further orientation towards STEM degrees is required to improve imbalances between supply and demand for graduate labour in Spain.Originality/valueEvidence about education mismatch among master's degree graduates is very scarce. This paper compares them to bachelor's degree graduates. It addresses two complementary types of education mismatch and takes into account potential self-selection into post-graduation job search.
Journal Article