Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8680173
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T21:10:48+00:00 2026-06-12T21:10:48+00:00

In my project i face a scenario where i have a function with numerous

  • 0

In my project i face a scenario where i have a function with numerous inputs. At a certain point i am provided with an result and i need to find one combination of inputs that generates that result.

Here is some pseudocode that illustrates the problem:

Double y = f(x_0,…, x_n)

I am provided with y and i need to find any combination that fits the input.

I tried several things on paper that could generate something, but my each parameter has a range of 6.5 x 10^9 possible values – so i would like to get an optimal execution time.

Can someone name an algorithm or a topic that will be useful for me so i can read up on how other people solved simmilar problems.

I was thinking along the lines of creating a vector from the inputs and judjing how good that vektor fits the problem. This sounds awful lot like an NN, but there is no training phase available.

Edit:
Thank you all for the feedback. The comments sum up the Problems i have and i will try something along the lines of hill climbing.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T21:10:49+00:00Added an answer on June 12, 2026 at 9:10 pm

    The general case for your problem might be impossible to solve, but for some cases there are numerical methods that can help you solve your problem.

    For example, in 1D space, if you can find a number that is smaller then y and one that is higher then y – you can use the numerical method regula-falsi in order to numerically find the “root” (which is y in your case, by simply invoking the method onf(x) -y).

    Other numerical method to find roots is newton-raphson

    I admit, I am not familiar with how to apply these methods on multi dimensional space – but it could be a starter. I’d search the literature for these if I were you.

    Note: using such a method almost always requires some knowledge on the function.

    Another possible solution is to take g(X) = |f(X) - y)|, and use some heuristical algorithms in order to find a minimal value of g. The problem with heuristical methods is they will get you “close enough” – but seldom will get you exactly to the target (unless the function is convex)

    Some optimizations algorithms are: Genethic Algorithm, Hill Climbing, Gradient Descent (where you can numerically find the gradient)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am doing a Face Recognition project for my final year. I have to
I have started using the Three20 project for an iPhone/iPad application. Did anyone face
I have successfully implemented face detection part in my Face Recognition project.Now i have
I m doing project on face detection in c#, i want to find skin
I have been working on a project using OpenCV and have made a face
I have a project that's been using font-face without problem for some time. Today
I am doing a project on face recognition.To test a face we need to
I am working for a project at school regarding face detection, based on a
I've downloaded a zipped project from https://github.com/slodge/face . This project is a wp7 realization
Project layout: /project_a /shared /project_b /shared /shared project_a and project_b both need to contain

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.