1 / 6

Exploring Computational Complexity: Efficient Algorithms and Bounded Rationality Models

My PhD research at the University of Edinburgh focuses on computational complexity, delving into efficient algorithms for key computational problems, particularly Boolean Satisfiability (SAT), a canonical NP-complete problem. I explore the limitations of brute-force search, addressing how to develop more efficient solutions. Additionally, I examine bounded rationality in decision and game theory, addressing how constraints and biases affect players' rationality in contexts like chess and financial markets. Contact me at rsanthan@inf.ed.ac.uk for more information and funding opportunities.

leroy
Télécharger la présentation

Exploring Computational Complexity: Efficient Algorithms and Bounded Rationality Models

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PhD Projects Rahul Santhanam University of Edinburgh

  2. My Research Area • Computational complexity: Possibilities and limits of efficient computation • Design efficient algorithms for computational problems • Understand why some problems do not have efficient solutions

  3. PhD Project 1: SAT Algorithms • Boolean Satisfiability (SAT): Given a formula with Boolean variables, is there an assignment of Boolean values to variables satisfying it? • Canonical NP-complete problem; no polynomial-time algorithms if NP ≠ P • Very important in practical contexts, eg., verification, planning, automated reasoning

  4. PhD Project 1: SAT Algorithms • Boolean Satisfiability (SAT): Given a formula with Boolean variables, is there an assignment of Boolean values to variables satisfying it? • If the formula has N variables and size M, there is trivial brute-force search algorithm running in time O(2N poly(M)) • Question: How much better than brute-force search can we do?

  5. PhD Project 2: Bounded Rationality • Context: Decision theory, game theory • A common assumption is that players are perfectly rational, i.e., play optimally • For various reasons, eg., computational constraints, limited information, cognitive biases etc., players have bounded rationality • Q: Come up with new models of bounded rationality and apply them to situations such as chess, cryptography, financial markets

  6. Contact Info and Funding • E-mail me at rsanthan@inf.ed.ac.uk if you would like to find out more about these projects • Funding available for Project 1 • Also possibility of funding for Project 2, via sources listed at http://wcms.inf.ed.ac.uk/lfcs/graduate%20study

More Related