首页 > 最新文献

Learning and Intelligent Optimization最新文献

英文 中文
Integrating Hyperparameter Search into Model-Free AutoML with Context-Free Grammars 将超参数搜索与无上下文语法整合到无模型 AutoML 中
Pub Date : 2024-04-04 DOI: 10.1007/978-3-031-44505-7_35
Hern'an Ceferino V'azquez, Jorge Sanchez, Rafael Carrascosa
{"title":"Integrating Hyperparameter Search into Model-Free AutoML with Context-Free Grammars","authors":"Hern'an Ceferino V'azquez, Jorge Sanchez, Rafael Carrascosa","doi":"10.1007/978-3-031-44505-7_35","DOIUrl":"https://doi.org/10.1007/978-3-031-44505-7_35","url":null,"abstract":"","PeriodicalId":430111,"journal":{"name":"Learning and Intelligent Optimization","volume":"11 12","pages":"523-536"},"PeriodicalIF":0.0,"publicationDate":"2024-04-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"140741237","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Generating a Graph Colouring Heuristic with Deep Q-Learning and Graph Neural Networks 用深度q -学习和图神经网络生成图着色启发式算法
Pub Date : 2023-04-08 DOI: 10.48550/arXiv.2304.04051
George Watkins, G. Montana, Juergen Branke
The graph colouring problem consists of assigning labels, or colours, to the vertices of a graph such that no two adjacent vertices share the same colour. In this work we investigate whether deep reinforcement learning can be used to discover a competitive construction heuristic for graph colouring. Our proposed approach, ReLCol, uses deep Q-learning together with a graph neural network for feature extraction, and employs a novel way of parameterising the graph that results in improved performance. Using standard benchmark graphs with varied topologies, we empirically evaluate the benefits and limitations of the heuristic learned by ReLCol relative to existing construction algorithms, and demonstrate that reinforcement learning is a promising direction for further research on the graph colouring problem.
图形着色问题包括为图形的顶点分配标签或颜色,使相邻的两个顶点没有相同的颜色。在这项工作中,我们研究了深度强化学习是否可以用于发现图着色的竞争性构造启发式。我们提出的方法ReLCol使用深度q -学习和图神经网络进行特征提取,并采用了一种新的参数化图的方法,从而提高了性能。使用具有不同拓扑的标准基准图,我们经验地评估了ReLCol相对于现有构造算法的启发式学习的优点和局限性,并证明强化学习是图着色问题进一步研究的一个有前途的方向。
{"title":"Generating a Graph Colouring Heuristic with Deep Q-Learning and Graph Neural Networks","authors":"George Watkins, G. Montana, Juergen Branke","doi":"10.48550/arXiv.2304.04051","DOIUrl":"https://doi.org/10.48550/arXiv.2304.04051","url":null,"abstract":"The graph colouring problem consists of assigning labels, or colours, to the vertices of a graph such that no two adjacent vertices share the same colour. In this work we investigate whether deep reinforcement learning can be used to discover a competitive construction heuristic for graph colouring. Our proposed approach, ReLCol, uses deep Q-learning together with a graph neural network for feature extraction, and employs a novel way of parameterising the graph that results in improved performance. Using standard benchmark graphs with varied topologies, we empirically evaluate the benefits and limitations of the heuristic learned by ReLCol relative to existing construction algorithms, and demonstrate that reinforcement learning is a promising direction for further research on the graph colouring problem.","PeriodicalId":430111,"journal":{"name":"Learning and Intelligent Optimization","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-04-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128805016","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Towards Tackling MaxSAT by Combining Nested Monte Carlo with Local Search 将嵌套蒙特卡罗与局部搜索相结合解决MaxSAT问题
Pub Date : 2023-02-26 DOI: 10.48550/arXiv.2302.13225
Hui Wang, Abdallah Saffidine, T. Cazenave
Recent work proposed the UCTMAXSAT algorithm to address Maximum Satisfiability Problems (MaxSAT) and shown improved performance over pure Stochastic Local Search algorithms (SLS). UCTMAXSAT is based on Monte Carlo Tree Search but it uses SLS instead of purely random playouts. In this work, we introduce two algorithmic variations over UCTMAXSAT. We carry an empirical analysis on MaxSAT benchmarks from recent competitions and establish that both ideas lead to performance improvements. First, a nesting of the tree search inspired by the Nested Monte Carlo Search algorithm is effective on most instance types in the benchmark. Second, we observe that using a static flip limit in SLS, the ideal budget depends heavily on the instance size and we propose to set it dynamically. We show that it is a robust way to achieve comparable performance on a variety of instances without requiring additional tuning.
最近的研究提出了UCTMAXSAT算法来解决最大可满足性问题(MaxSAT),并显示了比纯随机局部搜索算法(SLS)更好的性能。UCTMAXSAT是基于蒙特卡罗树搜索,但它使用SLS而不是纯粹的随机播放。在这项工作中,我们介绍了UCTMAXSAT的两种算法变体。我们从最近的比赛中对MaxSAT基准进行了实证分析,并确定这两种想法都会导致性能提高。首先,受嵌套蒙特卡罗搜索算法启发的树搜索嵌套对基准测试中的大多数实例类型都是有效的。其次,我们观察到,在SLS中使用静态翻转限制,理想的预算严重依赖于实例大小,我们建议动态设置它。我们表明,这是一种健壮的方法,可以在各种实例上实现相当的性能,而无需额外的调优。
{"title":"Towards Tackling MaxSAT by Combining Nested Monte Carlo with Local Search","authors":"Hui Wang, Abdallah Saffidine, T. Cazenave","doi":"10.48550/arXiv.2302.13225","DOIUrl":"https://doi.org/10.48550/arXiv.2302.13225","url":null,"abstract":"Recent work proposed the UCTMAXSAT algorithm to address Maximum Satisfiability Problems (MaxSAT) and shown improved performance over pure Stochastic Local Search algorithms (SLS). UCTMAXSAT is based on Monte Carlo Tree Search but it uses SLS instead of purely random playouts. In this work, we introduce two algorithmic variations over UCTMAXSAT. We carry an empirical analysis on MaxSAT benchmarks from recent competitions and establish that both ideas lead to performance improvements. First, a nesting of the tree search inspired by the Nested Monte Carlo Search algorithm is effective on most instance types in the benchmark. Second, we observe that using a static flip limit in SLS, the ideal budget depends heavily on the instance size and we propose to set it dynamically. We show that it is a robust way to achieve comparable performance on a variety of instances without requiring additional tuning.","PeriodicalId":430111,"journal":{"name":"Learning and Intelligent Optimization","volume":"41 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2023-02-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133248216","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Single MCMC Chain Parallelisation on Decision Trees 决策树上的单MCMC链并行化
Pub Date : 2022-07-26 DOI: 10.48550/arXiv.2207.12688
Efthyvoulos Drousiotis, P. Spirakis
Decision trees (DT) are highly famous in machine learning and usually acquire state-of-the-art performance. Despite that, well-known variants like CART, ID3, random forest, and boosted trees miss a probabilistic version that encodes prior assumptions about tree structures and shares statistical strength between node parameters. Existing work on Bayesian DT depends on Markov Chain Monte Carlo (MCMC), which can be computationally slow, especially on high dimensional data and expensive proposals. In this study, we propose a method to parallelise a single MCMC DT chain on an average laptop or personal computer that enables us to reduce its run-time through multi-core processing while the results are statistically identical to conventional sequential implementation. We also calculate the theoretical and practical reduction in run time, which can be obtained utilising our method on multi-processor architectures. Experiments showed that we could achieve 18 times faster running time provided that the serial and the parallel implementation are statistically identical.
决策树(DT)在机器学习中非常有名,通常可以获得最先进的性能。尽管如此,CART、ID3、随机森林和增强树等众所周知的变体都错过了一个概率版本,该版本对树结构的先验假设进行编码,并在节点参数之间共享统计强度。现有的关于贝叶斯DT的工作依赖于马尔可夫链蒙特卡罗(MCMC),它的计算速度很慢,特别是在高维数据和昂贵的建议上。在本研究中,我们提出了一种在普通笔记本电脑或个人计算机上并行化单个MCMC DT链的方法,该方法使我们能够通过多核处理减少其运行时间,同时结果在统计上与传统的顺序实现相同。我们还计算了理论和实际的运行时间减少,可以利用我们的方法在多处理器架构上获得。实验表明,在串行实现和并行实现统计相同的情况下,我们可以将运行时间提高18倍。
{"title":"Single MCMC Chain Parallelisation on Decision Trees","authors":"Efthyvoulos Drousiotis, P. Spirakis","doi":"10.48550/arXiv.2207.12688","DOIUrl":"https://doi.org/10.48550/arXiv.2207.12688","url":null,"abstract":"Decision trees (DT) are highly famous in machine learning and usually acquire state-of-the-art performance. Despite that, well-known variants like CART, ID3, random forest, and boosted trees miss a probabilistic version that encodes prior assumptions about tree structures and shares statistical strength between node parameters. Existing work on Bayesian DT depends on Markov Chain Monte Carlo (MCMC), which can be computationally slow, especially on high dimensional data and expensive proposals. In this study, we propose a method to parallelise a single MCMC DT chain on an average laptop or personal computer that enables us to reduce its run-time through multi-core processing while the results are statistically identical to conventional sequential implementation. We also calculate the theoretical and practical reduction in run time, which can be obtained utilising our method on multi-processor architectures. Experiments showed that we could achieve 18 times faster running time provided that the serial and the parallel implementation are statistically identical.","PeriodicalId":430111,"journal":{"name":"Learning and Intelligent Optimization","volume":"9 4","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-26","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"120821035","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Airport Digital Twins for Resilient Disaster Management Response 弹性灾害管理响应的机场数字孪生
Pub Date : 2022-05-07 DOI: 10.48550/arXiv.2205.03739
E. Agapaki
Airports are constantly facing a variety of hazards and threats from natural disasters to cybersecurity attacks and airport stakeholders are confronted with making operational decisions under irregular conditions. We introduce the concept of the foundational twin, which can serve as a resilient data platform, incorporating multiple data sources and enabling the interaction between an umbrella of twins. We then focus on providing data sources and metrics for each foundational twin, with an emphasis on the environmental airport twin for major US airports.
机场不断面临着从自然灾害到网络安全攻击的各种危害和威胁,机场利益相关者面临着在非常规条件下做出运营决策的问题。我们介绍了基础双胞胎的概念,它可以作为一个弹性数据平台,合并多个数据源并支持双胞胎之间的交互。然后,我们专注于为每个基础双胞胎提供数据源和指标,重点是美国主要机场的环境机场双胞胎。
{"title":"Airport Digital Twins for Resilient Disaster Management Response","authors":"E. Agapaki","doi":"10.48550/arXiv.2205.03739","DOIUrl":"https://doi.org/10.48550/arXiv.2205.03739","url":null,"abstract":"Airports are constantly facing a variety of hazards and threats from natural disasters to cybersecurity attacks and airport stakeholders are confronted with making operational decisions under irregular conditions. We introduce the concept of the foundational twin, which can serve as a resilient data platform, incorporating multiple data sources and enabling the interaction between an umbrella of twins. We then focus on providing data sources and metrics for each foundational twin, with an emphasis on the environmental airport twin for major US airports.","PeriodicalId":430111,"journal":{"name":"Learning and Intelligent Optimization","volume":"199 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-05-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"115524830","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Constrained Shortest Path and Hierarchical Structures 约束最短路径与层次结构
Pub Date : 2022-04-11 DOI: 10.48550/arXiv.2204.04960
A. Erzin, R. Plotnikov, I. Ladygin
The Constraint Shortest Path (CSP) problem is as follows. An $n$-vertex graph is given, each edge/arc assigned two weights. Let us call them"cost"and"length"for definiteness. Finding a min-cost upper-bounded length path between a given pair of vertices is required. The problem is NP-hard even when the lengths of all edges are the same. Therefore, various approximation algorithms have been proposed in the literature for it. The constraint on path length can be accounted for by considering one edge weight equals to a linear combination of cost and length. By varying the multiplier value in a linear combination, a feasible solution delivers a minimum to the function with new weights. At the same time, Dijkstra's algorithm or its modifications are used to construct the shortest path with the current weights of the edges. However, with insufficiently large graphs, this approach may turn out to be time-consuming. In this article, we propose to look for a solution, not in the original graph but specially constructed hierarchical structures (HS). We show that the shortest path in the HS is constructed with $O(m)$-time complexity, where $m$ is the number of edges/arcs of the graph, and the approximate solution in the case of integer costs and lengths of the edges is found with $O(mlog n)$-time complexity. The a priori estimate of the algorithm's accuracy turned out to depend on the parameters of the problem and can be significant. Therefore, to evaluate the algorithm's effectiveness, we conducted a numerical experiment on the graphs of roads of megalopolis and randomly constructed unit-disk graphs (UDGs). The numerical experiment results show that in the HS, a solution close to optimal one is built 10--100 times faster than in the methods which use Dijkstra's algorithm to build a min-weight path in the original graph.
约束最短路径(CSP)问题如下。给出一个$n$顶点图,每条边/弧分配两个权重。为了明确起见,我们称它们为“成本”和“长度”。需要在给定的一对顶点之间找到一个最小代价的上界长度路径。即使所有边的长度相同,这个问题也是np困难的。因此,文献中提出了各种近似算法。路径长度的约束可以通过考虑一条边的权值等于代价和长度的线性组合来解释。通过改变线性组合中的乘数值,一个可行的解决方案提供了一个具有新权重的函数的最小值。同时,利用Dijkstra算法或其修正算法,利用边的当前权值构造最短路径。然而,对于不够大的图,这种方法可能会很耗时。在本文中,我们提出寻找一个解决方案,而不是在原始图中,而是在特殊构造的层次结构(HS)中。我们证明了HS中最短路径的构造具有$O(m)$时间复杂度,其中$m$是图的边/弧的数量,并且在整数代价和边长度的情况下的近似解具有$O(mlog n)$时间复杂度。对算法精度的先验估计取决于问题的参数,并且可能是重要的。因此,为了评估算法的有效性,我们对特大城市道路图和随机构建的单元磁盘图(udg)进行了数值实验。数值实验结果表明,在该方法中,构建接近最优解的速度比使用Dijkstra算法在原始图中构建最小权值路径的方法快10 ~ 100倍。
{"title":"Constrained Shortest Path and Hierarchical Structures","authors":"A. Erzin, R. Plotnikov, I. Ladygin","doi":"10.48550/arXiv.2204.04960","DOIUrl":"https://doi.org/10.48550/arXiv.2204.04960","url":null,"abstract":"The Constraint Shortest Path (CSP) problem is as follows. An $n$-vertex graph is given, each edge/arc assigned two weights. Let us call them\"cost\"and\"length\"for definiteness. Finding a min-cost upper-bounded length path between a given pair of vertices is required. The problem is NP-hard even when the lengths of all edges are the same. Therefore, various approximation algorithms have been proposed in the literature for it. The constraint on path length can be accounted for by considering one edge weight equals to a linear combination of cost and length. By varying the multiplier value in a linear combination, a feasible solution delivers a minimum to the function with new weights. At the same time, Dijkstra's algorithm or its modifications are used to construct the shortest path with the current weights of the edges. However, with insufficiently large graphs, this approach may turn out to be time-consuming. In this article, we propose to look for a solution, not in the original graph but specially constructed hierarchical structures (HS). We show that the shortest path in the HS is constructed with $O(m)$-time complexity, where $m$ is the number of edges/arcs of the graph, and the approximate solution in the case of integer costs and lengths of the edges is found with $O(mlog n)$-time complexity. The a priori estimate of the algorithm's accuracy turned out to depend on the parameters of the problem and can be significant. Therefore, to evaluate the algorithm's effectiveness, we conducted a numerical experiment on the graphs of roads of megalopolis and randomly constructed unit-disk graphs (UDGs). The numerical experiment results show that in the HS, a solution close to optimal one is built 10--100 times faster than in the methods which use Dijkstra's algorithm to build a min-weight path in the original graph.","PeriodicalId":430111,"journal":{"name":"Learning and Intelligent Optimization","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-04-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129991981","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Search and Score-Based Waterfall Auction Optimization 搜索和基于分数的瀑布拍卖优化
Pub Date : 2022-01-17 DOI: 10.1007/978-3-031-24866-5_27
Dan Halbersberg, M. Halevi, M. Salhov
{"title":"Search and Score-Based Waterfall Auction Optimization","authors":"Dan Halbersberg, M. Halevi, M. Salhov","doi":"10.1007/978-3-031-24866-5_27","DOIUrl":"https://doi.org/10.1007/978-3-031-24866-5_27","url":null,"abstract":"","PeriodicalId":430111,"journal":{"name":"Learning and Intelligent Optimization","volume":"255 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-01-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"133529867","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Spirometry-based airways disease simulation and recognition using Machine Learning approaches 基于肺活量计的气道疾病模拟与识别,机器学习方法
Pub Date : 2021-11-08 DOI: 10.1007/978-3-030-92121-7_8
R. Dio, A. Galligo, Angelos Mantzaflaris, B. Mauroy
{"title":"Spirometry-based airways disease simulation and recognition using Machine Learning approaches","authors":"R. Dio, A. Galligo, Angelos Mantzaflaris, B. Mauroy","doi":"10.1007/978-3-030-92121-7_8","DOIUrl":"https://doi.org/10.1007/978-3-030-92121-7_8","url":null,"abstract":"","PeriodicalId":430111,"journal":{"name":"Learning and Intelligent Optimization","volume":"61 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-11-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121946200","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Optimizing Data Augmentation Policy Through Random Unidimensional Search 通过随机一维搜索优化数据增强策略
Pub Date : 2021-06-16 DOI: 10.1007/978-3-031-24866-5_23
Xiaomeng Dong, Michael Potter, Gaurav Kumar, Yun-Chan Tsai, V. R. Saripalli, T. Trafalis
{"title":"Optimizing Data Augmentation Policy Through Random Unidimensional Search","authors":"Xiaomeng Dong, Michael Potter, Gaurav Kumar, Yun-Chan Tsai, V. R. Saripalli, T. Trafalis","doi":"10.1007/978-3-031-24866-5_23","DOIUrl":"https://doi.org/10.1007/978-3-031-24866-5_23","url":null,"abstract":"","PeriodicalId":430111,"journal":{"name":"Learning and Intelligent Optimization","volume":"37 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-06-16","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131924441","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Exact Counting and Sampling of Optima for the Knapsack Problem 背包问题最优解的精确计数与抽样
Pub Date : 2021-06-14 DOI: 10.1007/978-3-030-92121-7_4
Jakob Bossek, Aneta Neumann, F. Neumann
{"title":"Exact Counting and Sampling of Optima for the Knapsack Problem","authors":"Jakob Bossek, Aneta Neumann, F. Neumann","doi":"10.1007/978-3-030-92121-7_4","DOIUrl":"https://doi.org/10.1007/978-3-030-92121-7_4","url":null,"abstract":"","PeriodicalId":430111,"journal":{"name":"Learning and Intelligent Optimization","volume":"36 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2021-06-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124047990","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Learning and Intelligent Optimization
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1